Entries Tagged as 'Site Development'

Comment Notification Added

January 6th, 2009 · No Comments

I had added comment notification feature to this site so that you will receive an email whenever someone add a comment to the post you subscribe.

[Read more →]

Tags: Site Development

Search feature available in gallery

December 4th, 2008 · No Comments

Visitors frequently visited my site may notice that I have a photo gallery other than this blog.  Some nice photos are dumped there before writing blogs, and I usually include links to those images in gallery.

Recently the blog update is slow as I spent some days to add in a “Search” feature in my gallery. [...]

[Read more →]

Tags: Site Development

Introducing “Food Preview” Category

November 28th, 2008 · 1 Comment

I had added a new category called “Food Preview“. This category basically discuss on first impression on restaurants I visited, and still need more information to come out with a review. To be fair, usually I will pay the same restaurant a few more visits before concluding it.

[Read more →]

Tags: Site Development

(Joomla) “Undefined variable at line 157″ on Simple Image Rotator

October 21st, 2008 · 2 Comments

Today I experienced a weird error when using “Simple Image Rotator” free edition out from the box. It appears and disappears in fast behind randomly displayed images:

It appears it has something to do with “line 157″. To solve the problem, open “mod_jw_sir.php” and on top of the page, such as after “$bannerfolder         = [...]

[Read more →]

Tags: Site Development

(Joomla) “Undefined variable: gd_support” in Simple Image Gallery? Try this.

October 17th, 2008 · 8 Comments

Joomla is a powerful Content Management System (CMS) written in PHP. I just installed Joomla 1.5.6. If you are trying to install the famous Joomla plugin called “Simple Image Gallery” and receive the following message when viewing your gallery:
Notice: Undefined variable: gd_support in /…/…/plugins/content/jwsig.php on line 83
Solution:
At line 75 of jwsig.php just change the

if(function_exists(“gd_info”)) {

to

if(!function_exists(“gd_info”)) [...]

[Read more →]

Tags: Site Development

Wordpress plugin missing from Inactive Plugins section? Try this.

October 16th, 2008 · No Comments

You found a nice Wordpress plugin from Internet, copied and extracted it to “Plugin” folder in Linux server, only found out that the plugin is actually missing from “Inactive Plugins” section of “Plugins” page. The plugin can be seen in Windows server.

I have the same problem with WP-Lytebox. It appears that it is [...]

[Read more →]

Tags: Site Development

More stylish and user friendly image viewer

October 10th, 2008 · No Comments

It had been a busy week for me in work. However, I still able to spend some time in updating my website.
Now, when you click on a thumbnail on the post, a semi-transparent layer will appear on top of the page to show the bigger version of the image.

To close the view, you can simply [...]

[Read more →]

Tags: Site Development

© 2006–2009 Now Eating — Sitemap