June 2, 2007 at 1:25 am
· Filed under Internet & Computers, Webmastering
Namecheap seems to be giving out discount coupons on a monthly basis now. So, without further ado, the coupon code for June 2007 is JUNEBUGZ. This code should work for .com .org and .net new registrations. .info extensions are already cheap, so, as usual with the previous codes, June’s code will not be applicable for that.
Remember, if you are renewing domains, request for a discount code from Namecheap’s support and they will provide you with the code if you have more than 50 domains with them. Never hurts to try even if you are not in that category.
I hope Namecheap will just provide the one code that would last a whole year or something to that accord. I’m not really complaining since Namecheap has been good to me and always works whenever I require it to.
Tags: namecheap, coupon, june
Permalink
May 17, 2007 at 7:44 pm
· Filed under Internet & Computers, Webmastering
Many webmasters are obsessed with their websites’ traffic and some are crazy after Google’s PageRank and some are nuts about both. It’s not that these does not matter to me but if I’m into traffic, I can buy website traffic to boost the numbers. In fact, I’m really interested in finding out who, from where visit my blog.
As I’ve wrote in the past, amoswong.com has got visitors from Guam. Isn’t it interesting? The fact that the visitor came from Guam made me wanna read up about the country. Other things that interest me are comments where visitor make with a URL to their handiwork or blogs. I will definitely visit their site, have a look what they write about, how some of them take photos of their surroundings, how they customize their site and such.
If you noticed, there is a little button that says “GeoVisitors” right at the bottom of this blog. Clicking on this button will display the various visitors and where they came from. Pretty neat, eh? I click on that button every single day.
Permalink
May 6, 2007 at 9:12 am
· Filed under Wordpress, Internet & Computers
So, you would like to sort your Wordpress categories in alphabetical order, don’t you? Some Wordpress themes that you load comes with categories that are sort in the order they are created. In order to change them to alphabetical order, you don’t need any plugins but a simple tweak at the codes. I promise you that it will be simple. Follow the instructions below:
- Click on your File Manager in your web host’s CPanel.
- Click on public_html
- Click on wp-content (if you have a folder for your blog, click that first and then wp-content)
- Click on themes
- Click on the folder that consist your theme’s name
- Click on the file called sidebar.php
- On the right hand side of your CPanel, you can now see several new options. Click on the link that says Edit File
- Locate the codes wp_list_cats(’sort_column=id’) (codes could be longer, so look closely)
- All you got to do now is change it to wp_list_cats(’sort_column=name’)
- Click the Save button
That’s it, in 10 easy steps. Reload your blog and press F5 to refresh it if necessary.
Permalink