Scripts n'Stuffs
Directory

Subscribe to this category

Top > PHP > Tips and Tutorials > Site Navigation  

Web Links
Sort By :
1. Easy Navigation



At somepoint you'll have come across websites using urls like domain.com/index.php?page=xxx. This is a brief tutorial on creating this type of navigation without use of the code-heavy switch() function normally chosen for this type of script.
Category:   PHP > Tips and Tutorials > Site Navigation

Date Added: Jun 30, 2006 Hits: 13 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

2. StyleSheet Switcher



With a stylesheet switcher script you can have multiple styles on your website. For instance if you want to have a blue, red, and orange version of your website, but don't want to create all the individual pages for each different style, you can do it this way. The easiest way to have your site have the same stylesheet throughout the whole time the visitor is viewing your pages is by the use of session variables. Session variables can hold a value and keep that value for as long as that visitor is viewing your pages and their session hasn't expired.
Category:   PHP > Tips and Tutorials > Site Navigation

Date Added: Jun 30, 2006 Hits: 4 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

3. Search Engine friendly urls without mod_rewrite.



Use php instead of mod_rewrite to get search engine freindly urls.
Category:   PHP > Tips and Tutorials > Site Navigation

Date Added: Jun 30, 2006 Hits: 17 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

4. Search Engine Friendly URL's (Clean URL's) for the Beginner



In this tutorial I guide you through the process of making a .htaccess file that changes URL's like: http://warpfiction.com/index.php?area=blog&page=5Into clean, search engine indexable and far more user friendly ones like:http://warpfiction.com/area/blog/page/5/A must to allow search engines to spider your site fully and properly. Aimed at anyone I guide you fully through the process so this is perfect for a beginner or an experienced webmaster alike.
Category:   PHP > Tips and Tutorials > Site Navigation

Date Added: Jun 30, 2006 Hits: 4 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

5. Beginners Guide to Making Custom Error Pages



This tutorial will help you create a .htaccess file that will redirect any errors to pages you specify. This will give your site a far more professional look if an unfortunate error does occur and it only takes minutes to create the file set it up. These error pages are crutial to keep vistors on your site if an error does happen.
Category:   PHP > Tips and Tutorials > Site Navigation

Date Added: Jun 30, 2006 Hits: 4 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

6. File to display paging



This shows you how can display paging like google in your reports and also shows how you can use serach,sorting etc with your reports and data very easily.You can find a zip file in download section to display paging on your reports etc. The paging file l
Category:   PHP > Tips and Tutorials > Site Navigation

Date Added: Jun 30, 2006 Hits: 13 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

7. Simple PHP templating tutorial



A quick and easy way to achieve PHP templating for small to medium sites.
Category:   PHP > Tips and Tutorials > Site Navigation

Date Added: Jun 30, 2006 Hits: 5 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

8. Paging in PHP



This tutorial will show you how to implement this into your web site. It starts off with a bit of theory, then it will introduce a simple class to simplify the whole process. Then after that is a real-world pagination example.
Category:   PHP > Tips and Tutorials > Site Navigation

Date Added: Jun 30, 2006 Hits: 7 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

9. Dyanmic URLS using php and mysql



A tutorial with code snipple included that tells you how to generate links with URLs such as index.php?ID=5 and such. Very easy to follow.
Category:   PHP > Tips and Tutorials > Site Navigation

Date Added: Jun 30, 2006 Hits: 4 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

10. Making Expanding and Collapsing Menus with PHP



If you want menus that can expand or collapse when a user clicks on it, this tutorial will show you how to do it.
Category:   PHP > Tips and Tutorials > Site Navigation

Date Added: Jun 30, 2006 Hits: 5 Rating: 0.00 Votes: 0
Pick
Member Reviews Visitor Ratings

Pages: 1  


Home      New Listings      Hot Listings      Top Rated      Editor Pick      Add a Listing      Update a Listing      Get Rated
Copyright © 2006 SCRIPTSANDSTUFFS.COM. All Rights Reserved. Powered by INDEXU 5.2.0
Valid XHTML 1.0 Transitional   Valid CSS