Category Archives: Blog

Blog Software

more exploring massive keyword list builder

More exploring massive keyword list builder lead me to a bunch of information icon smile more exploring massive keyword list builder

 more exploring massive keyword list builder 

 more exploring massive keyword list builder

Click this icon you’ll get a lot of infos :

Keyword tools subdirectory :

 more exploring massive keyword list builder

Link analysis tools :

read more »

Blog

Forum List for webmaster

It’s been long time I don’t visit a forum, my first paging code gave by someone in sitepoint icon smile Forum List for webmaster

Today I just cross some forum list in digitalpoint forum, list some top forum. To make it interesting they give PR and Alexa rank, here’s the list :

forums.Digitalpoint.comAlexa :140 —- PR :6 — Signature link : Without Nofollow

sitepoint.com/forums/ Alexa :413 —- PR : 7 — Signature link : Without Nofollow

webmasterworld.comAlexa :447 —- PR : 8 — Signature link : No signatures

warriorforum.com/forum/ Alexa :582 —- PR : 5 — Signature link : Without Nofollow

V7N.com/forums/Alexa 960 —- PR : 6 — Signature link : Without Nofollow

Webhostingtalk.com Alexa :1557 —- PR : 6 — Signature link : Without Nofollow

namepros.com Alexa :1767 —- PR : 5 —- Signature link : Without Nofollow

dnforum.comAlexa : 2286 —- PR : 5 —- Signature link : Without Nofollow

webmaster-talk.com Alexa :5131 —- PR : 6 — Signature link : Without Nofollow

kirupa.com/forum/ Alexa :8224 —- PR : 7 — Signature link : Without Nofollow

EarnersForum.com Alexa :9650 —- PR : 5 — Signature link : Without Nofollow

http://forums.devshed.com/ — Alexa:3849 —- PR: 6 — signature link : With NoFollow

Source : DP

 

Blog Software

A definitely must have tool : Massive Keyword List Builder

After a few days deploy All in SEO Pack for wordpress. I made a few experiment with keyword selection and visit to overture, wordtracker etc. In fact its very time consuming but the result is worth. Specially with slackware release posting icon smile A definitely must have tool : Massive Keyword List Builder

Today I found an information in DP forum about this software : "Massive Keyword List Builder"

Visiting author site don’t lead me to download page but quick googling help me to download icon smile A definitely must have tool : Massive Keyword List Builder

Download it from tucows

Wanna see how installation process and screenshots, here you are :

1. Unzip the file and double click installer

 A definitely must have tool : Massive Keyword List Builder

  read more »

Blog PHP

Hello dosh dosh, problogger, johnchow, google etc

I often visit to some blog and give a comment and back visit come back for 1 or 2 icon smile Hello dosh dosh, problogger, johnchow, google etc .

One of my friend ask :

"I want to add php snippet in my wordpress, is it possible?"

Yes, I just modify my cwlis wordpress theme (index.php) file and integrate rthanks plugin inside index.php for say hi to visitor from reference site/blog like google, problogger, johnchow etc.

More fun but might be not suitable for person who like to change wordpress theme easily since they must edit index.php each time they change template icon smile Hello dosh dosh, problogger, johnchow, google etc

The point I wanna tell is adding manual php code also possible to other engine like joomla. Make sure You know where to put it and doing little trial error to make it really  work icon wink Hello dosh dosh, problogger, johnchow, google etc

For example :

I add this code :

<?php get_header(); ?>

             <?

        if (preg_match(‘/^http:\/\/(\w+\.)?(google|johnchow|yahoo|

blogspot|doshdosh|problogger|cosaaranda|vavai)\./’,$_SERVER['HTTP_REFERER']) == 1)

