Pages

Wednesday, October 26, 2011

Motorola RAZR hands-on: First look

By GSMArena team

When the original Motorola RAZR came out in 2004 it turned the mobile world upside down with its slim profile and impressive design. Motorola sold more than 50 million units of the device, which makes it the all time best-selling clamshell. However, Motorola didn't quite manage to continue riding the enormous wave of success which the RAZR set and inevitably lost momentum.

Friday, October 21, 2011

NIKON AF-S DX 55-300mm f/4.5-5.6G VR

I just bought this lens 2 weeks ago for around $ 333. Here are some photos which taken with this lens and my Nikon D3000.

All this photos are copyright by me, you are prohibited to publish or to repro or to copy for any purposes.

Wednesday, October 12, 2011

Sony Suspends 93K Online Accounts After Security Breach

Sony Corp. said Wednesday it had found a "large amount" of unauthorized sign-in attempts on its PlayStation Network and other online entertainment services, and that it has temporarily suspended about 93,000 user accounts for those services.

The Japanese electronics and entertainment giant said in a statement that credit card details for those user accounts are "not at risk," Dow Jones Newswires reported.

Wednesday, October 5, 2011

Play MP3 with Powerbuilder


This is the tips how to play single MP3 file with Powerbuilder script

First, declare external function called mciSendStringW. This function originally is from winmm.dll file. When I tried this function, I'm using Windows XP with SP2.

1:  Public Function long mciSendStringW (string lpstrCommand, ref string lpstrReturnString, long uReturnLength, long hwndCallback) Library "winmm.dll"  

then use following script to run mp3 file,

1:  string ls_string  
2:  ls_string=space(500)  
3:    
4:  mcisendstringW("Play "+<your mp3 file including the path>,ls_string,len(ls_string),0)  

to stop the playback,

1:  mcisendstringW("Stop "+<your mp3 file including the path>,ls_string,len(ls_string),0)  

iOS 5 drops October 12th, includes wireless iOS updates

By McKinley Noble and Chris Holt, GamePro

Apple is taking a page from rival competitor Android, with iOS 5 now providing wireless updates and scrollable notifications for App updates. 

Notifications: Apple's new Notification Center feature now groups every update in your iOS device in one place, rather than scattering the reminders in various push notifications. It's a smart solution for people with several apps on their iPhones and iPads that undergo regular updates.