[20 Nov 2008 | No Comment | 34 views]
Christians True Stories and Testimonies (Kisah Nyata dan Kesaksian Kristen)

Christians True Stories and Testimonies
There are a lot of true stories and testimonies from all Christians whom feel the presence of God Jesus Christ and they have been touched by Him until their life changed. This blog get and collect all the true stories and testimonies from the other websites, if you find some posting with video, all of this true stories grabbed from the largest Christians Website in Indonesia www.jawaban.com.
Hope this website may help all of us to able to know about our God love more and more.
God Bless.

Read the full story »

Programmer Tips and Tricks »

[21 Nov 2008 | No Comment | 0 views]

How to solve this issue?
Check your index.php for Arthemia themes and find this code:
query_posts(”cat=-10,-11,-1&paged=$page&posts_per_page=5″);
Make sure post_per_page variable in there has the same value with your variable in Plugin > Reading > Blog pages show at most >
After you match the value, this issue will be solved.

Read the rest of this entry »

Featured, Geekaholic »

[21 Nov 2008 | No Comment | 16 views]
Google officially launch LIFE Photo Archive

Millions of old photos that have ever been published will be available to search from Google. Those photos are taken from LIFE Photo archive from 1750.
Google also provide special page for this archive, in the next few month Google will be adding the entire LIFE archive — about 10 million photos.
According to Life, about 80 percent from all those photos never been published. Those photos been sitting in dusty archives in the form of negatives, slides, glass plates, etchings, and prints.
This is the biggest collaboration in professional photography. Google hopes …

Read the rest of this entry »

Programmer Tips and Tricks »

[21 Nov 2008 | No Comment | 17 views]

I came all over the websites and found an interesting php script that allow us to crop, zoom and resize web images. The script name is timthumb. Perfect for all website applications.
PS: You must enable GD library in php setting to use this feature.
Source can be download from : http://code.google.com/p/timthumb/
TimThumb script created by Tim McDaniels and Darren Hoyt with tweaks by Ben Gillbanks
http://code.google.com/p/timthumb/
MIT License: http://www.opensource.org/licenses/mit-license.php
/* Parameters allowed: */
w: width
h: height
zc: zoom crop (0 or 1)
q: quality (default is 75 and max is 100)
HTML example: <img src=”/scripts/timthumb.php?src=/images/whatever.jpg&w=150&h=200&zc=1″ alt=”” />

Read the rest of this entry »

Programmer Tips and Tricks »

[21 Nov 2008 | No Comment | 11 views]

If you are hosting Wordpress MU now and want to enable user to insert javascript in their text widget, you must edit your wp-includes/widgets.php
Actually, it’s not wise to enable this feature because user will be able to post exploit script that may harm your system.
My Wordpress MU version is 2.6.3 if you used different version just find something looks like below script in widgets.php file
if ( current_user_can(’unfiltered_html’) )
$text = stripslashes( $widget_text['text'] );
else
$text = stripslashes(wp_filter_post_kses( …

Read the rest of this entry »

Featured, Kios Geek News »

[20 Nov 2008 | No Comment | 8 views]
Get your WordPress blog for Free !!!

If you want a big space for your blog, we give what you want. Kios Geek gives you 200Mb space to keep all your multimedia files, if you need more space just call us, we will upgrade the space and we won’t charge you for money as long as your blog is used for ministry purpose.
Register for bigger space blog now,

Read the rest of this entry »