First CDMA tablet hits market by Reliance


The first CDMA tablet hits market by well known mobile network provide Reliance. This tablet is powered with Reliance's CDMA network and it is pre-loaded with 15 popular applications like Facebook, Gmail, Talk, maps, browser and etc.. The specifications of this tabled is given below.


  1. 7-inch capacitive touch screen.
  2. Android 2.3 OS.
  3. Weight - 397grams.
  4. 2 MP rear camera and a front camera.
  5. 512 MB RAM.
  6. Micro SD card slot.(4GB provided with tab and up-gradable to 32GB).
  7. Mobile TV.
  8. Voice calling.
  9. GPS.
  10. Video recording.
Cost of this tabled is Rs. 12,999 /-

So anyone planning to buy this tablet? Please give your opinions about this tablet and give review about this tablet by commenting below. Stay tuned.

Move from Wordpress to Google Blogger including images

Google Blogger and Wordpress provides best way to host a blog or website of our own. There are lot of advantages and disadvantages in both but this article doesn't tell you anything about those. This article helps you to move your blog/website from Wordpress to Blogger. Without stretching this matter for a long and make you tiresome with unwanted things, will strike with the steps to move from Wordpress to Blogger.


  1. First login to your Wordpress dashboard.
  2. Go to Tools->Export->All->Download/Export.
  3. 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.
  4. 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.
  5. Now login to your blogger account and go to Settings->Other->Import Blog and provide the converted file as input.
That's it. You are done with moving your posts, comments, authors and time stamps from Wordpress to Blogger but the problem here is that the imported posts will contain the images/pictures URL of the old Wordpress. So we have to host all the images to different location and change the image source URL. Techspace provides you with a unique solution to import images to your posts and the steps go as given below.


  • 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.
That's it. You have successfully moved your blog/site from Wordpress to Blogger including images. Please comment and share the article if you found this article useful. Thank you.

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: -




  1.  8 mm longer than iPhone 4S.

  2. 4 inches display screen.

  3. 10 megapixel camera.

  4. Faster processor when compared to iPhone 4S.

  5. Aluminum casing.

  6. 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

Samsung has added the GALAXY 620 to its line-up of tablets. The new member runs the Android 3.2 Honeycomb withTouchWiz UX customisation on top of it.

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.



Step 1: Install ssh on both the machines. Run this command in terminals of both the linux machines.


sudo apt-get install ssh

Step 2: Learn the IP address of your desktop. This can be done by right clicking the connection icon on the panel and then on "Connection Information".

Otherwise you can just run the following command and read for "inet addr:" field.


ifconfig

In my case, it is 192.168.1.3.



Step 3: Go to your laptop. Find "Connect to Server" option.

If you are using GNOME then you find this on "Places -> Connect to Server".

If you are using UNITY then you find this option by opening Nautilus. Go to File -> Connect to Server.

You get this window -




Step 4: Fill details into the fields and click Connect.



Service type must be selected to SSH.

Server field takes the address of the computer to which you want to connect to.

Port is 22, which is a TCP standard for SSH Connections.

Folder that you want to share.

Username to access the desktop.

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.



PS: I have used terms 'laptop' and 'desktop' everywhere. But this need not be the case and procedure is same for any two machines connected through same router. 

How to install Kernel v3.0 on Ubuntu 11.04

Kernel v3.0 is out there and will be released with Ubuntu 11.10 and yet, there are no kernel updates for Ubuntu 11.04 after Kernel v2.6.38. If you are very eager to install kernel 3.0, then you can build them directly from the source code. Or just use the packages that are used to install Kernel 3.0 on Ubuntu 11.10. Since the latter approach is simple and easy, I will mention step by step instruction to install Kernel v3.0 on your Ubuntu 11.10 Natty Narwhal.

Step 1: Download the debian packages from here.

For 32 bit users -






1. linux-headers-3.0.0-0300rc2_3.0.0-0300rc2.201106081532_all.deb
2. linux-headers-3.0.0-0300rc2-generic_3.0.0-0300rc2.201106081532_i386.deb
3. linux-image-3.0.0-0300rc2-generic_3.0.0-0300rc2.201106081532_i386.deb

For 64 bit users -






