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 [...]
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 [...]
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. [...]
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 [...]
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 [...]
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 [...]
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 [...]