Slider 1 mini Slider 2 mini

iWorm hack shows Macs are vulnerable too

Filled under:


iWorm hack shows Macs are vulnerable too, not just Windows (but mainly Windows)The computer operating systems and applications we use today have often evolved over many years, decades even, and contain tens or hundreds of millions of lines of code. Flaws in that code – and there will always be some – give rise to security problems that, in an internet-connected world, are an increasing problem.

Many are found in code written in the C++ programming language – in Microsoft Windows, in Java, in applications such as Abode Flash or Reader, the Outlook email client, browsers such as Internet Explorer and Firefox, and increasingly Linux and OS X. Any issues found to affect Linux and other Unix-like operating systems causes problems for Apple because OS X is Unix-like in nature.
Apple's decision to redevelop a new operating system for the Macintosh based on Unix was a momentous one. A family of related operating systems, Unix has evolved since the early 1970s and continues to be used and developed today. Technically OS X is a "Unix-like" operating system called Darwin; Linux is another Unix-like operating system. This decision meant the company could rely on the stability of Unix and focus on the user experience.
Will this decision return to bite Apple, however? The flaws now being discovered in Unix-like operating systems also affect OS X. Many bugs are being found that have gone unnoticed for years – the Heartbleed flaw in OpenSSL for example relates to C++ code written by Eric Young in 1998.
Lair of the iWorm
Last week, Dr. Web (a Russian security firm) detailed a newly discovered piece of malware for OS X, called Mac.BackDoor.iWorm. This allows hackers to take control of a computer, using it as part of a botnet (a group of perhaps thousands of compromised, remotely-controlled computers) for illegal activity such as spamming or performing Denial of Service (DDoS) attacks, where a website is overloaded with requests and forced offline.
After Dr. Web detected more than 17,000 computers infected with the worm, Apple responded quickly by adding the malware's signature to the Xprotect malware scanner built into OS X. But this will only protect against the worm if it has been updated to include the latest changes.
nterestingly iWorm's creators used the popular website Reddit as an attack vector. In a fake Minecraft discussion forum were posted the addresses of the hackers' command and control servers – iWorm would browse Reddit to find these addresses, connect and wait for instructions. Reddit closed the hacker's user accounts and the fake forum, cutting off the iWorm's controllers – for now. The suggestion is that it spread originally through pirated software infected with malicious code downloaded from torrent sites (making it more of a Trojan than a worm).
Shell Shock
Another recent bug, the Shellshock vulnerability found in the Bash shell program affects practically all Unix-like  (including Linux and OS X) because it's such a common program, included by default in most installations. As Linux is found in many embedded systems – network hardware such as routers and switches, microcontrollers that operate traffic lights, industrial production lines and all sorts of other uses – the number of potentially vulnerable devices is huge.
The bug allows an intruder to remotely run arbitrary commands. The efforts of hackers have been to use Shellshock to control web servers through their CGI function, one of the oldest methods through which a program could communicate with a web server. Today CGI has been largely replaced by PHP and other high-level scripting languages, but many millions of servers retain it for compatibility.
Even by using Shellshock to run commands on remote machines, on a properly security-hardened server the potential for damage is limited, as most of the important operations require higher-level privileges – if correctly configured.
Buffer overflow attack
Such programming errors show how sloppy software developers have been (and often continue to be), and how long such flaws can hang around – some 23 years for Heartbleed. Many bugs are due to C++ programming errors, causing programs to act incorrectly when the data a program receives is not what it expects. A common way of exploiting this is a buffer overflow.
Programs typically allocate a certain amount of memory (buffer) to variables used by programs to store and pass around data. That data is expected to arrive in a certain format and fit within the memory allocation. If it arrives and is larger than it should be it can overwrite code stored in neighbouring memory areas, causing the program to become erratic, crash, or execute code contained in the data sent that overruns the buffer.
Similar but not quite the same, the Heartbleed flaw lay in a feature of SSL called a "heartbeat", a challenge-response between two computers designed to keep the connection open. The code required the client computer to send a string of characters, and a number totalling the length of that string of characters. The server reads the number and sends back that many characters. The attack worked because the attacker could, for example, deliberately send only one character but ask for 500; the server responds with a further 499 characters drawn from memory which, on a server running SSL, may well contain sensitive data such as usernames, passwords or even credit card details.
Moving targets
So after decades of vulnerabilities appearing on Microsoft Windows, now they are beginning to show up in others such as Linux and OS X. Code will always contain errors and oversights and the apparent security of an operating system is as much to do with the extent to which people are interested in finding flaws. With billions of desktop, laptop and mobile devices running some version of Windows, it's a magnet for hackers as much as it is for security experts trying to find those vulnerabilities first.
Personal computers running Linux (less than 2% of all PCs) or OS X (less than 7%) are few in comparison. But two-thirds of the internet's servers are Linux/Unix-based and perhaps this is where those with malicious intent are turning their attention. And if that happens, Mac OS X may well become collateral damage.
While Apple has been fast to release patches, the danger is that users do not install the updates – as is the case with many Windows users, millions of whom run old, out-of-date and vulnerable versions of Windows and other programs. In the future, Apple will need to find its own vulnerabilities, review its own code and not leave it to the security community – which becomes a race between then protectors and the exploiters.

