Everything Linux - Web Development, Linux Administration and Networking

July 19, 2007

Web 2.0 online picture framing application

Filed under: Blog, PHP, Web 2.0 — bpeh @ 8:34 am

Yourframer is finally launched after putting in alot of hardwork. The program is designed with flexibility and expandability in mind. Anyone can simply transfer an image from anywhere and start framing almost instantaneously by inserting a simple javascript in their site. Say, for example in my flickr album, I can frame any high res image with a click… pretty cool huh?

The program demonstrates strong integration of Javascript, Ajax, Prototype tookit, OO PHP, Smarty and MYSQL. Go over to www.photobox.co.uk and follow the link to try and frame an image online. Special attention is paid to usability and navigation. At the time of writing, the graphics is still doggy at the moment but some designers can probably do the job better. I felt a great sense of achievement and some relief finally… Cheers.

March 30, 2007

Ajax and search engine optmisation

Filed under: Blog, PHP, Web 2.0 — bpeh @ 6:47 am

Ajax is good at displaying different content in the same url. There is no way for search engines to index pages like that. What search engines need are unique urls. No matter how long the url, as long as they are unique, it is all good.

I heard there were some development in making search engines read ajax code… in the mean time, i dont think it will work after doing some experiments in a few websites. The inability for search engines to follow ajax hyperlinks is a major disadvantage to Web 2.0.

The are a few solutions and it seems that the most obvious one is to use utilise a javascript function to return false in the onclick attribute. That way, the page will remain static while search engines will still be happy. Search engines see the “a href”, ignores the ”onclick” and follow the links… cool. The ugly side of it: All the hyperlinks look ugly.

Powered by WordPress