September, 2011

Display your latest Google+ update on WordPress

September 19, 2011 Social Networks

google-plus-one-button

Google+ (pronounced “Google plus”) is the newest project from Google Inc. It is a social network somewhat similar to Facebook and Twenty. Google has finally released Google+, the company’s top secret social layer that turns all of the search engine into one giant social network. If you’re using it, you may want to know how [...]

More

0 Google+,

Prefetching images and links with HTML5

September 19, 2011 Css3 & Html5

HTML5_Prefetching

Among other great features, HTML5 web introduces prefetching, the art of loading pages before the user requested them. In this article, I’m going to discuss this new technique as well as showing you some ready to use examples to drastically improve your website loading time. What is prefetching, and why it is useful rel=prefetch indicates [...]

More

1 Browsers, HTML5, Prefetching,

CSS3 @font-face solucions. Typekit vs Google Web Fonts

September 18, 2011 Css3 & Html5

css-font-face

Not exactly  new to CSS3, @font-face was first proposed for CSS2 and has been implemented in Internet Explorer 5! However, their implementation relied on the proprietary Embedded Open Type (.eot) format, and no other browsers decided to use this format. With the release of Safari 3.1, however, website makers can use any licensed TrueType (.ttf) [...]

More

0 CSS3, Fonts, Google API, Google Web Fonts,

What is SSL certificate? Secure your data

September 18, 2011 Web Tutorials

ssl certificate

The need for a secure system to send and receive data is primordial for any business. To this end, the SSL or Secure Socket Layer protocol was developed. This protocol allows any information sent to or from a browser to be encrypted, and SSL certificates were created to ensure that the company providing the transaction [...]

More

0 Security, SSL certificate, Terminology, URL,

POP vs IMAP vs SMTP vs Forwarding emails

September 18, 2011 Web Tutorials

imap-vs-pop

POP vs IMAP, the eternal fight. What is POP and what is IMAP, and what in the hell is SMTP, this one is new, not to mention email forwarding. Here is the answerer to all that: What is POP Protocol Post office protocol (also called POP) downloads email directly to your computer. When this happens, [...]

More

0 Email, Email forwarding, Hosting, IMAP, POP,

Pure CSS3 and HTML web form design

September 13, 2011 Css3 & Html5

CSS3_logo

This a CSS3 based web form design. It was used only CSS and HTML to rich the result. Thanks to advanced CSS properties, such as gradients and shadows, it’s now quite easy to turn a basic web form into something beautiful. You work it further and add some more features. For example implement some font [...]

More

0 CSS3, Forms, Web 2.0,

HTTP vs HTTPS, What’s the difference

September 12, 2011 Web Tutorials

https-background

HTTPS (Hypertext Transfer Protocol over Secure Socket Layer) is a secured communication protocol between web browser and web server. You can say it is secured HTTP (think of ‘S’ in HTTPS as secured) protocol. It encrypts any communication that a user sends to a web server and decrypts at server side. Similarly, it encrypts any [...]

More

0 Security, Terminology, URL,

Google documents adds Comment-only access and colaboration

September 12, 2011 Google Apps

google-docs-coment-features

What if you want somebody’s thoughts on a cloud document, but don’t want to let them have full editing access? As of today, Google Docs is rolling out the ability to let you add collaborators with comment-only access, meaning they can leave their thoughts without changing the document. When you add a collaborator to a [...]

More

0 Google Docs,

What is Google Adsence Premium Publisher

September 12, 2011 Google Apps

google-adsense-logo

Google has a Premium Publisher Adsense service exclusively for websites who receive more than 5 million search queries, or 20 million content page views per month. Now that may well be out of reach for most of us but you can see the Adsense Premium Publisher in action on sites likes LinkedIn, CNN, About.com, AOL [...]

More

0 Google Adsense,

Differences between VPS and Dedicated Server

September 12, 2011 Web Tutorials

vps2

Think of a Virtual Private Server as a go-between a virtual hosting/shared account and a dedicated server. ‘Virtual’ means that it is not real. Basically, it is still a shared hosting account but unlike a normal shared hosting account, each VPS has its own dedicated slice of the CPU, RAM and disk space. So basically, [...]

More

0 Dedicated server, Hosting, Terminology,

.htaccess password protection

September 12, 2011 Web Tutorials

htaccess-sign[1]

If you ever wanted a specific directory in your website to be protected with a password, htaccess is the correct solution! There are various methods to password protecting directories and files of your website, some server language based such as ASP, PHP, PERL and client side based, such as JavaScript. JavaScript is not as secure [...]

More

0 htaccess, htpasswd, Password protect, Website,

Use Google Font API to import fancy fonts

September 12, 2011 Css3 & Html5

google-font

Google’s introduction of their new Font API and Font Directory is a godsend to developers and designers everywhere.Want to use something a little nicer than Arial, but without the overhead of Cufon, Sifr, or worse? To enjoy the visual richness of diverse fonts, webmasters have resorted to workarounds such as baking text into images. Natural [...]

More

1 CSS3, Fonts, Google API, Google Web Fonts,

URL vs. URI vs. URN, What’s the difference

September 12, 2011 Web Tutorials

clean_urls

URI A URI identifies a resource either by location, or a name, or both. More often than not, most of us use URIs that defines a location to a resource. The fact that a URI can identify a resources by both name and location has lead to a lot of the confusion in my opionion. [...]

More

0 Terminology, URL,

Google Tasks Porter, an elegant way to import Google Tasks

September 12, 2011 Google Apps

tasks_api-80

The Data Liberation Front is a team within Google dedicated to making sure users can get their information in and out of Google products. As part of that effort, we are happy to announce a new open source product called Google Tasks Porter. Google Tasks Porter is an application that allows you to import and [...]

More

0 Google API, Google Tasks,

What is Google Task API and how to make an app

September 12, 2011 Google Apps

google-cloud

Google Tasks helps many of us to remember all those things that keep us busy. Using the Google Tasks API, developers can, for the very first time, create rich applications which integrate directly with Google Tasks. Google Tasks is built on two basic concepts: Task List A list containing tasks. Users can have more than [...]

More

0 Google API, Google Tasks,