Programming

The iPhone was launched hardly a few months ago. The brand new device faced its fair share of criticism for revamping the connector dock among other things. This is regardless of the fact that the iPhone 5 managed to sell a record number...
The iPhone was launched hardly a few months ago. The brand new device faced its fair share of criticism for revamping the connector dock among other things. This is regardless of the fact that the iPhone 5 managed to sell a record number of devices within a week of its launch. People literally queued up in front of vendor outlets to get their device. The iPhone 5 came with a better and sharper OS the iOS 6. The entire design schematics of the device had been re-invented. This was an iPhone to meet the demands of customers who are comfortable using a larger screen than was available previously. The cash box is still ringing with the demand for the iPhone 5 ever increasing. The iPhone is still very fresh in the market but a daring designer has thought ahead. This designer has had a vision of what he thinks the next iPhone should look like. The stunning design renders of the new iPhone concept would mean that we will finally see some path breaking changes to the overall look and feel of the iPhone. Readers have also gone ahead and assumed that Apple will title the possible redesign of the phone as the iPhone 6. The concept arises from the users love for the iPod Nano. The design has been done mostly keeping the Nano in mind, but the device looks uncannily like the Nokia Lumia. The OS also has been given a slight touch up by the designer who likes to think of an ideal cross between the Mac OS X and iOS. There are, however, many other iPhone concepts trending on the internet.  Popular among them are the curved designs that are also capable of incorporating the much hyped Apple television. There is also a fair amount of speculation that the future versions of the Apple devices will be offering many more color and screen size options. The most exciting concept to yet feature on the cyberspace has to be the projection keyboard and screen concept. The preview shows an iPhone5-looking device that separates from the camera and speaker setup and hinges to provide projection systems on either side. A screen projected onto any wall opposite you and a keyboard projected onto a flat surface turn your Apple iPhone into a full-fledged Mac computer. The technology for this kind of a device is probably only available in the science fiction world currently. Although, knowing Apple, they may have more than they let on usually. The latest version of the iOS which was supposed to come out this summer was delayed for certain reasons. The next iPhone is probably many months away. And these unsupported rumors are the only bits of news we can hope to learn for some time to come. All the speculations aside, consumers around the world want to see a device that will stand apart from anything in the market. The fiasco with the maps and a few design elements that have caused unwanted ire among consumers needs to go. Apple really has a great opportunity to recapture the massive amounts of client base that it lost to Android over the maps mismanagement. But as a consumer, all we may ever need is a great device.
21 minutes ago
This little java utility class lets you find the user who is currently logged in (username) to your system. /** * @author Kushal Paudyal * www.sanjaal.com/java * Last Modified On 2009-06-09 */ package com.kushal.utils; /** ...
This little java utility class lets you find the user who is currently logged in (username) to your system. /** * @author Kushal Paudyal * www.sanjaal.com/java * Last Modified On 2009-06-09 */ package com.kushal.utils; /** * This class demonstrates how to find the current logged in user on the system * in Java. * */ public class GetCurrentLoggedInUser { public void getCurrentLoggedInUser() { String currentLoggedInUser = System.getProperty("user.name"); System.out.println("The Current Logged In User Is: " + currentLoggedInUser); } public static void main(String[] args) { new GetCurrentLoggedInUser().getCurrentLoggedInUser(); } } ————- Here is the output when I run this in my machine: The Current Logged In User Is: kushalp Originally posted 2009-06-09 15:17:43.
about 1 hour ago
detailed documentation for windows phone developers on using app42 backend as a service modules
detailed documentation for windows phone developers on using app42 backend as a service modules
about 1 hour ago
In this quick article we will see how you can perform database table prefix change for Magento.
In this quick article we will see how you can perform database table prefix change for Magento.
about 2 hours ago
There are many frameworks out there which mimic the user interface of iOS but not much exists for Android Fries is a solid HTML-CSS-JS framework for creating Android-like UIs both for real-world usage and prototyping. The framework has a...
There are many frameworks out there which mimic the user interface of iOS but not much exists for Android Fries is a solid HTML-CSS-JS framework for creating Android-like UIs both for real-world usage and prototyping. The framework has all the major components like forms, action bars, lists, buttons, spinners or tabs. It is also optimized for PhoneGap and can be easily converted to a native app. Advertisements:ioDeck, a self-hosted and awesome PHP form generator. Professional XHTML Admin Template ($15 Discount With The Code: WRD.) SSLmatic – Cheap SSL Certificates (from $19.99/year)
about 2 hours ago
As a mobile developer, you know you need to consider multiple devices when developing your app. But do you know just how many devices you need to support in order to reach a majority of consumers? Preview Text: ...
As a mobile developer, you know you need to consider multiple devices when developing your app. But do you know just how many devices you need to support in order to reach a majority of consumers? Preview Text: As a mobile developer, you know you need to consider multiple devices when developing your app. But do you know just how many devices you...
about 2 hours ago
Quite often I have long procedures running and want to do this over night. However, my computer would still be running all night after the script has finished. This is easily circumvented by the following lines that I put at the end of s...
Quite often I have long procedures running and want to do this over night. However, my computer would still be running all night after the script has finished. This is easily circumvented by the following lines that I put at the end of such a script: Preview Text: Quite often I have long procedures running and want to do this over night. However,...
about 2 hours ago
2013/05/24 -- Emalayan Vairavanathan
2013/05/24 -- Emalayan Vairavanathan
about 2 hours ago
You know how I keep banging on about attracting different types of people into programming? You know how we say we need to get them young? Preview Text: You know how I keep banging on abo...
You know how I keep banging on about attracting different types of people into programming? You know how we say we need to get them young? Preview Text: You know how I keep banging on about attracting different types of people into programming? You know how we say we need to get them young? Legacy Sponsored: ...
about 2 hours ago
When a developer is working in Java there are a few failure cases you always want to know about even if you were trying to debug something else. Here is a list of the persistent breakpoints that should be enabled in every IDE. (IMHO of c...
When a developer is working in Java there are a few failure cases you always want to know about even if you were trying to debug something else. Here is a list of the persistent breakpoints that should be enabled in every IDE. (IMHO of course) Yes in theory you should be able to just get this from a good logging implementation; but often these problems are deep down in somebody else's...
about 2 hours ago