Posts

touching article about IPAD: 8 Things That Suck About the iPad

Image
i have found this article, it's interestin.. and i think that these 8 things are sucks...!!1 A lot of people at Gizmodo are psyched about the iPad . Not me! My god, am I underwhelmed by it. It has some absolutely backbreaking failures that will make buying one the last thing I would want to do. Updated Big, Ugly Bezel Have you seen the bezel on this thing?! It's huge ! I know you don't want to accidentally input a command when your thumb is holding it, but come on. No Multitasking This is a backbreaker. If this is supposed to be a replacement for netbooks, how can it possibly not have multitasking? Are you saying I can't listen to Pandora while writing a document? I can't have my Twitter app open at the same time as my browser? I can't have AIM open at the same time as my email? Are you kidding me? This alone guarantees that I will not buy this product. No Cameras No front facing camera is one thing. But no back facing camera either? Why the hell ...

productivity toolbox: 37+ tools for taking abd getting things done

Image
source: smallfuel I found this article very interesting... Last week we talked about how taking action is the first priority of a small business (or just about anything). This week it’s time to go beyond talk and start getting things done. With that in mind, I’ve compiled a list of the best resources and tools available for taking action, getting things done, and generally being productive. Project and Task Management Tools Actionthis.com ActionThis is a web-based service for managing projects and tasks and making sure they get finished. They use your everyday tools to help you get stuff done and go home early. Really nice interface and an elegantly-simple “Plan it, Do it, Improve” methodology. Actionize.com Actionize is a nearly complete system of small business tools. They have a project manager, task manager, calendar, and contact manager. Even more than others, Actionize can help with CRM and business communications in general. Basecamp.com Basecamp is the project...

php ftp class

Image
usage of the class - get a file require( "class.ftp.php" ); //include library $f =new PHP_FTP ( 'ftp.somesite.com' , 'username' , 'password' ); //specify connect info $f -> get ( 'html/test.txt' , 'c:/php/ftp/blah.txt' ); //yes, tested on Windows $f -> kill (); //optional destroy class method ?> Usage Example - Send a file require( "class.ftp.php" ); $f =new PHP_FTP ( 'ftp.somesite.com' , 'username' , 'password' , 21 ); //optional port as 4th arg $f -> send ( 'c:/php/ftp/blah.txt' , 'html/test.txt' ); //yes, tested on Windows $f -> kill (); ?> Usage Example - how to test for completion if(! $f -> send ( 'c:/php/ftp/blah.txt' , 'html/test.txt' )){ echo "File sent successfully!" ; }else{ echo "Error sending file." ; } ?> you can download it here

Wamp server slow on windows 7 solution

Image
Spectacular views are you experiencing slow performance for wamp server under windows 7?? i have experienced the same problem and i didn't solve it until i asked the support of wamp server. So this is the solution, check you  hosts file and make sure its  only contains: 127.0.0.1 localhost The site is located under the directory: c:/windows/system32/drivers/etc/hosts And then the performance of wamp server will back again.  

Wordpress Theme – TechnoHolic

Image
Ericulous released a new theme for WordPress. It’s called TechnoHolic (Free and Premium) . Common Features : 2 or 3 columns flexible layout, 3 columns bottom bar, SEO ready, Gravatar support,Seperated comments/trackbacks, Highlighted author comments, Works on Wordpress v2.1 and above, Tested on IE6/7, Firefox, Opera, Safari, XHTML & CSS Validated. You can download and install the free trial version on your blog. You can upgrade to the premium theme for USD18 only. See the difference between the two versions here TechnoHolic Theme (Free) [ Download Now ]

Wamp server slow on windows 7 solution

Spectacular views are you experiencing slow performance for wamp server under windows 7?? i have experienced the same problem and i didn't solve it until i asked the support of wamp server. So this is the solution, check you  hosts file and make sure its  only contains: 127.0.0.1 localhost The site is located under the directory: c:/windows/system32/drivers/etc/hosts And then the performance of wamp server will back again.

URL Zone: New Computer Virus

source: cbs42.com You've heard of identity theft leading to an empty bank account, but thanks to a new computer virus, it's even easier to end up with a zero balance. The latest in Trojan horse viruses is known as URL Zone, and it steals money from your bank account while you are logged into it online. The virus is so advanced; it can display a fake balance, making you think your money is still there. Experts say steer clear of trouble by deleting suspicious emails and not clicking on unknown web links. Also, check your security software. "Update your anti-virus, update your spy ware, whatever the things you might use, try to keep it up to date if there are security problems, it'll be taken care of automatically," says Dr. Marcus Brown. Once the URL Zone virus infects a computer, there's no way to get a clear check of your current bank balance. The only way to do so is by using an un-infected computer, or getting in touch with your bank directly via ph...