top

Archive for July, 2008

Textmate alternative? for Windows

Tuesday, July 29th, 2008

I love Textmate but its only available for Mac Os X.   : (    That is the problem for user like me use Windows as main OS. By the way, i tried to search a powerful text editor to replace notepad and dreamweaver.
I found 2 softwares that almost simillar to textmate. not 100% but yeah.
1. [...]

Wordpress Help Sheet

Monday, July 21st, 2008

First, i would like to thank Wpcandy & Liquidicity for release a great wp help sheet that help improve my productivity. You can download the .pdf from here 592kb
I like the sheet but it is in .pdf file. The thing is i don’t like the format. It’s big in size and difficult to copy and [...]

Tutorial : how to create custom social bookmark button

Sunday, July 13th, 2008

Been thinking or wondering how they did custom social button? In this article i will show how to create custom social bookmark button with working link.
Anyway, it is pretty easy if you understand the wordpress template tag. #.
The idea

The Code
1. Digg submit url
http://digg.com/submit/?phase=2&url=
2. Post permalink
<?php the_permalink() ?>
Digg submit url + Post permalink(1+2)
http://digg.com/submit/?phase=2&url=<?php the_permalink() ?>
To make [...]