Categories
Technology - Tips

Effect of Gravity on google

Today i am looking something on google and i found something very intresting their. Go to google search page. Search for Google gravity. Then click on the very first link. Wait for 2 seconds and you will be amazed what going to google page. Then search for anything and you will be a little more […]

Categories
Microsoft Office

How to use percentage in Microsoft Excel

To show a number as percent in Microsoft Excel, you have to apply  percentage number format in excel to that coloum. To apply this, select the cell, and then click the Percent button.     When you apply percentage formatting to a cell that already has number , Excel multiplies that number by 100 and adds the […]

Categories
Sql Server

Query to get total salary of a Department

Query to get total salary of a Department In organizations their are several departments.To calculate the total salary of that department in SQL server is so easy. Query: select deptno ,sum(basic) as total from emp group by deptno Here Deptno refers to Dept which salary you want calculate and basic refers to the Salary column […]

Categories
How To Article Technology - Tips Website Design

How to Optimize JPEG (JPG) images for Good Quality and Small Size

How to Optimize JPEG (JPG) images for Good Quality and Small Size The image compression techniques have their origin in the necessity of reducing the size of the file used to store the image, which is huge when compared to storing text (a 800×600 24 bit color uncompressed image needs 1440000 bytes or 1.37 MB). […]