Archive for » August, 2008 «

Wednesday, August 27th, 2008 | Author: number.0

Ohhh yaa,

I have been using Skunkweb for almost 1 year and feeling happy with it. It’s one of the nicest python framework out there but the only down side is lack of community & documentation. I thought the development has been stopped since the homepage is not updated for a long time, but recently Skunkweb has comed with new name Satimol, but personally I think the old name is better. Anyway, I am happy to see it again and will try to explore it when I’m out of my current work mesh.

Thanks to the creator of Skunkweb to still keep it alive, Jacob Smullyan and Drew Csillag

Share/Save/Bookmark

Category: programming, python  | Tags: , ,  | Leave a Comment
Monday, August 25th, 2008 | Author: number.0

I found a great editor for AIML, if you are tired of working with plain xml file then this is the best tool out there for creating aiml file. And best of all, it’s free

 

GaitoBot AIML Editor - With the GaitoBot AIML editor you are able to produce correct AIML fast and easy. Using the innovative built in workflow viewer you keep the overview even with larger projects. 

 

You can find it here

Share/Save/Bookmark

Category: editor  | Tags: , ,  | Leave a Comment
Tuesday, August 19th, 2008 | Author: number.0

An interesting article to differentiate OpenID and SSO at http://www.cricketschirping.com/weblog/?p=1123

Enjoy yourself!!!

Share/Save/Bookmark

Category: general, programming  | Tags: ,  | Leave a Comment
Thursday, August 14th, 2008 | Author: number.0

Here is my pocket list, check it out, feel free to add more

Everystockphoto.com

Bittbox.com

Easycropper.com

Webresizer.com

Roundpic.com

istockphoto.com

Webappers.com

Youthedesigner.com

Brusheezy.com

compfight.com/

freevectors.net

Share/Save/Bookmark

Category: design  | Tags: , ,  | Leave a Comment
Friday, August 08th, 2008 | Author: number.0

Well, it took me some time to change, so I just noted it here for my own reference or anyone who have the same trouble like mine :)

I appended “vga=791″ to the kernel line in /boot/grub/menu.lst and voila .. it worked as expected: my 1024×768 resolution :)

Here is the list for you to refer:

Colors             | 800×600   1024×768   1280×1024

256     (8bit)    |   771        773        775
32K    (15bit)   |   787        790        793
65K    (16bit)   |   788        791        794
16.7 M (24bit) |   789        792        795

Share/Save/Bookmark

Category: debian, linux  | Tags:  | Leave a Comment
Friday, August 01st, 2008 | Author: number.0

Just a stupeed error with the hasAttribute() in IE that made me to spend some time to fix it, after a search thru Google, here is what I came up for, noted here for convenience:

 MYJSLIB.hasAttribute = function(e, attr) {
  return typeof e.attributes[attr] != “undefined”;
};

 

Share/Save/Bookmark