Find out PHP execution time
Posted by in General on March 11th, 2010
function microtime_float ()
{
list ($msec, $sec) = explode(’ ‘, microtime());
$microtime = (float)$msec + (float)$sec;
return $microtime;
}
$startdebug = microtime_float();
$end = microtime_float();
echo ‘Script Execution Time: ‘ . round($end – $startdebug, 3) . ‘ seconds’;
Reading Text Global Resources Hang with photoshop
Posted by in General on March 10th, 2010
HOW TO SOLVE THIS PROBLEM.
1. Find the file called “Adobe Photoshop CS Prefs.psp” in the following folder:
C:\Documents and Settings\user\Application Data\Adobe\Photoshop\8.0\Adobe Photoshop CS Settings\
* note: user will be whatever your are loged in as.
3. Delete this file or rename it to: Adobe Photoshop CS Prefs-old.psp (i just put “-old” at the end) – or whatver you want. The goal is so that photoshop doesnt use this .psp file again when it starts to load.
4. start photoshop again.
Dofollow List
Posted by in Internet Marketing on February 13th, 2010
This Dofollow blog will be always updated. You can also put this into your blog using this plugin. The list is sponsored by Inmarto Internet marketing tool
Powered by SourceCodeMoney
How to find do follow blog
Posted by in Internet Marketing Tool on February 7th, 2010
I often have trouble finding dofollow blog. With this tool, I can save a lot of time on finding dofollow blog. I haven’t found any decent tool that can look for do follow blog. If you find any please let me know.
First the tool will search for dofollow candidates. Enter your keyword and it will find the candidates for the keyword.

Then you need to check for these candidate whether they are do follow blog or not.

This tool is a part of my Internet Marketing tool, get the trial and find out more here
Pagerank checker software
Posted by in Internet Marketing Tool on January 24th, 2010
If you are an internet marketer and need a tool to track your blog’s PR, then this tool will help you. You can enter all your blog’s url and just wait it retrieve the PR. If you have 100 blogs you don’t need to check 100 times manually. You can also save the 100 blogs (Menu Setting > Website) so you don’t need to enter those 100 when you want to check.

You can copy and paste the result to excel for further processing.

This tool is a part of my Internet Marketing tool, find out more here
PayPal Subscriptions HTML Code
Posted by in PHP code on January 6th, 2010
Manipulating The HTML Code for Your Subscription Button
The following tables show the different parameters within the Subscriptions HTML code and the Subscriptions hyperlink.
The terms for the following subscription are:
-Free for the first week
-$5.00 USD for the next 2 months
-$50.00 USD per year thereafter. Recurs at regular rate for 5 payments
border=”0″ name=”submit”
alt=”Make payments with PayPal – it’s fast, free and secure!”>
|
Table 9.1
|
Source: https://www.paypal.com/en_US/ebook/subscriptions/html.html
How I choose my niche
Posted by in Internet Marketing, Internet Marketing Tool on January 3rd, 2010
I use my software to process the keywords. I set the software to filter only keywords with demand between 1000 to 50000, and competitor between 1000 to 2000000.
After filter the result, I then choose the keywords that I want to check its avalability.
These steps will save me lots of time.
Google Indexing dropped
Posted by in Seo on January 2nd, 2010
My travel guide blog has problem in Google indexing. It used to have 800 pages indexed at Google, but now it only has 160. I think the reason of this is because Google thinks I have internal duplicate content on my blog. I notice that my tag pages does not indexe well now. Probably Google thinks they have almost similar content between two pages. For example http://etravelogy.com/tag/music-boxes/ and http://etravelogy.com/tag/official-languages-of-switzerland/. The only different thing in those pages is the title tag. So I definately need to change the tag page so Google thinks it has different pages. Probably adding amazon product based on the tag keyword.









