Below are some free Wordpress theme download websites:
-
Wordpress Themes: http://www.wpthemes360.com
-
Free Wordpress Themes: http://www.free-wp-themes.com/3
-
Makkamu.com: http://www.mukkamu.com/wp-themes/
Below are some free Wordpress theme download websites:
I ask you this, what happens to time?
Some believe that time is just a fiction of our imaginations, but the truth is, “time goes on” – things get old, and so do people. It’s something we can’t escape, and it’s inevitable – unavoidable, unstoppable. Time doesn’t stand still, for no one, and nothing.
Why this post? Well, it’s 12:26 in the evening, and I need to get to bed. Today went by in a flash, and it feels like I haven’t done much work.
I also haven’t had time recently to blog much, which isn’t a bad thing, since my life (and surely not my wealth) doesn’t depend on it. I have been too busy with clients networks & server lately to even get to my own business and my own life. I can’t really account for the last 3 weeks that’s gone by, although I know I have done a lot. I have gained a big client in that time, I have setup some websites for other clients, attempted to redo my own website (http://www.SoftDux.com), and burned myself out a bit. I need some rest. I need a break. But, right now I have so much todo that I just don’t get to it.
Just before I knock off for bed, I want to add one more technical blog entry, which helped me through an anoying problem.
It’s been quite some time since I have last blogged (hey, this word doesn’t exist in the dictionary, is it a valid verb?) so I better post some stuff on my blog again.
Things have been hectic at work. I have quite a few web development projects to complete, and also a new Dedicated Server in South Africa to start promoting and selling space on it. It’s been running very well for about 3 weeks now, but I want to upgrade the Xen kernel on it with a newer one, but at the same time upgrade the Hard Drive to a bigger one. I don’t think the current 80GB HDD will last long. So, I’m currently playing around with an automated installation of CentOS 5.1 x64 & a kickstart file, but it’s rather later and I think I’m going to finish this up tomorrow.
I also need to finish up our VPS packages on the billing system so that users can start ordering it, and then I must advertise them. The Matrix is playing in the background, and though I’ve seen it many times, it’s still a good movie….
I need to add some more features to my blog, but don’t quite have the time yet todo the research for it.
One thing I REALLY need, is a way to create new posts directly from the frontend, without having to login to the backend everytime. I just don’t know if it’s possible yet, and I don’t have the time on my hands to check it out.
That’s probably why this post will be so short….
Oh, and another thing, before I save this post. I’d love to find a way, to make the “Title” become the “Title” & “Description” in “All in One SEO Pack” as well, so I don’t have to copy & paste the content over every time…..
Man, what a frustration! I couldn’t get TinyMCE to work on my Wordpress installation, doesn’t matter how hard I have tried.
So, I have googled & searched the Wordpress forums, until I finally found something here: Link to article. According to the article, it has something todo with how TinyMCE uses zgip for compression. So, by chaning a line in the code, the problem is solved
Basically, you need to edit the following file: wp-includes/js/tinymce/tiny_mce_gzip.php and then change the code as follows:
[php]
if ((in_array(‘gzip’, $encodings) || in_array(‘x-gzip’, $encodings) ||
isset($_SERVER['---------------'])) && function_exists(‘ob_gzhandler’)
&& !ini_get(‘zlib.output_compression’) && ini_get(‘output_handler’) != ‘ob_gzhandler’) {
[/php]
Change the line above to the following:
[php]
if ((in_array(‘gzip’, $encodings) || in_array(‘x-gzip’, $encodings) ||
isset($_SERVER['---------------'])) && function_exists(‘ob_gzhandler’)
&&; !ini_get(‘zlib.output_compression’) &&; get_settings(‘gzipcompression’)) {
[/php]
Eksdom has done it again! I honestly don’t know what they think when they cut the power, but it’s crippling the economy & the country.Due to the many blackouts I’ve lost a UPS, and a server with 250GB’s of very very important company data, which I moved off the old server just the previous day. I was still busy preparing the new backup hard drive, but was too late. Thank you for costing my business a lot of money in unwanted damage.
So I have started my own blog. Finally.
So what is a Blog exactly? Wikipedia describes it as follows:
“A blog (a portmanteau of web log) is a website where entries are written in chronological order and commonly displayed in reverse chronological order. “Blog” can also be used as a verb, meaning to maintain or add content to a blog.
Blogs provide commentary or news on a particular subject such as food, politics, or local news; some function as more personal online diaries. A typical blog combines text, images, and links to other blogs, web pages, and other media related to its topic. The ability for readers to leave comments in an interactive format is an important part of many blogs. Most blogs are primarily textual, although some focus on art (artlog), photographs (photoblog), sketchblog, videos (vlog), music (MP3 blog), audio (podcasting) or sexual topics (Adult blog), and are part of a wider network of social media. Micro-blogging is another type of blogging which consists of blogs with very short posts.”
I have decided to use a blog to make “develop” a reference manual of everything I do from day to day in the IT industry. This will help me to look back after some time what I have done in a particular setup and improve on it again