Found interesting? Stay tuned at TechSpace for much more interesting solutions. Please leave a comment in comment box if you have any queries.NSString *path = [[NSBundle mainBundle] pathForResource:@"image" ofType:@"svg"];
NSURL *fileURL = [[NSURL alloc] initFileURLWithPath:path];
NSURLRequest *req = [NSURLRequest requestWithURL:fileURL];
[webView setScalesPageToFit:YES];
[webView loadRequest:req];
Load SVG images in iPhone / iPad using Objective C
Android 4.0 ICS to come for 16 HTC mobiles very soon
- HTC DROID Incredible 2
- HTC Amaze 4G
- HTC Desire S
- HTC Desire HD
- HTC EVO 3D
- HTC EVO Design 4G
- HTC Incredible S
- HTC Sensation
- HTC Sensation XL
- HTC Sensation 4G
- HTC Sensation XE
- HTC Raider
- HTC Rezound
- HTC Rhyme
- HTC Thunderbolt
- HTC Vivid
(Solved) Integrate C++ code with Objective C in XCode
Programming on the go for Android with Android IDE
![]() |
Text Editor of AIDE |
![]() |
Integrated Logcat in IDE |
First CDMA tablet hits market by Reliance
- 7-inch capacitive touch screen.
- Android 2.3 OS.
- Weight - 397grams.
- 2 MP rear camera and a front camera.
- 512 MB RAM.
- Micro SD card slot.(4GB provided with tab and up-gradable to 32GB).
- Mobile TV.
- Voice calling.
- GPS.
- Video recording.
Move from Wordpress to Google Blogger including images
- First login to your Wordpress dashboard.
- Go to Tools->Export->All->Download/Export.
- The file which you downloaded in step 2 will be in WXR file format. Blogger takes perfect XML file format. So we have to convert the WXR file to XML file. We have nice converter over net to help us with this task.
- Go to http://wordpress2blogger.appspot.com/ and input the downloaded WXR file as input. (Note, the WXR file should not exceed 1MB. If it exceeds, then export several WXR files by selecting the start date and end date before exporting.) Now press Convert button and wait for 10-30 seconds to process the input file and download the converted file.
- Now login to your blogger account and go to Settings->Other->Import Blog and provide the converted file as input.
- Create an account in Dropbox.
- Now login to Dropbox account and download the installation package and install in your system.
- Now login to your Wordpress hosted site like GoDaddy, Hostgator, Dreamhost etc... and download the contents of wp-content/uploads.
- Copy the contents of downloaded file to dropbox's Public folder and wait for the contents to sync to the dropbox account/cloud.
- Now open dropbox account from web browser and open Public folder and click on any of the file and click on Copy Public Link and copy file URL which is something like this http://dl.dropbox.com/u/66540040/ (Copy only till /u/66540040 sort. Here 66540040 is your_account_number).
- Now open the converted file from step 4 of first tutorial(above) using notepad or word-pad or any other file editing software and now Find and Replace http://www.your-blogname.com/wp-content/uploads/ with http://dl.dropbox.com/u/your_account_number/ and then upload the edited XML file to Blogger as input.
iPhone 5 to come with 4-inch screen
As the competitors in the world of mobile are increasing day by day, mobile manufactures are coming up with new designs and mobiles with much faster speed, new screen type, much higher screen resolution, sleek and etc... Apple, the leader in the world of mobile industry agreed to launch iPhone 5 in the previous year october month but came out with iPhone 4S. The former CEO of Apple Steve Jobs passed away just before the release of iPhone 5 and thus Apple launched the mobile as iPhone 4S instead.
iPhone 4S is featured with 3.5 inches screen which might have made the iPhone users to feel uncomfortable in front of mobiles with much bigger screen. Thus Apple is coming up with iPhone 5 which is featured with 4 inches display screen. There are lot of new features built in the iPhone which benefits iPhone users.
Features of iPhone 5: -
- 8 mm longer than iPhone 4S.
- 4 inches display screen.
- 10 megapixel camera.
- Faster processor when compared to iPhone 4S.
- Aluminum casing.
- Siri has been named as ‘Assistant’.
Apple is going to launch iPhone 5 in the summer.
Comment on this article if any of the feature which has not been provided above.
Samsung launches GALAXY tab 620
The tablet is powered by a 1.2 GHz dual-core CPU, with 1 GB of RAM. It features a 3 MP main camera capable of 720p video recording. Other bells and whistles include 16 GB of internal memory, microSD card slot, Wi-Fi, Bluetooth 3.0, and a 4000 mAh battery. The tablet is 0.4" (10 mm) thick, and weighs 345 grams.
The device has an IR remote function. According to Samsung, the tablet supports 1080p playback and DivX support out of the box. Since the device is DLNA-certified, you can mirror the screen on a compatible HDTV.
The GALAXY Tab 620 is priced at Rs. 30,250, but can be bought for Rs 26,000 via online stores.


ftalk for facebook
ftalk is the best and simplest facebook chat client for windows . If you were looking for a great and easy facebook chat client , ftalk might do the trick . when using the programme for the first time,users are asked to log in.There is no need of registration, simply use your Facebook id and accept the Facebook permissions request, which should only be displayed if you’ve never connected fTalk to your Facebook account before.
fTalk will then automatically fetch your contacts list and work like a standard instant messaging client . Facebook friends will be sorted by whether they’re online or not. Getting in touch with a “friend” is as simple as double-clicking their name. A new chat window will pop up, allowing for text-only chats with some basic emoticons.
To download ftalk click here....
hope you will like this app....stay tuned for more posts..:)
Sharing files between two ubuntu systems through local router
I have a old desktop running Lubuntu 11.04 and it is connected to internet through a wireless router. While I store lot of information on this computer, I also have a laptop running Ubuntu 11.04 that I most of the times work on and it is also connected to internet through the same router. Transferring files between these two machines is important to me. There are countless ways you could do it, but I preferred ssh to have a safe and reliable connection through the local router. If you are willing to do the same then here's how you do it.
sudo apt-get install ssh
ifconfig
In my case, it is 192.168.1.3.
You get this window -
Step 4: Fill details into the fields and click Connect.
You can add a bookmark and give it a name for you to access it next time.
Step 5: Once you are done, click on "Connect". It prompts for password. Enter it and you are done. You have successfully established file sharing from your desktop machine to your laptop machine. You can do the vice versa by following Step 3, 4 and 5 on your other machine.