Minimal Blogger Template

November 19th, 2008

Today i try to make blogger template ..

but it’s seem not easy ..

just to show body and title in the blogspot.com template i still have difficulties ..

after one hours ..

here is the minimal blogspot template which i can get ..

it will become basic of my next blogger template ..

so stay tune . just download minimal blogger template

Tags: ,

Random Post Plugin From Wasabi

November 19th, 2008

Today i have used random post plugin …

the difference with another i think this plugin really simple and fast ..

You can download the plugin from here ..

After you upload the plugin ..

to show random post ..

just add the following code in your wordpress theme ..

you can put it in sidebar.php or single.php

<li> Random Post

<?php random_posts(5, 0,”<ul>”,”</ul>”,”",”", false, false); ?>

</li>

it will show random post link in your wordpress blog ..

i think it will make your post indexed by search engine ..

Tags: , ,

Call Of Duty Wordpress Theme

November 18th, 2008

Just to learn about wordpress syntax ..

And after do blog search about free website template ..

here is my first wordpress theme ..

I made based on template on website template ..

I just made it so can be used in the wordpress ..

It use 4 widget ..

This wordpress just for my experiment ..

To learn about theme design ..

You can download call of duty theme here …

call of duty 2 theme

It’s still lack with comment form..

because i have not have time yet ..

but i will add it soon ..

You can see the live demo

Tags: ,

Using Google Alert To Find Next Naruto Shippuden Download

November 15th, 2008

One of my favorite anime is Naruto Shippuden Episodes ..

Somedays ago i use google alerts to find any release of naruto anime in the internet ..

i’m very surprised when i open my email and get information which i search from the google alerts ..

the email contain any information about this anime ..

it can be downloaded or watching online streaming ..

and the contains all are informatif information .

not spamming result …

different when i search it in google.com

to use google alert you must have google account ..

and just type the Naruto Shippuden terms ..

For example the next release is Naruto Shippuden Episode 85

just type that in alerts ..

and the info will be sent to gmail …

I think it’s very usefull to if you have a blog and want to get any new specific information …

just use that tools ..

Tags: ,

Firefox User Agent Switcher

May 28th, 2008

With firefox you can change your user agent ..
Then what for you change user agent header in firefox ..

It’s very usefull when you want to do something with a website which only can be accessed with special browser ..

You can download firefox user agent switcher in : https://addons.mozilla.org/en-US/firefox/addon/59

For example : you want to make mozilla act like nokia series 60 to download yahoo go .you can do this by :

  • Open Firefox Browser
  • Choose Tools -> User Agent Switcher -> Options -> Options
  • Choose User Agents
  • Cllik Add
  • Fill Description : nokia series 60
  • Fill User Agent : Mozilla/5.0 (SymbianOS/9.1; U; [en]; Series60/3.0 NokiaE60/4.06.0) AppleWebKit/413 (KHTML, like Gecko) Safari/413
  • Click OK
  • To change your firefox act just choose Tools-> User Agent Switcher -> nokia series 60

With this way your firefox browser will act like nokia series 60 edition and you can download yahoo go from your firefox ..
To change that value with iphone browser just do like this :

  • Open Firefox Browser
  • Choose Tools -> User Agent Switcher -> Options -> Options
  • Choose User Agents
  • Cllik Add
  • Fill Description : iphone
  • Fill User Agent : Mozilla/5.0 (iPhone; U; CPU like Mac OS X; en) AppleWebKit/420.1 (KHTML, like Gecko) Version/3.0 Mobile/4A102 Safari/419 (United States)
  • Click OK
  • To change your firefox act just choose Tools-> User Agent Switcher -> iphone
  • it will make your browser acts like iphone browser

With this combination to switch between user agent just find another browser user agent and find any website which contain specific service for that browser :D

Tags: , , ,

Flying School in Indonesia

October 29th, 2008

When i was a kid ..

I live close to airport ..

I like in the airport to see flying airplane ..

So when i was a kid ,  i want to be a pilot ..

but it change..

For you who live in indonesia and want to be a pilot ..

you can register in stpi curug or alfaflying school

stpi curug is indonesia goverment flying school …

but not only pilot … but airport support too ..

just like ATC ( Air Traffic Controller ) and the others

How To Learn CSS Design Easily

June 11th, 2008

CSS is Cascading Style Sheet ..

You who want to learn howto web design must know about HTML and CSS ..

Here is some website may be usefull for you to learn web dseign ..

To learn about CSS quickly … you must know the basic of HTML and CSS first ..

To see the live change of website ..

just use mozilla firefox browser ..

It has a lot of extension to help you more understand about CSS easily ..

To download that tool you must have firefox and download addons in firebug mozilla firefox :

https://addons.mozilla.org/en-US/firefox/addon/1843

After that just open any website which you like ..

To use this addons just select Tools->Firebug->Open Firebug ..

You can see the css and the others ..

Another mozilla addons which may be usefull is web developer tools addson :

https://addons.mozilla.org/en-US/firefox/addon/60

After install this web developer tools .. Just open any website which you like .. Then ..

A great tips to know is to press ctr+shift+y to view style sheet info on a page ..

Tags: , ,

Installing Wordpress In Subdomain

November 13th, 2008

I have tried to install wordpress in my friend site ..

after go to cpanel and make the subdomain and do mapping directory which will the subdomain wordpress …

I upload the wordpress file using ftp software filezilla ..

the subdomain like this : subdomain.mydomain.com ..

and the directory where upload the installation file is : /public_html/subdomain

after i upload all the installation files …

i acces http://subdomain.mydomain.com ..

but it will redirect to http://mydomain.com ..

after that i search in the internet how to handle this ..

after 4 hours and do many testing , finally i can do it ..

here is the solution for installation …

just copy your another wp-config.php from another wordpress installation ..

and edit this config :

define(’DB_NAME’, ‘database_name’);    // The name of the database
define(’DB_USER’, ‘database_user’);     // Your MySQL username

define(’DB_PASSWORD’, ‘database_password’); // …and password

define(’DB_HOST’, ‘localhost’);    //

after that just upload wp-config.php to /public_html/subdomain/

just directly go to http://subdomain.mydomain.com/wp-admin/install.php

it will do directly the installation …

i don’t exactly what make the default installation direct to mydomain.com but i think because main blog use permalink so when i type http://subdomain.mydomain.com it has been handle permalink  by the wordpress in the main blog.
I hope it usefull .. :D

Tags: ,