Convert URLs to Links on WordPress Content

May 15, 2012 | Miscellaneous, WordPress

So you have been in a situation where you want all the urls on the content of your post to be a link. Well if you have found yourself in such situation, you can always make use of make_clickable function that is available by default on WordPress. What this basically does is convert all http, https, ftp , ftps, emails to clickable link, hence no further coding and head banging. ;) Read the full story…

 

7 awesomely sweet WordPress plugins

April 7, 2012 | WordPress

price

There are plugins for just about everything you can possibly imagine on WordPress. But just like themes, it can be difficult to sift through the fluff, and find those gems that truly improve your website. But when you do find a WordPress plugin that’s great, you just have to share it with others in the community. And so am I doing here. I will now showcase 7 WordPress plugins that are awesomely sweet. Read the full story…

 

Tips on Time Management for Freelancers

March 5, 2012 | Freelancer, Miscellaneous

time-track

There is a reason you chose to Freelance. Most likely was to be your own boss and work from home. Yes the thought of working in your pj’s is appealing but when it gets down to it, this is how you pay the bills. The best way to succeed in freelancing is to be very careful on how you manage your time; here are a few tips to keep those jobs coming:

Read the full story…

 

Walking array the PHP way, A look into array_walk()

February 9, 2012 | Miscellaneous, Web Development

If you’ve been developing with PHP for a while, you’ve probably come across this situation in the past:

<?php
foreach ($somearray as &$element) {
$element = some_function($element);
}

It’s a common sight: taking an array and running (well, walking) its elements through a particular function. Luckily, PHP provides a simple yet powerful function to overcome this: array_walk().

Read the full story…

 

How to convert currencies using cURl and Google + PHP

February 7, 2012 | Miscellaneous, Web Development

currency

Converting currency would not have been a big deal if the exchange rate was fixed. But given that the exchange rate changes every other second, we use services from one of the trusted sites to show  the latest exchange rates. Here we take help of Google to find the latest currency exchange rate and convert the currency to required currency. I hope this piece of code helps you.

Read the full story…

 

Top 10 Free Time Tracking Apps for Freelancers

February 2, 2012 | Freelancer, Miscellaneous

Time tracker for freelancer

Usually two words “freelancer” and “time” go together. Freelancers can’t juggle multiple tasks simultaneously and that’s why we need to allocate time carefully. Time is an essential source of freelancer financial success.

There are lots of web apps that help track time and create reports. If you use one of the tools on a daily basis, you can turn your work into a structured schedule, get more spare time for fun, and improve your productivity. Here’s is an overview of 10 top free apps for time management for freelancers. Read the full story…

 
WordPress SEO fine-tune by Meta SEO Pack from Poradnik Webmastera