{

 // get host name from URL

preg_match(‘@^(?:http://)?([^/]+)@i’,$_SERVER['HTTP_REFERER'], $matches);

$host = $matches[1];



 // get last two segments of host name

preg_match(‘/[^.]+\.[^.]+$/’, $host, $matches);

 //echo "domain name is: {$matches[0]}\n";





echo "<p style=’border:thin dotted black; padding:3mm;’>Welcome <b>{$matches[0]}</b> user . Thanks for visiting my Blog icon smile Hello dosh dosh, problogger, johnchow, google etc </p>";

?>



<?

}

?>

in index.php before this :

<div id="leftside">
    <?php if (have_posts()) : ?>
       
        <?php while (have_posts()) : the_post(); ?>

same output with wordpress plugin.

Just change "google|johnchow|yahoo|blogspot|doshdosh|problogger|cosaaranda|vavai" into some domain that often send visitor to your site/blog.

For some level by write this code directly to php code of engine will decrease load of plugin call icon smile Hello dosh dosh, problogger, johnchow, google etc

 

Blog

Step by Step Guide to Make Blending Adsense Ads

Just found a site called "I like your colors"

I like this site, this site can help make blending adsense ads with its power to determine color of my templates using.

In my new blog about reiki I use a template that need to match the color with adsense.

Here’s my steps :

1. Visit I like your colors site and type my blog address :

  Step by Step Guide to Make  Blending Adsense Ads

read more »

Blog

Spread Linking : Blog Earnings for June 2007

July is coming, I’ve seen some blogger reveal their income from blogging.

"Blog Earnings"

Yes, all of them doing blog for fun, hobby and some of them are full time blogger

I think it’s interesting to see how do they succeed with their blog, how their blog looks like, ads positioning, plugin they use and what they post in daily

Incredible to see their earning but more important for me is see their post, what they think and action to reach that level icon wink Spread Linking : Blog Earnings for June 2007

Blog

Zend Framework 1.0.0 Production Release

Wow, many framework for PHP get mature and stable. One of them is Zend Framework, already reach 1.0.0 version

Unfortunately I still stick with PHP4 not ready yet for PHP5 since Zend Framework only for PHP5.

Maybe this framework will ‘force’ me to use PHP5 in production (not in cgi style hehehehe)

From Zend Framework site :

"

This is the first production release of Zend Framework.

Many thanks to the scores of PHP developers who have worked for many months to make this product milestone possible. Zend Framework has followed a mission to provide classes that are extremely simple, yet powerful and extensible. Zend Framework is now the best class library available for PHP 5 web application development.

The Zend Framework project has developed solutions to solve frequent needs of web application developers, including the following areas:

  • Powerful MVC framework
  • Database access solution that balances ORM with efficiency and simplicity
  • Lucene-compatible search engine
  • Advanced I18N support
  • Robust authentication/authorization classes and input filtering
  • Many other useful classes to make you as productive as possible
  • Thorough and high-quality test suites and documentation
  • Open-source development process with an active community provides continuous review and testing

The Zend Framework is the best PHP 5 framework to meet modern business needs, being licensed under the New BSD license. The Contributor License Agreement assures that all code has been provided freely.

Zend Framework is already in use in dozens of applications, so it is proven to be production-ready."

Download Zend Framework 1.0.0

By the way, if you wanna try framework that support PHP4 and PHP5 you’ll consider using CodeIgniter

 

Blog

Autopatcher, cure my explorer.exe error

Yesterday I bought a PC Magazine, two DVD provided and today I have chance to install one of the software : Autopatcher

I installed November 2006 Full

 Autopatcher, cure my explorer.exe error

Dont know why my explorer.exe error get fix plus true type font enhance icon smile Autopatcher, cure my explorer.exe error . Since autopatcher is offline version of windows update I can’t tell which one fix my error but I don’t care. I already familiar with FreeCommander.

Might be usefull for others, but I can’t guarantee if this method will do the same thing as it do in my sytem icon smile Autopatcher, cure my explorer.exe error , your milestone is vary.

What is Autopatcher?

read more »

Blog

Spread Linking : Adsense and Promo

Few useful link around adsense and promoting :

Have a great weekend guys icon smile Spread Linking : Adsense and Promo

Blog

Running Vmware Disk in VirtualBox 1.4.0

My Vmware 6 trial is over but I already install FreeBSD 4,5,6 and 7 using it. After have some spare time to test VirtualBox 1.4.0 power ( able running vmdk) I give it a chance.

Generally what I do is adding each disk to disk manager and run that disk.

Here’s the steps :

1. Open VirtualBox and push CTRL+D or click  File -> Virtual Disk Manager

 Running Vmware Disk in VirtualBox 1.4.0

read more »

Blog

Harry Potter 7 : Voldemort killed Hermione?

I just don’t know about this issue until a friend told me about Harry Potter and the Deathly Hallows ending story.

A hacker  called "Go Harry" has published a full disclosure of the ending story of Harry Potter 7  whatchutalkingabout smile Harry Potter 7 : Voldemort killed Hermione?

Can’t say no more, just take a look in here

Voldemort killed Hermione?

Sigh….

I got to take a break and watch fantastic four for good.

Some Movie Clip or Review :