Skip to main content

Posts

Showing posts from February, 2012

Samsung Galaxy S3 Specification

Samsung Galaxy S3 Comes with Android 4.0 Ice cream sandwich, 1080p display and supports 4G. 1.5GHz Quad-Core chip with 2GB RAM and great for multi-tasking. Android  4.0 Ice cream sandwich 16:9 Display i.e., 1080p AMOLED 2MP front camera and 8MP Rear camera Storage 16GB or 32GB Connect with USB, Wifi and 4G LTE  Note: Leaked information may not be accurate.

Connect iPhone 4S or iPad 2 on Linux

Learn how to connect the iPhone 4s or iPad 2 with Linux operating system because iTunes is not available for Linux edition then how you can connect the device with Linux system. Please choose the step 1 based on the linux edition you have. Step 1 - Download and Install libimobiledevice : UBUNTU  Ubuntu 10.10 or 10.04 LTS Open the terminal and hit the CTRL+ALT+T key combination on your keyboard and paste the following command in the terminal window. sudo add-apt-repository ppa:pmcenery/ppa When password prompt enter your login password and hit enter.Next, paste the following command to install the libimobiledevice required library. sudo apt-get update && sudo apt-get install libimobiledevice Step 1 - Download and Install libimobiledevice :  Mandriva, Fedora, Debian and openSUSE  Download the libimobiledevice 1.0.6 from its official homepage ( http://www.libimobiledevice.org ) . Copy the downloaded archive file on home directory and extract it. Open a term

Save and Quit in Google Chrome

Learn how you can make your chrome browser to perform save and quit while closing the browser, so that it will be useful for you when you open it again and resume your work. If you opened up more than one tab and if you want quit immediately you might be hitting the close button at that time Google chrome instantly closed but compare to other browser may ask you to take an action of "save and quit" , "Quit" or "Cancel". To Do the Save and Quit in Google Chrome Go to Settings and Click Options Click the Basics tab Navigate to "On Start Up" check Re Open the pages that where open last That's It.

Chrome Browser For Android

Google chrome browser for android mobile phones. - Browse fast with speed page loading, scrolling, and zooming - Search or Enter URL from the address bar - Unlimited tabs in an easy-to-view stack for multitasking - Save your bookmarks online by sync your account with chrome browser - Send pages from desktop Chrome to your android smartphone with one click and read them on the go, even    if you’re offline - Incognito mode - Browse in private mode To download the chrome please navigate to this link https://market.android.com/details?id=com.android.chrome

Convert From PDF to PPT or DOC or XLS

Learn how you can create a Power point Slide show or Document or Excel Sheet with PDF file. When student developing project the get lot of project description on the internet with PDF files but when they want to make Power point or Docs or Excel sheet the will have a lot of work for copying ,editing, designing the layout and colors but you don't have to do all this stuff because there is online tool available that will get it done in some span of time its based on your file size. Visit http://www.pdfconverter.com/   Choose what you want to do with your PDF is it PPT or DOC or XLS After choosing it Upload the file  Type your email address  Click Start button After that they will send you the required format file you requested to your email Id.....

Java Mail on Jboss 7 or above

Learn how to work your Java mail on Jboss 7. Most of the people have implemented Java mail for system updates or system notification using SMTP protocals and java mail was working fine on jboss 5 and  jboss6 then why the same code is not working with Jboss7 because the jboss 7 architecture completely changed for making the server bootup fast. All you have to do is add the latest Java mail 1.4.4 jar in the modules and also you have add the javax.api into your java mail module.xml Step by step procedure for you 1. Navigate jboss-as-web-7.0.0.Final\modules\javax\mail\api\main 2.Stop the server if it running 3.Remove the existing java mail jar and find the java mail 1.4.4 jar on the internet and put it in same directory where you deleted the existing version java mail jar 4.Now open the module.xml file in some note editor like notepad or notepad++ 5.Add new module name javax.api like this  under the dependencies <module name="javax.api"