Accessing newly created elements using .live() function in jQuery

The .click() and similar functions like .hover() allows to access the elements which are already present. But elements created using .append(), .after(), .before() etc are newly inserted into the page. These newly created elements cannot be accessed using the functions .click(), .hover() as they target only the already present ...

# Articles No comments

Debugging PHP

Some useful techniques in debugging PHP are mentioned below Article: http://dev.piwik.org/trac/wiki/HowToSetupDevelopmentEnvironmentWindows Firefox addon – Firephp PHP Extension – Xdebug Using var_dump() phpEd Zend Studio (5.5) with Zend Platform Using, print_r and echo

# Articles No comments

Comparing dates in PHP

PHP’s date function strtotime () solves the problem of comparing dates and to check whether the user entered date/custom date is expired or not. Inorder to check whether, the custom date is expired or not, we need to do the following steps Get today’s date. Get the date to ...

# Articles No comments

Encoding email address in wordpress posts

Email address are frequently used in each and every posts at the bottom or at the top for contacting the post’s author. But those email addresses get spammed more. Replacements like using images instead of directly typing the addresses are also appreciable. But they can be painful inserting the ...

# Articles 2 Comments

Adding watermarks to images with PHP

Watermarks play a very important role in sections of copyright and also in site promotions. But adding custom watermarks to each and every image in site using a Photo-editing software will be painful sometimes. But for regular blogging sites with more images for a single post will definitely be ...

# Articles 1 Comment
All in one web searcher browser extension

All in one web Searcher

All in one web searcher is a simple yet powerful extension to search multiple sites with ZERO click. Add sites to search, customize the order and search anywhere quickly.

Selected text sharer

Selected text sharer is a promoting and enhancing javascript focusing to increase the site usage. This javascript displays a widget having links to search / share, above the selected text. Inspired from NY times web site.

jQuery – Selected Text Sharer

Jquery selected text sharer is a promoting and enhancing plugin focusing to increase the site usage. This plugin displays a widget having links to search / share, above the selected text. Inspired from NY times website.

By using this website, you agree to our Terms