I like this speech by Gary Vaynerchuk and start to realize how much time I spend things that are unproductive at all. His speech is very straight to the point and realistic. Take a look at this 15 minutes video.
Archive for the ‘Blogging Tips’ Category
Who is Hosting This Website?
It is interesting to find out the source of hosting for a particular website. It will be useful when you are trying to look for a good host or simply wants to find out who is hosting the website that you visit often.
If you find a blog/website that loads fast and do not have much downtime, you may want to consider following the same hosting service. This is where this service come in handy. It is free.
Yes, I am hosting with hostgator and so far, their service is great and I have no complaint. You may want to consider this hosting service.
Check who is hosting this website?
5 Ways to Design your Own WordPress Theme
Designing a WordPress theme is actually a tough job. I applause those who have created great WordPress theme. I think there is various ways you could consider to design your own theme or your could alter an existing wordpress theme.
Copy and Modify
This is a great way for me to learn CSS and WordPress code. Rather than reading through the long tutorial provided by WordPress.org, I kind of like to do trial and error myself. There are great theme from the official WordPress Theme directory, but there are also great theme out there that are not included in the Theme Directory because they choose not to release their theme under GPL. This means that you will have to read their license right and make sure you could modify and reuse their code, therefore be careful when you decides to remove their footer link.
WordPress Generator
This WordPress Generator is very cool because it require no coding at all. The downside is that there is limitation on some of the function. Buy hey, it is free and you only fill up the form. By 5 minutes, you will get your very own WordPress Theme. How cool is that?
Big Credit to this 24 year old from Rotterdam
PSD to CSS
I have not tried PSD to CSS much but it will be useful if you know nothing about CSS, but you have knowledge designing in PSD. This PSD to CSS is not design specifically for WordPress, therefore you will still need to make sure that you include all needed WordPress Code.
From a Blank Notepad
This is definitely the best way to design a blog because there is a higher chance you will design something that is different from what is available in the market. Also you will be able to include other cool features like tabber, flash program, or any other javascript into you theme easily when you have the knowledge. Only that this method will require certain knowledge, maybe reading the whole WordPress Theme Textbook or having similar knowledge.
A shortcut from the above option
If you do not want to do it from a blank notepad, here is another tips to speed it up a little. Rather than typing the normal code for comment.php, searchform.php, header.php and function.php, now you can skip this process. This is the most common method because designer will have a standard blank templates to speed up their daily task. WPCandy have one Starter Theme that is very basic, without any width size or sidebars.
I have just recently made my theme (RiceBlogger theme) but it is not design by me. I have just added some sleek function to make the original default WordPress theme a better theme to match what is in the market today. The weird thing I have found out is that Kubrick Theme does not comply to the requirements. You will see a version 1.1 of Riceblogger very soon.
Let your Twitter Buddies know what you Digg
Twiggit is a great service to promote article at Digg. You have the option to only Tweet aritcles that you submited. It is pretty simple, all you do is to provide them with your Digg ID, Tweet account and email.
Once you digg, it should appear on your Twitter. Unfortunately it is not quite instand. But it is good enough.
This would be another way to promote your Digg submission.
Autoping PPS
I have just updated my blog with the latest WordPress 2.6.1. I tend to skip the newer version most of the time because it is usually buggy when a new version come out. After updates, I will always need to remember to install back my autoping specifically for PetalingStreet (PPS)
Liewcf have written previously about AutoPing PPS from WordPress 1.5 but because the version had changed. It is best that we edit them manually from the latest version.
It is very simple, all you need to do is to edit “edit-form-advanced.php”.
- Go to wp-admin
- Look for “edit-form-advanced.php”
- Go to line 283
- Look for
value="' . attribute_escape( str_replace("\n", ' ', $post->to_ping) ) .'"
- add PPS Trackback link as follows (assume it is http://www.petalingstreet.org/ping/
value="http://www.petalingstreet.org/ping/ ' . attribute_escape( str_replace("\n", ' ', $post->to_ping) ) .'"
Note: Change the petaling street trackback url to the actual given to you when you register yourself with PPS.
There is cons to this because if you accidentally publish a post, it will be broadcast almost instantly. Unless you schedule them to be posted later.







