Skip to main content

Apple iOS4 Shortcuts

Apple just released iOS4 for the iPhone and iPod touch, and now that you've downloaded and upgraded to the much-hyped iDevice update, here's a look at the new shortcuts, settings, and features you'll need to know—and want to use.

The New Shortcuts

On a little device with just one button and no major forms of interaction beyond tapping a screen, shortcuts can be serious timesavers. Here are the new shortcuts in iOS4 you'll want to know:
  • folders.jpgHold then drag-and-drop to create app folders:You can now create folders to store and organize the apps on your iPhone's home screen, particularly handy if you're a bit of an app junkie. To create a folder, tap and hold any icon on the home screen until they all start wiggling. Then drag and drop any application on top of another to create a folder with those apps together.

  • close-out.jpgDouble-tap home for quick app switching: The quick app switching shortcut pulls up your most recently opened applications whenever you double-tap the home button. Then just tap on any app you want to quickly switch to it without going back to the home screen. Note: You'll need at least an iPhone 3GS or later generation iPod touch to use multitasking. Photo viaGizmodo

  • Hold to kill background apps: Currently in iOS4, if an application supports multitasking, it'll run in the background by default—kind of a strange choice, considering Apple asks you to confirm push notifications for apps. What this means is that as more apps start supporting background processing, you may end up with a ton of apps running in the background that you don't really need or want running. To remove an application from running in the background, just pull up your quick switch drawer (double-tap the home button), then tap and hold on an app (like you do when you want to delete an app from the home screen until you see a red minus sign (-) on the corner of the app's icon. Tap it to kill the app.
  • Swipe to the left in the app drawer for iPod controls: For some quick app-switching access to simple iPod controls, double-click the home button to bring up the app switcher, then swipe to the left for pared down iPod controls.Note: 3GS and above only.

Comments

Popular posts from this blog

SHORT CUT TO REMOVE PENDRIVE

Rather than clicking on the task bar and then safely removing the pendrive you can eaily do so creating a shortcut: The Steps are:- 1)Create shortcut on your desktop by right click and selecting new shortcut from the menu. 2)Type "RunDll32.exe shell32.dll,Control_RunDLL hotplug.dll" click next and then finish. shortcut is created and now you can assign a shortcut key to it. just right click on it and select properties-> Click on Shortcut Tab -> Assign a Shortcut key to it(it will take Ctrl+Alt by default)eg: if you press 1 shortcut will be Ctrl+Alt+1.

Decrapify / Debloat Windows 10 with a Powershell Script

Windows 10 is a decent OS from Microsoft after the disaster known as Windows 8 and 8.1. Although Windows is still better with no Modern UI crap, no ads, minimal telemetry, no Edge to bug you. But Windows 10 is a decent compromise if you want a stable OS with modern features like DirectX 12. Earlier OEMs used to bundle PCs and Laptops with crapware, with Windows 10, now Microsoft themselves bundle crapware. Welcome to Software as a Service (SaaS) model. On top of that we have OEM crapware on top of Microsoft crapware. As a result trying to Debloat or DeCrapify Windows 10 is getting absurd and as a system admin it is disheartening to see all that performance go to waste on the messed up attempt by Microsoft to do an Appstore and its apps. Fortunately a kind soul who goes by name  Sycne x has worked painstakingly to provide us a simple solution that works considerably well. Let's Begin To download the script visit  here , and click Clone or Download and Click Download as Zip.

Easily Join / Merge Rotate Two or more video files without encoding or convert videos using ffmpeg in Windows (Or any other OS Mac OS, Linux) for free.

ffmpeg is a pretty handy tool for format transcoding, basic editing (trimming and concatenation), video scaling, video post-production effects, and standards compliance (SMPTE, ITU). One of the basic requirement of merging or combining two or more videos is a task that can be easily accomplished by using ffmpeg . ffmpeg is a free and open source as well. And the performance is easily on par if not better than most paid software solutions. In order to merge two or more videos follow the steps:-  First copy all video files into a folder. (Make sure you have checked "File name extensions". Next you need to download ffmpeg for Windows from their website . Choose 64bit unless you are using 32 bit version of Windows and select Static. Download the file. It should be a compressed file. Now open the file. And Go to "Bin", there you will find three files. You need to copy ffmpeg to the folder containing video files. Next