Archive for December, 2009
Where to promote internet marketing product
Posted by in Internet Marketing on December 15th, 2009
Places to promote internet marketing product, and scripts:
- sitepoint.com
- forums.digitalpoint.com
- hotscripts.com
- Warrior forum
- BlogCatalog
- Facebook group
Programming tips
Posted by in General on December 13th, 2009
- Name your functions and variables with meaningful names so that people will understand the function or variable just by reading it’s name. If a function return best selling product, name it like get_best_selling_products().
- Do a lot of comment for your code, especially if you are working in a team. By commenting you are making other peoples life more easy.
- Make your function small where you can see all code for that function in one screen without scrolling. When the function is getting bigger than your screen, its time to split it into smaller function.
- If your chunk of code is often use, then create a function for it so every part of your application can call this function. An example of this is database connection and query.
- Put your javascript code and css style in different file. Save your javascript as .js file and your css file as .css file.
Make plugin
Posted by in Wordpress on December 13th, 2009
This page will help you to create wordpress plugin and is divided into several part:
Misspelled keyword tool
Posted by in Internet Marketing Tool on December 11th, 2009
This tool will create Misspelled keyword for you PPC campaign. If your keyword is chair, then there are 4 types of Misspelled keyword
- Missing word: chir, cair, etc
- Double word: cchair, chhair, etc
- Wrong key typos: xhair, vhair, etc
- Transposed word: hcair, cahir, etc
This tool is a part of my Internet Marketing tool, find out more here
WordPress plugin setup
Posted by in Wordpress plugin on December 5th, 2009
I have a lot of niche blog and I feel it is a waste of time to do the exact thing to all my blogs when I setup it. So I create a plugin to do the dirty work. Here what it will do:
- Set permalink to /%postname%/
- Delete all default links, like wordpress themes link
- Create privacy policy page
- Create contact us page based on http://takayukister.chipin.com/contact-form-7-20
- Update writing ping option to include more websites
You can download it here.
BTW, you can check my Internet Marketing Tool here. It’s a great tool that saves a lot of my time too.












