admin

Author


Post Pic

Lytebox not working after AJAX content change load with jquery

if you are having problem loading lytebox when loading content with using ajax with jquery e.g.

Post Pic

Redirecting to mobile website through javascript

A small javascript snippet can help you redirect all your mobile traffic to its specific url.

Post Pic

Posting values through AJAX using jquery and getting a dynamic validation response without refreshing the page

It is now very simple to post values through AJAX using jquery for doing so we will use the following Jquery code

Post Pic

Points to remember when making newsletter compatible with gmail, outlook, yahoo and live.com

Creating a newsletter compatible with all the major email providers or email clients is a hectic job especially if all of them support different html codes. We have to create newsletters which very old html coding techniques which are as follows:

Post Pic

Div height 100% not working with scrolling on IE fixed with Jquery.

Normally in the code with you put 100% height it with left, top, right 0 in css it would seem to work perfect in Firefox but it wont work in IE because it will not fill the area if the div is loaded with position:absolute or fixed when there is a scroll on this page. [...]

Post Pic

How to write rewrite url or clean url code for Nginx server

When using Nginx server the rewrite commands are using in the virtual host file not in the .htaccess. But the commands used are similar to that used in .htaccess.

Post Pic

Install ioncube loader atomic yum repository on CentOS

To install ioncube loader on centos you can just follow the below simple commands on linux make sure you have logged in as root or have sudo access

Post Pic

Remove duplicate enteries using mysql query

Its now very easy to delete all the duplicate entries from mysql with a single query

Post Pic

Join 3 or more tables in mysql

To join 3 or more tables in mysql first you have to make sure that your tables have unique id and a primary field.

Page 1 of 41234