jQuery and Code Igniter
Gavin Blair @ May 20, 2008 # No Comment Yet
There aren’t that many tutorials on how to use jQuery and Code Igniter together. I’ve written a bit on how to do some Ajax with jQuery and Code Igniter here, on the Code Igniter Forums. With jQuery, Ajax is pretty easy to do, once you figure out how to get it working once. The toughest [...]
More on page 10
Code Igniter and Wordpress
Gavin Blair @ May 11, 2008 # 4 Comments
For those who don’t know, Code Igniter is an open source PHP framework. And of course, Wordpress is blogging software. When you create a Wordpress theme, you have to put it into the /wp-content/themes/folder. To list the blog’s categories, you use the function wp_list_categories(), which puts the categories in an unordered list. The function takes some arguments [...]
More on page 7