Windows XP Mode in Windows 7

Windows 7 is still not the most popular operating system in Microsoft family. Till today, many people find it very hard to use it because of the compatibility of old devices and drivers with it. Microsoft Windows XP mode can be very good choice for those who like to work with legacy devices and applications. … Read more

How to close applications in windows 8

There are two ways to close applications in windows 8 . first way is to press windows + tab button all open applications are shown at left side of windows move your mouse  at any application Right click on any app it will give different Options . select close to close it . Second one … Read more

Concatenation of Javascript And Css files

<target name=”js.concatenate”
description=”Concatenates specified JavaScript files”>
<concat destfile=”WebContent/resources/js/minify_jsFile.js”>
<filelist id=”files” dir=”WebContent/resources/*.js”>
</filelist>
</concat>
<echo>Done!</echo>
</target>

You can also give individual file Names :

<target name=”js.concatenate”
description=”Concatenates specified JavaScript files”>
<concat destfile=”WebContent/resources/js/minify_jsFile.js”>
<filelist id=”files” dir=”WebContent/resources/js”>
<file name=”component.js” />
<file name=”functions.min.js” />
<file name=”jquery_custom.js” />
<file name=”jquery.autocomplete.js” />
<file name=”jquery-1.7.1.min.js” />
<file name=”slideshow.js” />
<file name=”util.js” />
<file name=”IE8.js” />
<file name=”time_adjustment.js” />
</filelist>
</concat>
<echo>Done!</echo>
</target>

Read more

Minify Javascript and CSS through Apache ant

First configure apache ant in your IDE Eclipse and then create a file with extension .xml

e.g In this Example I create file Build.xml File .

This xml file is the apache ant build file through which ant commands can run although Ant commands can also run from command prompt .

The first thing to do in this file is place a root tag <project></project> and write all code inside this tag . <target> tag is the main tag in which we define our tasks that is to be performed when we run this build file .

Now start Tutorial with the help of some example :

Minify js files :

  1. download yui compresser.jar file  from this link download YUI Compresser.
  2. place it in a directory you want .

<target name=”Minify javascript File”  >
<java jar=”D:\yuicompressor-2.4.6.jar” fork=”true”>
<arg value=”Input-File-name.js” />
<arg value=”-o” />
<arg value=”OutputFile-name.js” />
</java>
</target>

Read more

Apache Ant

Apache ant is a java libraray and comand line tool through which you compile assemble test and run java applications . It can also be used for non java based applications like c and c++.It process files as Target attribute and extension points dependent upon each other . Ant is written in Java. Users of … Read more

Are We Neglecting Visually Impaired Community By Creating Touch Screen Smart Phones?

Smart phones are the hottest products in the markets now a days and they making good money. Smart phones are attracting more and more people due the vast variety of available application for general use. Almost every type of application is available for smart phone which was available for computer in near past. More and more people of becoming big fans of these type of applications which are available everywhere and can be accessed by just a single touch of the smart phone screen.

But the question arise when it comes to highlight the visually impaired community which consists of 285 million people across the globe. How these people will become an active part of the community by using the smart phones? Because, even in Pakistan if we visit the nearby market place for mobile phones, we will hardly find 2% smart phones which have qwerty keyboard or a keypad. All other smart phones are having large touch screens without any button or they only have one big button which will push everything back to main screen.

applevssamsung

Apple and Samsung are the most popular smart phones companies and most of the models presented by these companies are not usable for any visually impaired or blind person. Apple only creating IPhone which is 100% touch screen with only a large button to move back to main screen but Samsung has few more models like Samsung epic 4g which also has a qwerty keyboard.

Read more

Godaddy Promo Codes – New

If you are looking for a good domain and name and want the tool or domain name provider should suggest the good domain name too than Godaddy is the best choice. Godaddy is the most successful and secure domain name provider where you can find a lots of domain name services like back order finding an obsolete domain name and new domain names. There are lots of promotion codes available for Godaddy on the internet to give you relief about the price of domain name and almost every time you can get a very good code and make your payment less than what you expect. Right domain name can be a very good asset to you and your company. Godaddy’s domain name suggestion tools can help you choose a very good domain name for your business.

domain

Read more