mengu on web programming.

Rails 3 Beta is public.

We all are excited here because Rails 3 is coming and Rails 3 beta has been just released. There are lots of changes within Rails 3 and you can see them here. There will be method chain within ActiveRecord which is exciting.

If you wonder how you will upgrade your current Rails 2.x application to Rails 3, you can watch this screencast.

How To Create Permalinks With Grails

I am developing a stackoverflow.com clone with Grails in order to digest it. I wanted to create permalinks or slugs of the questions for the urls. Since I already had the regular expression for this -I'm using it on this blog- all I needed to know how to use it with Groovy.

The solution is simple as always. There is nothing hard in programming. Anyway, solution is here.

How To Choose A Web Framework?

I have started my web development journey with PHP. After a long time I heard there is something called web framework and then I wanted to learn the best one for me. I have reviewed and learned many frameworks and because of the fact that I'm a grasping person, I have learnt more than just one. Is this a mistake? A part of me says yes and another part says it's not a mistake. Both have reasons. So in this post, I will try to write a simple and short guide for people who are desperately unstable on choosing a web framework.

Generating RSS Feeds With WebPy

Some days ago I have seen someone asking how to generate RSS feeds with webpy. It is like generating feeds with any other web framework.

jQuery OS Detection

Windows doesn't have Lucida Grande font by default so my visitors from Windows was reading my posts with the default browser font. I wanted to change the font-family property for Windows users from Lucida Grande to Lucida Sans Unicode. I have searched and found a plugin to detect client's operating system with jQuery.

more