Archive: May, 2011

Post Pic

25 Stunning Pricing Pages Design Not To Miss

One of the fascinating trends which we have noticed recently is to representing the pricing info of a web app in an artistic manner. Pricing tables are most significant part of any web-based application because it features your pricing and ordering details, so pricing table design should be appealing and eye-catching. Modern age designers love [...]

Post Pic

Controlling users’ Eye Movement in a Website – How & Why

Time and again you must have come across the phrase, “To catch users’ eye” while reading topics related to website design. It is quite obvious that websites are created keeping users/visitors in focus and the various design elements are positioned to make the site visually appealing. Despite the fact that designers follow all the principles [...]

Post Pic

How To: Limit Input Box Characters To Defined Count Using jQuery

Earlier today working on a project , I found one trick which I would like to share. Here is a small code that limit a input box for defined number of characters. Please take a look on following example: HTML 1 <input id="myInput" value=""/> . Jquery snippet Assuming we have to limit characters to 20. [...]

Post Pic

PHP Magic Functions: Best Part of Object Oriented PHP – Final Part

Continuing my posts on PHP Magic Functions lets close this topic now and talk about rest of the Magic Functions. __sleep and __wakeup : Serialize and Unserialize Your Objects as You Wish Before talking about these magic functions, I want you to be clear about serialization and unserialization of a variable. Some times you need [...]

Post Pic

PHP Magic Functions: Best Part of Object Oriented PHP – Part 2

In my previous post ( PHP Magic Functions ), I discussed about __construct, __destruct, __call and __callStatic. Lets explore a few more magic functions … __set and __get : Define Object Data Members at Run Time In PHP what happens when you try to write data to an undefined object data member. PHP doesn’t throw [...]

Post Pic

An Insight Into JQuery Library

A brief about jQuery jQuery can be defined as a cross-browser library that is made to ease HTML scripting from client-side. Making it easier and faster to build JavaScript web applications and webpages, jQuery allows web programmers to write single line of codes instead of 10-20 JavaScript code lines. With jQuery, writing a JavaScript code [...]

Post Pic

Infographics: A great way to communicate

The need to present complex information in an easy to understand yet effective manner is always felt because only then readers feel interested to go through the content. It is quite obvious that nobody likes to read dull and ill structured information. Duly addressing this issue and providing an apt means, Infographics (Information graphics) have [...]

Page 1 of 11