Posted By YOurLover11:21 AM

The Best 70 HTML Editors for Web Developers

Filled under:

  1. Notepad++ is a notepad replacement with the ability to highlight and check code syntax. It also supports tabbed file editing. A great first choice for programmers.Windows, free.
  2. ConTEXT is a simple yet powerful notepad replacement. It has most of the same functionalities as Notepad++, and a few additional features like the ability to record macros. Windows, free.
  3. Coffeecup HTML Editor is a fully-fledged web code editor with some unique functionalities like the ability to take any website and edit its code in your own test environment. Windows/Mac$69 w/free trial.
  4. Emacs is a Linux specific text editor with a high degree of extensibility and customizability. It is one of the best known Linux text editors. Linux, free.
  5. UltraEdit is another code-geared text editor. It supports extremely large files and even hex files. Windows/Mac/Linux, $59.95 w/ 30-day free trial.
  6. EditPlus is a text/code editor with built-in FTP functionality. Windows, $35 per single user license; group discounts available.
  7. Coda 2 is a Mac-based editor that allows code-folding, has auto-complete and an in-built SWL editor. Mac, $75 w/7-day free trial.
  8. Espresso is another Mac-based editor with real-time preview functionality and code-folding. Mac, $75 w/ 15-day free trial.
  9. Sublime Text is an advanced text editor that has a slick interface with advanced search functionality and advanced viewing modes. Windows/Mac/Linux, $70 per single user license w/free trial.
  10. Topstyle 5 is an HTML5 and CSS3 focused editor with syntax highlighting, auto completion, and a nifty feature that allows you to click on classes and find styles defined for the classes. Windows, Demo version has limited functionality, $79.95.
  11. TextWrangler is a general purpose text editor for Mac with enhanced functionality for different programming languages. Mac, free.
  12. BBEdit is a text editor with powerful code editing features like the ability to search and replace text from multiple files. Mac, $49.95.
  13. Chocolat is an editor that boasts split editing, code completion and a Vim mode that lets you edit text in a shell-style environment. Mac, $49.95.
  14. Textmate brings a unique approach to text editors by combining unix-style functionality into an editor. It allows you to write and edit code Emacs-style and even lets you run shell code within the editor. Mac, single user license, $54.

WYSIWYG Editors

