A new beginning!
what is my dream? What do I really want to do in the future?
Continue Reading Add comment November 22nd, 2011
what is my dream? What do I really want to do in the future?
Continue Reading Add comment November 22nd, 2011
If you installed your Dabr in a subdirectory, Don’t forget add RewriteBase / in your .htaccess and changed RewriteRule ^(.*)$ index.php?q=$1 [L,QSA] to RewriteRule ^(.*)$ twitter/index.php?q=$1 [L,QSA]
Continue Reading 1 comment June 15th, 2011
A lot of things changed around me, and the enviroment as well. sometimes maybe you got the similar situation, how did you do with, guys??? bad days!!! hm….
Continue Reading Add comment June 5th, 2011
A Content management system (CMS) without database. data is stored in text files on the server instead…
Continue Reading Add comment April 22nd, 2011
CMSimple is one of the smallest, smartest and most simple Content Management Systems under the GPL or AGPL licence.
Continue Reading Add comment March 21st, 2011
Closure Compiler is a JavaScript optimizing compiler. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what’s left. It also checks syntax, variable references, and types, and warns about common JavaScript pitfalls. It is used in many of Google’s JavaScript apps, including Gmail, Google Web Search, Google Maps, and Google Docs.
Continue Reading Add comment March 6th, 2011
It will automatically move JavaScript code to page footer, speeding up page loading time.
Continue Reading Add comment March 3rd, 2011
There is a function (get_post) that let us pick any part out of it, so we can end up with this code within the loop.
Continue Reading 1 comment March 1st, 2011
This will display the slug for the category with the ID…
Continue Reading Add comment February 28th, 2011
Google’s input box style…I like it.
Continue Reading Add comment February 26th, 2011
Do you want to show something in a DIV after your clicking? Here is the codes will help you!
Continue Reading Add comment February 24th, 2011
CSS makes textarea auto height…It works well with IE8, FF, Opera.
Continue Reading Add comment February 23rd, 2011
To apply this tip, paste the code below to your homepage file (Most of the time it is named index.php). Please note that you’ll receive a PHP warning if you try to display anything before the wp_redirect() function on line 10.
Continue Reading Add comment February 22nd, 2011
Some codes help you to display the TXT data by using PHP…
Continue Reading Add comment February 21st, 2011
The WordPress admin login page is very easy to customize. With the code below, you can add your own CSS to the login page and make it look however you like.
Continue Reading Add comment February 19th, 2011