Goo.gl is a service that takes long URLs and squeezes them into fewer characters to make a link that is easier to share, tweet, or email to friends. The core goals of Goo.gl service are: Stability – ensuring that the service has very good uptime Security – protecting users from malware and phishing pages Speed …
All Posts Tagged
Tag: ‘click’
The Worst Crimes by Web Designers & Developers
Web designers & developers often focus on web standards, table-less layouts or CSS effects like styled lists or sidebars etc. All these things are perfectly OK unless they are executed at the expense of findability. Findability is a seemingly new term that has become a buzzword recently due to a book called Building Findable Websites …
How jQuery works?
The basics: This is a basic tutorial, designed to help you get started using jQuery. If you don’t have a test page setup yet, start by creating a new HTML page with the following contents: <!doctype html> <html> <head> <script type=”text/javascript” src=”jquery.js”></script> <script type=”text/javascript”> </script> </head> <body> Download jQuery at <a href=”http://jquery.com/”>jQuery.com</a> </body> </html> You …