artisteer
Artisteer is known for creating impressive visual themes with just a few clicks of your mouse.
  1. Adobe Dreamweaver is one of the most well-known WYSIWYG editors around. It is a staple of many web development firms around the world and for some can be considered almost an industry-standard for WYSIWYGS. Windows/Mac, $19.99/month.
  2. Artisteer is a powerful and unique editor known for its ability to generate very aesthetically pleasing templates in only a few minutes. It does not require any formal coding knowledge to operate. Windows, starts at $49.95.
  3. Kompozer. Similar to Dreamweaver, Kompozer is designed to be extremely easy to use, making it ideal for people without technical computer skills who want to create an attractive professional-looking web site without needing to know HTML or web coding. Windows/Mac/Linux, free.
  4. Weebly is a WYSIWYG website builder that allows you to create simple sites using a drag-and-drop interface. Broswer-based, free.
  5. Microsoft Expression Web is Microsoft’s offering to the world of web design. While it is no longer actively supported, it is still known as a capable competitor to Dreamweaver. Windows, Free.
  6. Flux is a powerful editor available only for Mac computers, and it contains graphic editing capabilities. Mac, $89.99.
  7. SnapEditor is a unique browser-based editor that lets you edit in real-time inside of the web page you are editing. It was created with the aim of using clean code.All (Server-based), Site License $99, Developer’s License $299.
  8. Amaya is an open-source editor that aims to integrate as many W3C technologies as possible. Windows/Mac/Linux, Free.
  9. Wix Website Builder is a web application that delivers a full WYSIWYG web development environment that is completely code-newbie friendly. You don’t need to know how to code to create a WIX site. All Browsers, Free.
  10. Web Studio is a powerful MS Office-like environment for creating and editing web pages. It caters to both the professional coders and to those who have no experience in writing HTML/CSS. Windows, 30-day free trial, full version $159.99.
  11. BestAddress HTML Editor has multiple editing modes, from WYSIWYG to simple code to shared view. Also allows you to edit sites directly from your server. Windows, limited trial, full version $54.95
  12. BlueGriffon is a neat WYSIWYG editor that is both free and uses the same rendering engine that Firefox uses, meaning that your pages will come out looking exactly like it’s preview in Firefox. Windows/Mac/Linux, free.
  13. Aloha Editor is a very interesting visual editor that allows you to edit directly from the front end of your site; meaning no coding experience necessary. WordPress or Drupal (CMS based), Free.
  14. Net Objects Fusion is a powerful web-building software that uses an intuitive interface and has interesting capabilities like Google Analytics and shopping cart integration. Windows, $129.95.
  15. Trellian Webpage is an interesting editor that has a drag and drop interface and supports Photoshop plugins. Windows, free.

Browser-Based Extension

firebug
Firebug is one of the most popular brower-based editors known, with a reported 17 million downloads worldwide.
  1. Firebug is known as one of the world’s most popular web-development extensions. It has many powerful and useful features, one of the most noticeable is it’s real-time development environment. As soon as you edit code, Firebug reflects the changes in your browser. Firefox, free.
  2. Easy JsBin is a real-time editing and coding environment that you can access directly from a toolbar tab. Firefox, free.
  3. Phoenix is an editor with real-time syntax highlighting which allows edit, run and test CSS, HTML and JavaScript code. Firefox, free.
  4. Coding the Web lets you preview, edit, save your HTML, CSS and Javascript right in your browser, and has syntax highlighting and autocompletion features.Chrome, free.
  5. Sourcekit is a lightweight programmer’s text editor right inside of Chrome. It saves files directly to Dropbox, so you never have to worry about losing your code in the event of a crash. Chrome, free.
  6. Web Developer is an extension that adds a great of functionality to the bare-bones html editor inside of Firefox. This is a very popular addon for Firefox.Firefox, free.
  7. Firebug Lite is a Chrome version of the popular Firefox debugging tool. It has slightly less functionality than its Firefox counterpart but is still one of the best tools you can use for Chrome. Chrome, free.
  8. HTML Instant lets you edit your HTML in real-time and see the results in a side-pane view. Chrome, free.
  9. Slim Text is a light text editor that runs inside of your Chrome browser. Chrome, free.
  10. Vimperator adds powerful Vim editor-like functionality to Firefox. Firefox, free.

Cloud Based Editors

