Author Archives: yalamber

tutorial.Wpexpo.com

I will be blogging tutorials on wordpress at http://tutorial.wpexpo.com . Let me know what you want to know about wordpress. I will try my best to put it up at tutorial.wpexpo.

Posted in wordpress | 2 Comments

wordpress 3.0 is out now

yes a long awaited wordpress 3.0 is out now. Go download it from wordpress.org now and update your website.

Posted in wordpress | Tagged | 2 Comments

empire avenue badge widget

This will add empire avenue badge widget to your blog. I did this plugin for KublĂ© AG Download Download plugin Installation Upload the empire avenue badge widget plugin to your blog, Activate it. Go to widget management page and select … Continue reading

Posted in wordpress plugin | 3 Comments

My first post using mastory on n900

Hi this post is just to say hello world as m using my n900 to post this blog.

Posted in Uncategorized | Leave a comment

upgrade your n900 to pr1.2

Today i flashed my n900 to new firmware pr1.2 There are lot’s of improvement over it’s previous versions. I am going to show you a step forward way to flash your n900 to pr1.2 from your windows pc. 1.Go here: … Continue reading

Posted in mobile | Leave a comment

Breadcrumb generator function

Here is a piece of code i used for generating breadcrumbs for one of my project. Function for generating breadcrumb first parameter an array with key and values, value is used for link where as keys are used for link … Continue reading

Posted in php | Leave a comment

changing timezone and locale for time in wordpress

In a recent project i had to change the time displayed in the wordpress posts to spanish language. I think there are other better ways than mine to change the time and locale in wordpress but what i came up … Continue reading

Posted in wordpress | Leave a comment

dynamic database based routing with codeigniter

Ever wanted to generate routing from database with codeigniter? I had to for one of my recent project. Here goes the detailed instruction on doing it. Extend the Router class. Create new file My_Router.php in your application libraries folder with … Continue reading

Posted in Tutorials, codeigniter | 4 Comments

Using phpQuery with codeigniter

phpQuery is very useful for server based DOM manipulation. Where jquery is famous for client side Dom manipulation and traversing. Here comes phpQuery based on jquery for server Dom manipulation. Recently i needed to use phpQuery in one of my … Continue reading

Posted in Tutorials, codeigniter | Tagged | Leave a comment

Some useful documentation in chm format

Here are some of the useful documentations in chm format. Mysql -> http://downloads.mysql.com/docs/refman-5.0-en.chm php -> http://www.php.net/get/php_manual_en.chm/from/a/mirror jquery -> http://www.mediafire.com/?mgmrt0ehzyz&sref=

Posted in Uncategorized | Leave a comment