Here is the php script to list the files in a folder based on the modified date
Using the below script you can list files from older to latest or latest to oldest
<?php
// list from a given folder $folder="test/";
$files = glob( $folder."*.*" ); // to avoid hidden files
//...
Save the following script as slider.js
//--------- CODE STARTS -------
var mbSlider=new Array();
arrSlide[0]= 'HTML Content in Slide1';
arrSlide[1]= 'HTML Content in Slide2';
var slide_count=arrSlide.length;
var slide_ind=0;
var slide_speed=5000;
var slide_int...
Simple Slider show using Javascript
The following script will populate the slider container control with the contents in the slider content js array in regular interval of time. Here You can pause the slider on mouse over and later resume the slider on mouseout events.
Get Sample...
Google redirect virus is a silent malware which redirects you to random websites your searches to random websites by infecting certain drivers on your computer.
The Search redirect virus is one of the most common viruses infecting millions of computers around the Globe. It has been designed...
Also You can use contextual ads like
Kontera and Infolinks
I am using Infolinks in my blogs
Check how it works from the below links
http://php-techi.blogspot.com/
http://vacancies-online.blogspot.in/
Compared to content ads, they produce less income, adbrite and chitika wont yield much in...
Browser version Compatibility testing tools
Check how your site looks in different browsers
Site developers may come across different issues while designing and developing a website. One of such issues is browser compatibility. Same site may look different in various versions of same browser...
Cufon Library for using attractive fonts in website
The fonts used in websites for displaying titles, headings or subheadings have much importance in improving readability of the website. There are variety of pretty fonts available that can be used to render contents various HTML tags like...
Cufon script not properly showing in IE9 - Solution
Some designers might be facing issues with cufon script not working with IE9 - check here for the fix : Cufon script not properly showing in IE9 - Solution
Read articles on Blogging Custom Search Engine facebook Google Products and Services JQuery Make Money Online SEO Techniques Techi Articles Youtube ....on PHP-TECHI-BLOG
For Varios Openings in IT and Other areas: Visit VACANCIES-ONLINE
Check this links...might be of your help
Resolving Absolute Paths of included files from relative paths when using SEO friendly URLs
Top Most SEO Tips - Search Engine Optimisation Techniques
Best SEO Practices and Tips
While searching, I came across a nice website, which provides good examples of using the JQuery effect. They have given the sample code and the option to download the required JQuery files along with the css. There are interesting effects like horizontal and vertical scroller and sliders...