code-anywhere-cloud-ide
Code Anywhere’s online IDE boasts a large number of supported programming languages and Dropbox/FTP intergration.
  1. CodeRun Studio is a free cross-platform Integrated Development Environment (IDE), designed for the cloud. It enables you to easily develop, debug and deploy web applications using your browser. IE,Firefox,Chrome and Safari, free.
  2. TinyMCE is a very popular CMS based editor. It has a clean look and feel and is very easy to both use and implement. All CMS, free.
  3. CKEditor is another very popular CMS based WYSIWYG editor that is both customizable and open-source. It aims to bring word-processor functionality and ease to webpage development. All CMS, free.
  4. Code Anywhere is a code editor with an integrated ftp client, supports all popular web formats (HTML, PHP, JavaScript, CSS, and XML) and will work from almost any browser or device. IE, Firefox, Chrome, Safari and Opera. Has applications for iOs and Android devices, free.
  5. Cloud IDE is a browser-based editor supporting syntax highlighting, code completion, refactoring and more. Supports multiple development frameworks and collaborative editing. All Browsers, $79/year.
  6. Kodingen is a free social coding environment utilizing GitHub where you can write code, collaborate and share it with people all over the world. All Browsers, free.
  7. ShiftEdit is an online IDE that syncs and backs up your code revisions. It supports syntax checking, autocompletion, and real-time validation. All Browsers, free for 1 project.
  8. Compilr another online IDE which supports a wide variety of programming languages. Has user-friendly coding tutorials as well as having useful features like auto-completion and syntax highlighting. All Browsers, starts at $10/month, w/ 14-day free trial.
  9. Neutron Drive auto-saves your code to Google Drive, supports revision control, allows real-time collaboration, and has a nifty tabbed interface. All Browsers, $8/year w/ 45-day free trial.
  10. Orion is another cloud IDE, which allows you to download a client that gives you the ability to host the Orion IDE on your own server instead of using their own servers. All, free.
  11. Cloud9 IDE lets you code and chat together with your fellow developers, share your workspaces or keep them private. Supports node.js. All, free for 1 private workspace, premium plan starts at $12/month.
  12. Codio is a web-based IDE that boasts pure speed and the ability to move your code to any numbers of production and test environments. All (Web-based), free; currently in public beta.

Tablet Editors

ipad html editor
These days you can edit HTML anywhere you can surf the web.
  1. Textastic is a fast and versatile text, code, and markup editor supporting syntax highlighting of over 80 programming and markup languages. Has FTP and DropBox syncing abilities. iOS, $8.99.
  2. Buffer Editor allows you to chain commands in Vim-like text editor environment, with DropBox integration and Bluetooth keyboard support. iOS, $3.99.
  3. Byword is a simple and efficient text editor with Dropbox and iCloud support.iOS, $4.99.
  4. Diet Coda is a code editor with syntax highlighting and SSH capabilities. iOS, $19.99.
  5. Editorial text editor with syntax highlighting and markdown features, syncs with DropBox. iOS, $4.99.
  6. Deuter IDE is an IDE for the mobile phone and tablets that aims at being fast and efficient. Android, $2.99.
  7. DroidEdit Pro is a source code editor with syntax highlighting and infinite undo/redo capabilities. Syncs with DropBox, and SSH and FTP capable.Android,$1.05.
  8. Code Anywhere This is the Android version of the Code Anywhere code editor. Lets you FTP and sync with your Code Anywhere account across all your devices and computers. Android, free.
  9. Syntax Highlighted Code Editor is a syntax highlighted HTML, CSS, JavaScript, PHP editor. Android, free.
  10. WebMaster’s HTML Editor is a code editor with code-completion, syntax highlighting and supports Japanese, Chinese, Cyrillic and other character sets.Android, $4.99.

More Complex IDEs

