Use Firebug in Any Browser

Use Firebug in Any Browser

Firebug is on of the famous extension for inspecting web pages in firefox. Now it is possible to use firebug in any browser using Firebug lite. Firebug lite is the small version of Firebug with limited features and usage, but has the full capability. In order to do this, just save a bookmarklet and use it whenever needed. [...]

| 870 views | Articles No Response

Adding watermarks to images with PHP

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 painful. But, adding  watermarks to images [...]

| 942 views | Articles 1 Response

Encoding email address in wordpress posts

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 images directly in each and every [...]

| 884 views | Articles 2 Responses

Comparing dates in PHP

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 be checked. Convert the dates to [...]

| 574 views | Articles No Response

Get more results from a specific site using “AT” operator

Get more results from a specific site using

The site: operator for Google search is pretty useful in getting search results from a targeted site. But it is pretty painful to type the operator site:example.com search term. Recently Google introduced the the "AT" operator which is very useful to get more results from a spefic site. This works similar to the site: operator, [...]

| 637 views | Articles No Response

Debugging PHP

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() &lt;?php var_dump(__FILE__, __LINE__, $_REQUEST); ?&gt; phpEd Zend Studio (5.5) with Zend Platform Using, print_r and echo echo "&lt;pre&gt;";<br>print_r();<br>echo "&lt;/pre&gt;";

| 446 views | Articles No Response

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

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 elements. Hence, to resolve this problem [...]

| 985 views | Articles No Response

10 WordPress Plugins to Optimize Performance

10 WordPress Plugins to Optimize Performance

WordPress’s popularity is vast due to its high customization and extensibility. And it is a must to optimize wordpress for best performance. WordPress itself makes your site faster, but it is still  recommended to do some optimization works to speed up your site and to reduce bandwidth costs. Below are the list of wordpress plugin to optimize [...]

| 2,642 views | Articles 1 Response

Creating triangles with CSS

Creating triangles with CSS

Triangles can be made easily using CSS also without any images. This trick requires only div tags and some CSS works. To get this trick, just use the code below.

| 1,242 views | Articles 1 Response
Page 1 of 212