Category: Scripting

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

Show and hide div using javascript settimeout function unlimited loop

this can be done with settimeinterval() function but here the example i want to show by using settimeout() function in javascript as this is a very basic script i made you can enhance it as you like.

Post Pic

How to solve ‘cannot modify header information – headers already sent’

if you have used header something like this header(“Location: /redirect.php”);

Post Pic

Clear or clean output buffer not the headers

If you would like to clear the output buffer, but not the headers you can use the following code:

Post Pic

Counting variables in php

The easiest way to count variables in php is by using the following code:

Post Pic

Rss friendly datetime, php and mysql

Converting mysql datetime data to proper rss valid data like : Wednesday, July 14, 2010 7:27 AM

Page 1 of 212

Advertisment

Topics