phpstorm ide
Jetbrains’ PHPStorm is a respected and highly configurable multi-platform IDE.
  1. PHPEdit is an IDE geared for web development with multiple extensions and supports several frameworks. Windows, starts at $100+ w/ 30-day free trial.
  2. PHPStorm is a very popular IDE that supports all of the latest web technologies. It sports a dark interface and multi-user functionality. Windows/Mac/Linux, Starts at $99 w/ 30-day free trial.
  3. WebStorm IDE is from the same company as PHPstorm, but this IDE has an emphasis on Javascript integration and functionality. Starts at $49 w/ 30-day free trial..
  4. Komodo IDE is a popular IDE that supports most web programming languages and has a plethora of useful features including syntax checking, dozens of add-ons and a team-friendly environment. Windows/Mac/Linux, $295.
  5. HTML-Kit is a well-known and trusted web development IDE. It lets you preview results split-screen or in different devices in real-time. Windows, old version free, new version starts at $39.
  6. Aptana Studio is a very customizable IDE with a deployment wizard, built-in terminal, and GIT integration. Windows, Mac, Linux, free.
  7. NetBeans IDE is a free and open source IDE with a large community of users and developers. You can choose to download different programming bundles to save disk space or the whole package. Windows/Linux, feature limited OS independent version available, free.
  8. Mirabyte Web Architect supports most web programming languages and lets you work side-by-side with your website preview. Windows, Trial-version free; full version $69.95.
  9. PHPDesigner is a full-featured HTML5, CSS3 and JavaScript editor that also has support for object-oriented coding. Windows, licenses start at $39; w/ 21-day free trial.

Lots To Choose From; Take Your Pick

Editors come in many shapes and sizes these days. It used to be fairly simple – pick your favorite OS, Windows, Linux, or Mac and then see what desktop applications were available. However, these days you can edit HTML code just about anywhere. Whether it be from your browser where Firefox and Chrome have robust extensions, your Android or iOS mobile or table device, or “in the cloud,” you can now code from literally anywhere in the world (that has Internet access).

Posted By YOurLover10:59 AM

When the ATM runs Windows, how safe is your money?

Filled under:


How safe is Microsoft Windows? After all, the list of malware that has caused major headaches worldwide over the last 15 years is long – viruses, worms and Trojans have forced computers to shut downknocked South Korea offline and even overloaded Google's servers.

Now, how safe do you feel knowing that cash machines across the world run Microsoft Windows?
An plot has been discovered, apparently spread across Russia, India, and China, whereby cash machines can be turned into a free money vending machine.
The hack requires re-starting the cash machine – essentially a Windows terminal – from a prepared CD that injects  into the system to circumvent the security. At set times of the week, a unique code is generated and given to a "mule" who would approach the machine, enter the code, and withdraw up to 40 notes, anonymously and without trace.

From skimming to hacking
Attacks on ATMs (those more sophisticated than removing the cash machine and cutting into its safe) started around 10 years ago with card reader devices containing a tiny integrated camera and card reader. As a user withdraws cash, the device reads the account details from the card's magnetic stripe and videos the pin number entered into the keypad.
Earlier generations of ATM machines were often built around computer terminals running IBM's OS/2 operating system (which started life as a joint IBM-Microsoft venture, and which somewhat ironically spawned Microsoft's Windows NT, the grandparent of modern Windows, and IBM's OS/2 when that project collapsed). Due to its more esoteric and rare nature there are far fewer attacks for OS/2, but now it is standard builds of Windows, potentially vulnerable to all the usual malware and exploits, that run modern ATMs.


When the ATM runs Windows, how safe is your money?
So it is not surprising that intruders have started to find ways inside the ATM's card processing and cash dispensing systems. Malware that can offer external control to an ATM have been reported for some years, allowing attackers to dispense cash, record and print out card details and PIN numbers.

Under the hood
This latest malware is Backdoor.MSIL.Tyupkin, which while running continuously will only listen for commands on a Sunday and Monday night. The criminal gangs operating the malware generate a random, unique, six-digit keycode that activates the program, which is given to the "mule" who is withdrawing the money.
Like previous efforts to crack into ATMs, the malware requires physical access to the ATM, typically by booting the ATM from a CD prepared to install the malware. At present the malware has been active on at least 50 ATMs in Russia and Eastern Europe, but also in the US, China and India.
The malware is the file ulssm.exe, which is copied into the c:windowssystem32 directory and which is protected and maintained on the system between reboots by modifying the Windows registry (a database of configuration settings) so that Windows automatically runs the program at startup. The program then interacts with the ATM through the Extension for Financial Services (XFS) library, MSXFS.dll. To avoid detection it will only allow access controller commands on Sunday and Monday evenings.
This shows an example of malware installing itself onto a system, updating the Windows registry to autorun when started (at 25:20), and then going into hiding.


