Continuing our review of htaccess files, today we’ll examine how to use mod_rewrite to create pretty URLs.
Category Archives: Programming
Top 5 Online .htaccess Mod Rewrite Rules Generator
mod_rewrite rules are the power of apache which lets you to do magic withredirection. Using mod_rewrite rule you can create SEO friendly URL’s, forward specific request to any other domain, restrict access to webpages or website based on user agent and much more.
php: howto control page caching header
Controlling how web pages are cached is basically done using 2 kind of headers: Expires and Cache-Control
Jquery effects demo
All easings provided by jQuery UI are drawn above, using a HTML canvas element. Click a diagram to see the easing in action.
ondblclick Event
Definition and Usage The ondblclick event occurs when an object gets double-clicked.
Smooth Vertical or Horizontal Page Scrolling with jQuery
Smooth Vertical or Horizontal Page Scrolling with jQuery You can animate to the respective element by using one of the easing effects. You can see the effect in the vertical demo. If there is no JavaScript enabled, we still have our good old scroll bars. Check out the demo, it will lead you to the …
Continue reading “Smooth Vertical or Horizontal Page Scrolling with jQuery”