Feb
28
2013

HTML5 Datalist

html5 datalist

The <datalist> tag is new in HTML5, it provide autocomplete features on input elements just like what you can see when you type in google search. People will see a drop down list of pre-defined options as type in the input text box. Previously i was using Ajax to build the autocomplete, but now i [...]

Feb
26
2013

Export Email accounts from cPanel

step1

I was always struggle from exporting email list from cPanel by copy and paste one by one into excel, or ssh into the server an do “cat” into a file. Today i’m lucky that i found a really easy solution to do it and decided to share it here. In-order to do this, you need Firefox and Firebug tool which can be install through Firefox add-ons.