Playing catch up
The threat of re-booting machines from CDs or bootable USB sticks in order to install malware and abusing Windows autorun feature to sustain the program in memory, is an exploit that has been common for over a decade. It seems few lessons have been learned in terms of securing physical access to the device, and also in the privileged rights that malware can gain. Even as companies focus on improving and securing the user interface, often the debugging and diagnostic side can provide further routes into a system.
Versions of Windows used in embedded control systems are now sufficiently secure, but as ATM manufacturers use standard installations of Windows they are opening themselves up to further problems – not least because it allows hackers the opportunity to simulate and craft their malware on well-known versions of the operating system.
However, at the core of this attack – as with those before it – is the need for physical access to the device, which implies an insider working in the bank. That means with monitoring of who has access to the , this can be prevented. The key lesson is that the ATM operating system is a weak link in the chain which needs to be closed.

Posted By YOurLover10:30 AM

Our Favourite Camera Apps for iOS 8

Filled under:

camera_plus_airsnap.jpgThe camera is one of the most important features in any phone. Apple h
as improved the camera on its phones quite a bit in the last two years, and with iOS 8, the photo software has also gotten a major overhaul. New features like focus and exposure control, time-lapse videos and a timer add important functionality. For photography lovers, is the default camera app good enough? Do you need a third-party app? We used quite a few apps to find out.
The default camera is the best choice for most
When you're using a smartphone camera apps, the most important feature is speed. Photography is all about capturing the perfect moment. At times, a delay of half a second could ruin a great shot. To aid this, Apple has put a camera button on the lock screen itself. This is hard-wired to the default Camera app and there's no way to make a third-party app use this button. Yes, that sucks, but until Apple gives users the ability to change default apps like the browser, email client, camera app, you have to live with that.
Thankfully, the default app has improved over the years to offer features such as filters, a timer, a burst mode (just hold the shutter button) and a panorama mode for those expansive landscape shots. It also lets you control focus and exposure on any part of the frame. Tap and hold the part you want to focus on and you'll see a yellow square with the text AE/AF lock with a sun icon next to it. This locks the focus to that part of the frame. To adjust exposure on that part, slide the sun up or down.
Once you click a picture, you can add filters, change the exposure, convert to black and white and even tinker with the saturation, brightness, contrast, highlights and shadows. You can also easily post photos to other apps such as Flickr, Facebook and WhatsApp without leaving the app. This is quite enough for most people.
Third-party camera apps still shine in some ways - from giving DSLR-like manual controls such as shutter speed, ISO and manual focus, to providing a wider set of editing tools, these apps can make you feel like a professional photographer. Here are our favourites.
Manual
This is the best camera app for photography nerds. If you ever wished for the manual controls of a DSLR, Manual (Rs. 120) is the right app for you. The app also launched faster than any of the third-party apps we tested, although the default app is perhaps still the quickest. Manual offers nice sliding controls for shutter speed and light sensitivity (ISO). These are on the bottom panel and pretty easy to use. You can't change the aperture though - that's locked to f/2.2. On the top bar, it has controls for manual focus, several white balance modes including a temperature control slider, and flash.
manual_app_iso.jpgManual also has a live histogram just above the bottom panel. A histogram helps you see whether the image will be well-lit throughout or certain areas will be under- or over-exposed. It's a useful tool but you can't change its colour, and the white display can be very hard to see when shooting something light coloured.
When you open a photo in Manual, it shows you where it was shot and basic EXIF data (shutter speed, ISO, aperture, flash and date and time). Unfortunately, it doesn't have editing controls so you will have to use another app for that. Another problem with Manual is that the sliding control for ISO is right above the shutter button; we sometimes clicked photos accidentally when adjusting ISO.
Despite a few shortcomings, we found the added capabilities of Manual well worth the money. It is a much better choice for photography enthusiasts than the default camera app.
manual_app_histogram.jpgCamera Plus
If you're looking for an easy-to-use camera app that lets you click and edit photos, Camera Plus (Rs. 120) is a good choice. You can adjust exposure with a neat slider on the right side. There's a tilt warning feature to help you keep your shots straight - two horizontal lines show whether you've tilted your phone or are holding it straight - just line them up with the grid for a perfectly straight shot.
There settings button next to the shutter button lets you can choose photo resolution between high (8-megapixel), medium (2-megapixel) or low (0.5-megapixel), switch on/ off geo-location and toggle clicking photos via volume buttons. You can even turn the entire screen into a shutter. The editing features are pretty similar to the iOS Photos app, but you can also add text to pictures in Camera Plus.
camera_plus_options.jpgOur favourite feature Camera Plus is the one called AirSnap. It lets you use a second iOS device as a remote to click photos. If you have an iPhone and an iPad (or even two iPhones), you can use either one as a remote shutter. This is useful in a number of different scenarios, so you can take a picture without a timer, or even set up a camera at some weird angle with a tripod, and still be able to click even if your hand won't reach the screen.
While it works really nicely, the reliability of AirSnap could certainly improve. You have to keep Wi-Fi and Bluetooth on to pair the two devices and at times, it took far too long to pair the devices and sometimes they wouldn't pair at all.
Overall though, Camera Plus is a robust app with the full set of features we've come to expect, that makes it a good replacement for the default Photos app.
VSCOcam
VSCOcam (Free) is a great app that gives you a lot of control both when shooting, and editing pictures. As such, Manual remains the best bet for the people who want full control, while Camera Plus gives you quick and easy tweaking, but if you have time and patience then VSCOcam is a good alternative. The app has a good set of manual controls, but you'll have to tap at least twice or thrice to access most of these. The design language of this app relies heavily on unlabelled icons, which can be daunting for new users, but grows on you as you continue using the app.
vsco_manualcontrols.jpgA lot of VSCOcam's controls are buried under menus so setting up a shot can take time. You first tap the ADV button on the top-right to see manual controls. Then, an icon will appear at the bottom-left to show you which control you can adjust, along with a slider above it. By default, the exposure value shows up first. Tap the bottom-left icon once to adjust white balance, tap again for ISO, tap it again to adjust focus, and tap it a fourth time to adjust ISO.
At the top, you have a few controls - flash, tilt preview, advanced, etc. The tilt preview feature in VSCOcam is better than the one in Camera Plus because it shows you both vertical and horizontal tilts. Camera Plus's tilt warning is limited to horizontal tilts.
vscocam_tilt.jpgWhere VSCOcam excels is its editing features, with a wide variety of filters, effects and tweaking controls. We've written about these previously and not much has changed since we wrote that article. VSCOcam also has a social layer, a community called VSCO Grid, where you can share photos. The community is great for serious photographers - specially if you want to avoid an overdose of desserts and selfies that are common on other networks such as Instagram.
Which is your favourite iOS 8 camera app? Let us know via the comments.