1. linux-headers-3.0.0-0300rc2_3.0.0-0300rc2.201106081532_all.deb
2. linux-headers-3.0.0-0300rc2-generic3.0.0-300rc2.201106081532_amd64.deb

3. linux-image-3.0.0-0300rc2-generic_3.0.0-0300rc2.201106081532_amd64.deb

 
Step 2: Once you have downloaded all the files, place them into a single folder. Browse to that folder from your terminal and then copy paste the following code into the prompt.
sudo dpkg -i linux-*

The execution will continue to install kernel 3.0 on your Ubuntu 11.04. Just in case kernel 3.0 mess up, do not remove previous versions. You can always choose from the previous versions in the grub.

If you have or happen to install this, then please comment on the power consumption and other pros and cons of kernel 3.0.

Google to DO LIST

To-do List is a list of tasks that need to be completed. It is a very helpful tool which provides additional support to memory. Although the name only implies a single list, it may involve more than one list. When one task is completed or satisfied, it is crosses off or checked. The traditional method of creating a To-do list, is writing down tasks on a paper using pen or pencil, usually in a notebook or clip-board.



What is Google To Do List?

Google being the foremost contender in web services launched To-do list online, which allows users to write tasks online just like writing them in a notebook. Google provides very simple and easy interface to create to-do list and thus helps a user immensely in organizing his/her personal activities. Here are some basic steps to create a to-do list in Google calendar (https://www.google.com/calendar/render?hl=en&tab=wc&pli=1).

  1. First to start creating a to-do list in Google calendar, user has to sign-in using a valid Gmail ID.

  2. Click on “My Calendars” and under that, click on “Tasks”.

  3. Once you click on “tasks”, a task gadget will appear on the right side of your calendar.

  4. Using the gadget, you can easily create to-do list according to your calendar.




Google has created the gadget and has blended it with a simple idea of due dates. Due dates are often prove to be very important. Thus you can use such due dates with your calendar assigning them to your tasks.

Using Due Dates in Google To Do List



  • Create a task on to-do list with a due date: You can do so by clicking in an empty space in month view and select the “Task” option.

  • You can also assign a due date to an existing task.

  • Once the task has been completed, a user can delete or mark task as complete by checking a box next to the task name.

Get the new Google Bar

Google recently went on a renovation spree to change the appearances of all the google services. Ever since the release of G+, google started rolling out new appearances to every other service they had.



Recently Google announced in its official google blog that google is now ready for its next set of change - the new Google bar which makes it easy to access different Google Services. Even though the new google bar is announced, it is still not rolled out for users but here is a simple tweak that help you get a head start in trying out the new google bar.

The tweak is to modify your cookie. All you have to do is follow these simple steps -

For Google Chrome users -

1. Add 'Edit this Cookie' extension to Chrome
2. Go to google.com
3. Click on the extension


4. Go to PREF section and change the value field to this

ID=03fd476a699d6487:U=88e8716486ff1e5d:FF=0:LD=en:CR=2:TM=1322688084:LM=1322688085:S=McEsyvcXKMiVfGds

5. Refresh the page


For firefox users -

1. Go to google.com
2. Press Ctrl + Shift + K
3. Paste the following into the text field and press enter
document.cookie="PREF=ID=03fd476a699d6487:U=88e8716486ff1e5d:FF=0:LD=en:CR=2:TM=1322688084:LM=1322688085:S=McEsyvcXKMiVfGds; path=/; domain=.google.com";window.location.reload();

For IE users -

Install Chrome, firefox or anything that evolved after dinosaurs!

Smart Phones with Intel Processors in 2012



Intel recently announced that in 2012, smart phones with Intel Atom processors to hit the market and make a revolutionary change in the field of Mobile Technology as well.

Intel's smart technology for mobiles will be available only in India and South Asia initially. The sales Director Ravichandran said that  “Next year, you will see more models of Ultrabooks being launched. We expect sales volumes to go up. You will also see notebooks and Ultrabooks incorporate features of tablets and vice versa”.

Intel is trying to spread in any field gradually. Recently, Intel announced that Intel's Identity Protection would help in providing security during online transactions. The same is going to be applied for mobile users as well. Its time to use Intel's smart technology in our mobiles too.