W3C proposes “Do Not Track” as a standard for privacy protection

October 18, 2011 Css3 & Html5

dnt

As the guys at Mozila say “Do Not Track is a step toward putting you in control of the way your information is collected and used online”. Do Not Track derived from Mozilla’s work with the DNT header.  The W3C has recognized “Do Not Track” as a standard and has proposed the first bill, which lays the [...]

More

0 Browsers, Google Adsense, Security, W3c,

India launches Aakash, a cheap tablet for only $35

October 6, 2011 News & Events

aakesh

India has launched the world’s cheapest touch-screen tablet computer, priced at only $35 (£23 or €27).  The tablet which was named Sakshat, has been renamed to Aakash (which means sky in Hindi). The government has managed to keep up its promise of pricing the tablet as less as possible. The device was launched on 5 [...]

More

0 Aakash, Android, Tablet,

2.0 Websites – design ideas using HTML5

October 4, 2011 Css3 & Html5

20wedesign

The hew HTML 5 is already out there. Some are using it for a while, some are waiting for more browser suppor. For all of them and for thous that doesn’t know know HTML 5, we have publish here a series of website builded on top of the new HTML 5. If you kow more [...]

More

0 HTML5, Web 2.0,

Hangouts, the free multi conference call service by Google plus

October 3, 2011 Social Networks

google_plus_logo

Google launched their new social networking platform, Google Plus, aiming to compete against social networking giant Facebook. Many have been skeptical about the new platform, mainly due to Google’s failed attempts at a social networking platform in recent years. Google plus video . However Google have added an additional feature to their new platform, a [...]

More

0 Google+, video conferencing,

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,

Offline Gmail, Calendar and Docs are now available

August 31, 2011 Google Apps

offline-gmail

You can connect to the Internet in more and more places now, but you probably occasionally find yourself in situations when you can’t use web apps because of spotty connectivity. Now you can stay productive even without a connection in Gmail, Calendar and Docs on Chrome, thanks to Google new offline capabilities for each of [...]

More

0 Gmail, Google Calendar, Google Docs, Offline Apps,

« Previous Posts Next posts »