Posted By YOurLover6:33 AM

HTC One (M8) Starts Receiving Android 4.4.4 Update With HTC Eye Experience

Filled under:

HTC appears to have started rolling-out the Android 4.4.4 KitKat update for its One (M8), with users in Europe reporting having received the update.
According to Android Police, the latest KitKat update bumps up the version from 2.22.401.5 to 3.28.401.6 and primarily brings camera-centric features from HTC Eye Experience - announced by the company at the company's 'Double Exposure' event on Wednesday.
The new update is said to be about 252.01MB in size and is yet to be officially announced by the Taiwanese handset maker. Notably however, the XDA Developers forum features the downloadable update.
The company on Wednesday had announced that the HTC Eye Experience will bring new mobile imaging software features released on the HTC Desire Eye to some select HTC smartphones. The new features ere announced to be rolled out to the following models in the coming months - HTC One (M7), HTC One (M8), HTC One (E8), HTC One mini, HTC One mini 2, HTC One Max, HTC Desire 816, HTC Desire 820 and HTC Butterfly 2.
Some of the notable features of the HTC Eye Experience include a new Split Capture function that allows simultaneous images or videos taken from the front and back cameras to be combined into one split-screen image or video; Face Tracking, which allows tracking of up to 4 faces during a video chat; Crop-Me-In, which allows a user to crop an image or video taken with the front-facing camera and superimpose it within a scene captured by the main camera; Voice Selfie, which lets users click images from the front camera by just using voice commands; Face Fusion technology, which allows users to merge two faces into an image, and Live Makeup, an option to beautify selfies.
Back in August, HTC started rolling-out the Android 4.4.3 KitKat update to its One (M8) smartphones in India.

