admin

Author


Post Pic

Validate Date for Mysql Submission

First use the this function to validate the date what we will be getting after hitting post. Then prepare the date for Mysql data insertion

Post Pic

Validate email address with a valid domain name MX record

The following function in php will help validate the email address with valid domain name MX record

Post Pic

CentOs mysql must know commands in command-line interface

When working on mysql command line interface it can be hectic due to the fact that some of the syntax that might work in normal php code or phpmyadmin might not work in CentOS. The fact is that syntax is the same but just have to add some extra spicies to it

Post Pic

Install MySql on Centos

Installing mysql can be a bit pain when there are problems in setting up remote access or changing passwords. But it can be easily managed if all the steps are done correctly

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.

Page 1 of 41234

Advertisment

Topics