Blogroll

Thursday, November 17, 2011

Create custom router url

to create friendly url to must using custom router . This code is really useful for mvc framework like zend, codeignitor,.. This is the code:
Tuesday, November 8, 2011

Write breadcrums function

This function is really simple.

Show Related Post in WordPress Without a Plugin

Related posts is a very popular feature. My default wordpress installation often includes a plugin that has this functionality. There are quite a few plugins that lets you have this feature

Monday, November 7, 2011

Import data from excel file to database

Follow this link to show full guide.
link

news scroller with p tag( simple code)

Jquery is powerful tool to animate for website display, have plugin support news scroller, hovever almost is very heavy and does't support scroll with p tag. To day, I guide the way to create news scroller.
Friday, November 4, 2011

Use cache class

in previous post, i introduced the technical to cache a objec to file
And in this post, i continue introduce to way to use it.
The fist : thinking the id for cache, this id must be unique, example I have class person and do the list method  in this class at page 2 in default module.

Cache object in php to file

Cache is the technology to improve your website speed. To day i will introduce you how to cache the object in you php application. Note: You should't abuse cache, only use it in common object with the same result .