Posted By YOurLover6:23 AM

Facebook CEO Zuckerberg Presses Indonesian President Elect on Web Access

Filled under:

Facebook founder Mark Zuckerberg pressed Indonesia's incoming leader Monday to improve Internet access in the sprawling archipelago saying that his social media network and other sites can help boost the economy.Zuckerberg met president-elect Joko Widodo at his office in the capital Jakarta, before both men still dressed in their suits made a tour through the cramped alleys of a bustling textile market, mobbed by an enthusiastic crowd.
Such impromptu visits are a trademark of Widodo, known by his nickname Jokowi, whose man of the people image helped him win power at elections in July. He will be inaugurated next week.

The Facebook founder said their conversations "focused on how big the opportunity is just to get everyone on the Internet, and on to basic services that they can use to communicate with people, like messaging and things like Facebook".
"If we do that then I do think we can help grow the economy in a big way, which is one of the primary priorities that (Widodo) has," he added.
Experts believe that improved web access could greatly help businesses struggling to operate in Indonesia, which is spread across around 17,000 islands and three time zones.
In 2013 only 28 percent of Indonesians had Internet access, according to the country's association of Internet providers. However a huge number of those with access to the web are on Facebook, which is wildly popular in Indonesia.
Zuckerberg was visiting Indonesia to promote the internet.org app, which allows people in underdeveloped areas to access basic online services.
Facebook launched the app earlier this year in cooperation with several partners and trials are taking place in several developing countries, including Indonesia.
Zuckerberg also spoke enthusiastically about Indonesian culture, saying he hoped better web access would help to increase interest in the subject.
He was pictured at the weekend at the famous Hindu temple of Borobodur on the main island of Java.
"There are all this different parts of culture and innovation that the world can have from Indonesia that we are currently being robbed off because a lot of people don't have a way to share that and communicate that to the rest of the world," he said.

Posted By YOurLover6:13 AM

Nokia X Software Platform 1.2 Update Now Rolling Out

Filled under:

The platform might be going away but owners of first generation Nokia X devices finally have something to cheer about. Microsoft has started rolling out the Nokia X Software Platform 1.2 update for the Nokia X, Nokia X+, and Nokia XL handsets.
The company announced the news on its official Conversations blog saying, "Starting from today, those of you with a Nokia X, Nokia X+, or Nokia XL can expect to see some brand new features and enhancements coming your way."
Nokia X device owners can check for updates by going to Settings > About Phone > System Updates and tapping Check Now.
Some of the key features that the Nokia X Software Platform 1.2 update brings are the new app switcher, which allows closing apps with a single tap; pre-installed Outlook.com and OneNote apps; updated Nokia Store that comes with better integration with third-party stores; new scrollable widgets; call reject with a message; contact search in the dialler; automatic uploading to OneDrive, and local calendar support.
The new update for Nokia X, Nokia X+, or Nokia XL handsets also brings general performance and usability improvements.
The Nokia Support Discussions page notes, "Today we have started rolling out a new Nokia X Software Platform 1.2 update. This is a major/global release, bringing the phone software version to v. 1.2.x.x, and will be available via OTA (Over-The-Air) for the Nokia X Dual SIM, Nokia X+ Dual and Nokia XL Dual SIM users."
Last month, Microsoft revealed that the first generation Nokia X handsets (the Nokia X, Nokia X+ and Nokia XL) will not be receiving the latest Nokia X software platform 2.0 OS, released with the Nokia X2 Dual SIM. The Nokia X2 Dual SIM, successor to the popular Nokia X, was announced in June, but its future is unclear now.
Earlier this month, Microsoft announced plans to discontinue the Android-based handsets, and said that unannounced Nokia X series products will be making the transition to Windows Phone.

Posted By YOurLover5:51 AM