Thursday, 20 March 2014

Adobe Photoshop Touch for Android phone

Adobe PhotoShop Touch For Android Phone



Type
:  APK Package
Size  :  45.7 MB

Download





Transform your images with core Adobe Photoshop features in an app designed for tablets.

Android: 3.1 and up

Combine images, apply professional effects, share results with friends and family through Facebook and Twitter – all from the convenience of your tablet.

Features:
• Use popular Photoshop features designed for the tablet such as layers, selection tools, adjustments, and filters to create mind-blowing images.
• Use your tablet camera to fill an area on a layer with the unique camera fill feature.
• Select part of an image to extract by scribbling with the Scribble Selection tool. With Refine Edge, use your fingertip to capture even hard-to-select image elements, like hair, with ease.
• Work on high-resolution images while maintaining the highest image quality. Supports images up to 12 megapixels.
• Follow step-by-step tutorials to easily learn techniques the pros use for great-looking results.
• Search and acquire images with the integrated Google Image Search.
• Browse an inspirational gallery for the styles and results you'd like to achieve.
• Automatically sync projects to Adobe Creative Cloud* and open layered files from Adobe Photoshop Touch in Photoshop CS6 or Photoshop CS5.1.
• Free membership to Creative Cloud gives you 2GB of cloud storage plus the ability to sync between tablet and desktop, access files from the web, and easily share.

XML Notepad 2.5

XML Notepad 2.5
Type : MSI Installer Package
Size  : 1.8 MB

Download



XML Notepad 2007 provides a simple intuitive user interface for browsing and editing XML documents.

Overview

Handy features include:

  • Tree View synchronized with Node Text View for quick editing of node names and values.
  • Incremental search (Ctrl+I) in both tree and text views, so as you type it navigates to matching nodes.
  • Cut/copy/paste with full namespace support.
  • Drag/drop support for easy manipulation of the tree, even across different instances of XML Notepad and from the file system.
  • Infinite undo/redo for all edit operations.
  • In place popup multi-line editing of large text node values.
  • Configurable fonts and colors via the options dialog.
  • Full find/replace dialog with support for regex and XPath.
  • Good performance on large XML documents, loading a 3mb document in about one second.
  • Instant XML schema validation while you edit with errors and warnings shown in the task list window.
  • Intellisense based on expected elements and attributes and enumerated simple type values.
  • Support for custom editors for date, dateTime and time datatypes and other types like color.
  • Handy nudge tool bar buttons for quick movement of nodes up and down the tree.
  • Inplace HTML viewer for processing xml-stylesheet processing instructions.
  • Built-in XML Diff tool.
  • Support for XInclude
  • Dynamic help from XSD annotations.
  • Goto definition to navigate includes and XSD schema information. 


System requirements

Supported Operating Systems: Windows Server 2003, Windows Vista, Windows XP, Windows XP Home Edition
.NET Frameworks v2.0

How o Tether Android Phone With Xp


How to Tether android phone with Window XP

Windows XP contains the drivers you need to take advantage of USB tethering, but you must install a configuration file before connecting your phone to your Windows XP computer, to instruct Windows XP how to configure itself to use those drivers.

  1. Download the following configuration file (tetherxp.inf) to your Windows XP computer. Typically, you can right click on the link and choose "Save As". (If your browser appends .html to the file name, you will need to edit the name to remove the .html extension.)
  2. Use the USB cable that came with your phone to connect your phone to your computer.
  3. On the Android phone, press Home, press Menu, and touch Settings to open the Settings application.
  4. Touch Wireless & networks > Tethering & portable hotspot.
  5. Check USB tethering.
  6. When Windows XP’s New Hardware Wizard opens, select No, not at this time and click Next.
  7. Select Install from a list or specific location and click Next.
  8. Click Browse to browse to the directory where you installed the configuration file you downloaded in Step 1 and click Next. Windows XP uses the configuration file to configure itself to support USB tethering with the Android phone.
  9. When Windows XP finishes installing the software for Android USB Ethernet/RNDIS, click Finish.
You can now use the new Windows XP local area network connection provided by your phone via USB tethering. For more information about configuring networks in Windows XP, see the documentation that comes with Windows.

How to set your name in Taskbar

How to set your name in taskbar

Click on the time that shows right side below to your screen.
Then click on the Change date and time settings...
Then it will open a new window.
Now click on the Change date and time and it'll open a new window.
Now click on the Change calendar settings.
It opens a new window.
Now click on the Time tab.
Now change the AM symbol and PM symbol with that what you want to display on the taskbar. I wrote my name there.
Now click Apply .
Now see the right corner below to your screen.

How to set video as Wallpaper

How to set video as Wallpaper

For this you should have VLC media player.


You just open VLC and play the video that you want as your desktop wallpaper.
Right click >> video >> Set as wallpaper.
Now close all windows and see your desktop wallpaper.

How to change IP Address of Computer

How To Change IP Address Of Computer

Most everybody can figure out how to change their IP address using Control Panel, but did you know you can set your network card’s IP address using a simple command from the command prompt?




Note: The following commands require you to have an administrative command prompt open by right-clicking on the icon and choosing Run as Administrator.
1. Changing Your IP Address
netsh interface ip set address name=”Local Area Connection
static 192.168.0.1 255.255.255.0 192.168.0.254

You want to statically assign an IP address of 192.168.0.1
You want to set a subnet mask of 255.255.255.0
You want to set a default gateway of 192.168.0.254


2. Set static IP address to getting an address from DHCP
netsh interface ip set address name=”Local Area Connection
source=dhcp



3. Changing Your DNS Settings
netsh interface ip set dns name=”Local Area Connectionstatic
192.168.0.250



4. The name of the interface you want to change the primary
DNS setting for is Local Area Network
The IP address of the DNS Server is 192.168.0.250



5. To change the IP address of the secondary DNS server you will need to specify the index parameter:
netsh interface ip add dns name=”Local Area Connection
8.8.8.8 index=2



6. Set your DNS settings to be assigned dynamically
netsh interface ip set dnsservers name=”Local Area Connection
source=dhcp
for more cmd>netsh help

Make your computer welcome you in Computerized voice

Make Your computer Welcome You in Computerized voice

1. Open Notepad and paste the code given below
Dim speaks, speech
speaks="Welcome to your PC, Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks


2. Replace the username with your name.
3. Now save as welcome.vbs
4. Cut and paste it in the following folder
i.   Open Start Menu
ii.  Open Programs
iii. Open Startup folder
iv. Paste Here