CLSU: 1st university website with 3dFXtransition

Have you seen Central Luzon State University CLSU official website? well, please visit it at url http://clsu.edu.ph/ – Ohh just like the same other website? yes at first.. but when you try clicking on divs & elements- you will see 3d fx transitions. The entire page will skew & rotate according to the dimension of the zoomed elements.

We use new 3d transition FX for the development the new of CLSU website design for this year(2012), Our team is actually always researching & developing new things for each of our projects, with CLSU website we used CSS matrix 3d and transitions (jquery plugins, javascripts, etc).

The site is best viewed using Safari and looks good in Firefox & Chrome, and on IE (nobody uses IE anymore, right? joke) it wont show the new design, perhaps the old one will show up.

 

Web dev trick: jquery load () plus friendly url [solved]

 

Web dev trick: friendly url without using .htaccess / mod_rewrite [solved]

Recepies:

bunch of Javascripts

So here it is :

We all know that its easy to load or inject a content to an already loaded page using jquery.load() function, but the usual problem is “the url bar”, “page title” is not updating, and the biggest problem is when the user refresh the page, its all gonna go back to the state of the page it was first loaded.

So how are we gonna do that because when we click a normal <a> tag the page will go to that url and leaves the page you are currently on. Continue reading