June 24th, 2009
If you're new here, you may want to subscribe to my RSS feed.
Thanks for reading my blog!
I was looking for drivers for my Motorola Q9 and here is what I found
http://www.motorola.com/consumers/v/index.jsp?vgnextoid=bda09ec8009a0210VgnVCM1000008806b00aRCRD
(the link above will like change in the future.
Tags: cell phone, iphone, motorola, phone, q9
Category: General
|
No Comments »
June 20th, 2009
Maybe you've used rsync for linux and enjoyed its functionality.
Here is a solution for Windows.
The owner of http://www.itefix.no/ took the time to compile the binary.
Download location:
http://sourceforge.net/project/showfiles.php?group_id=69227&package_id=68081
Category: General
|
No Comments »
May 21st, 2009
Here is how to get the first and the last day of the current month in PHP
<?php
if (function_exists('date_default_timezone_set')) {
date_default_timezone_set('America/Toronto');
}
$start_data = date("Y-m-01");
$end_data = date("Y-m-d", strtotime("-1 day +1 month", strtotime(date("Y-m-01"))));
echo $start_data . " " . $end_data;
// Outputs: 2009-05-01 2009-05-31
?>
Related
Category: PHP, Programming
|
No Comments »
May 12th, 2009
My SEO Filter's site has been critiqued (brutally as per my request) by Webmaster Radio team at http://is.gd/zmst
(put the player after 19:20)
Here is a link to SEO Filter's site.
SEO Software for Forums and Content Management Systems
Category: Marketing
|
No Comments »
April 30th, 2009
Hi All,
I was checking the PRWeb site and here is what I found
http://www.prweb.com/releases/2009/04/prweb2372284.htm
Yes it really works!!! I learned a lot from this press release.
This test press release has only one goal to inform us that PRWeb testing has been successful.

Tags: pr, press release, prweb
Category: Best Pratices, Business, Marketing
|
No Comments »
April 22nd, 2009
Have you seen this error message:
root@ubuntu:/media/cdrom# ./VBoxLinuxAdditions-x86.run
Verifying archive integrity... All good.
Uncompressing VirtualBox 2.1.4 Guest Additions for Linux installation...........................................................................................................................................................................................................
VirtualBox 2.1.4 Guest Additions installation
Please install the build and header files for your current Linux kernel.
The current kernel version is 2.6.27-11-server
Problems were found which would prevent the Guest Additions from installing.
Please correct these problems and try again.
Solution:
sudo aptitude install build-essential linux-headers-`uname -r`
or
sudo aptitude update && aptitude dist-upgrade && aptitude install linux-headers-`uname -r`
Related
Tags: innotek, ispconfig, ispconfig2, ispconfig3, Linux, sun, Ubuntu, unix, vbox, virtualbox
Category: Linux/Unix, Operating Systems
|
No Comments »
April 22nd, 2009
Have you seen this message lately ?
csvn: Commit failed (details follow):
svn: Could not use external editor to fetch log message; consider setting the $SVN_EDITOR environment variable or using the --message (-m) or --file (-F) options
svn: None of the environment variables SVN_EDITOR, VISUAL or EDITOR is set, and no 'editor-cmd' run-time configuration option was found
Here is how to export SVN_EDITOR variable.
Feel free to change the editor to pico, nano etc.
echo export SVN_EDITOR=vi >> ~/.bash_profile
Logout and then Login again to *see* the change.
By *see* I mean that you have to do execute the following command and the editor of your choice should be run for you:
svn ci
Related:
Tags: EDITOR, Linux, rcs, svn, SVN_EDITOR, vcs, version control systems
Category: General, Linux/Unix, Operating Systems
|
No Comments »
April 19th, 2009
I have just received an email for those hunting for domains through GoDaddy.
This special offer expires 5/3/2009, so start shopping today!
Use source code fbDomain10 to get your extra savings when you order online at GoDaddy.com or by phone at
(480) 505-8821.
Tags: coupon, Coupons, discount
Category: Business, Coupons
|
2 Comments »
April 17th, 2009
I was checking a post about 8 Most Creative Wallets.
The cool thing is that the site gives you interesting information AND also links with their affiliate link.
That's a genial idea.
Tags: affiliate
Category: Affiliate Programs, Business
|
No Comments »
April 16th, 2009
I was constantly refreshing to see who is going to win the competition by receiving 1 million twitter followers.
It's between Ashton Kutcher and CNN Network
I am supporting Ashton. By the way his film with Cameron Diaz was pretty cool.
When I refreshed I saw Ashton's followers jumped to almost 2m and then went back to ~990 000.
Twitter definitely is having hard time calculating the real number of the followers.

Category: General
|
No Comments »