Ad

 WWW.CHECKLISTING.COM


Wednesday, July 4, 2012

Purchase order with sales tax


This purchase order template for Excel calculates the sales tax based upon the tax rate you input. Subtotal, sales tax, and grand total are calculated automatically.

------------------------------------------------------------------------------------------------
Download

Purchase order with sales tax


Sunday, April 1, 2012

Rectangle Shadow by CSS3


Here is the code for the CSS3 Rectangle Shadow.
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Rectangle Shadow by CSS3</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
#rectangle-shadow {
box-shadow: 10px 10px 5px #C00;
width:500px;
padding:5px;
text-align:center;
font-size:20px;
background:#C00;
margin:0 auto;
color:#ffffff;
}
</style>
</head>
<body>
<div id="rectangle-shadow">Rectangle Shadow by CSS3</div>
</body>
</html>



Rectangle Shadow by CSS3

Rounded Corners by CSS3

One of the most advanced features of CSS3 is enabling rounded corner. Herewith below code it examines features.
Rounded Corners by CSS3

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Rounded Corners by CSS3</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
#rounded-corners {
margin: 50px auto;
width:500px;
color:#fff;
padding:5px;
text-align:center;
font-size:20px; font-weight:bold;
background: #F00;
border:2px solid;
border-radius:25px; -moz-border-radius:25px;
}
</style>
</head>
<body>
<div id="rounded-corners">Rounded Corners by CSS3</div>
</body>
</html>
Rounded Corners by CSS3

Thursday, March 1, 2012

Microsoft Windows 8 Features




This latest preview will be made available for download starting today at preview.windows.com. The Windows 8 Consumer Preview offers a more robust experience for testing the world's most popular operating system and is available to the widest range of people yet following the initial release of the Windows 8 Developer Preview late last year. The Developer Preview received more than 3 million downloads.
"With Windows 8, we reimagined the different ways people interact with their PC and how to make everything feel like a natural extension of the device, whether using a Windows 8 tablet, laptop or all-in-one," said Steven Sinofsky, president of the Windows and Windows Live Division at Microsoft. "The Windows 8 Consumer Preview brings a no-compromises approach to using your PC."
At a Windows 8 Consumer Preview event in Barcelona that was attended by partners from Europe and around the world, the company shared some key new updates in the Windows 8 Consumer Preview:

Broad range of product changes and improvements
Since the Developer Preview in September, designed to preview the programming platform, Windows 8 has progressed across every dimension. From completing the user experience for touch, keyboard and mouse to refining the development platform, the Consumer Preview improves performance, quality and reliability across all subsystems. With the added features, it represents a more complete view of the capabilities of Windows 8.

Windows Store with new apps
The Windows 8 Consumer Preview marks the beta opening of the Windows Store, which is filled with a variety of new Metro style apps from both third-party developers and Microsoft. During the Consumer Preview, these apps are available to try and experience at no cost to users. The Windows Store will offer personalised recommendations, and Windows 8 gives users the ability to take their apps and settings with them across multiple PCs, making it easy to discover and try new apps while offering developers the greatest opportunity of any platform.

Connecting to the cloud across Windows-based PCs and Windows Phone
The Windows 8 Consumer Preview offers seamless integration with the content people care about across their devices. An optional additional sign-on with a Microsoft account provides access to a host of features, including the ability to roam all settings, use cloud storage, communicate with email, calendar and contacts, and connect to a broad range of services. Your connection to the cloud works across your Windows-based PCs and your Windows Phones.

Internet Explorer 10 Platform Preview 5
The best way to experience the Web on Windows is with Internet Explorer 10. The browser has been re-imagined to create a new experience designed specifically for Windows 8 devices. It provides an edge-to-edge user interface that is all about less browser and more Web. Fast and fluid, Internet Explorer is hardware-accelerated to enable Web performance.

Preview of new hardware capabilities
At the event, Microsoft also showcased Windows 8 running on a wide range of new x86- and ARM-based reference hardware. This hardware will be available to select developers for trial and testing as previously announced.

The Windows 8 Consumer Preview will be available worldwide for download in English, French, German, Japanese and simplified Chinese languages. More information about Windows 8 and how to download the Consumer Preview is available at preview.windows.com or windowsteamblog.

Wednesday, February 29, 2012

How To Listen Music With Your Friends on Facebook?

                                 
Music is one of the most powerful and fun ways to connect. Whether it's at a concert with a bunch of people or on a long car ride with your best buddy, we love listening to music with our friends. But what if you could listen to music with your friends when you're alone, like at work, at home or on the go?

Before you can listen to music with friends on Facebook, you'll need to allow the music apps (Spotify or Rdio Rdioyou use to add your listening activity on your timeline.

If your friends also allow music apps to publish their listening activity on their timeline, you'll see a next to their name in the chat sidebar when they're listening to music. You also might see a story in ticker that says your friend is listening to a song.
 To listen with a friend,
·         Hover over their name in the chat sidebar or the story in ticker
·         Click the Listen With (Friend's Name) button that appears
·         If you haven't already opened the same music service provider as your friend, click the Open button on the next window
Right now, you can only listen with friends on Spotify or Rdio. If you don't have either of these music service providers, you can sign up after you click the Listen with (Friend's Name) button. 


Right now, you can only listen with friends on Spotify or Rdio. If you don't have either of these music service providers, you can sign up after you click the Listen with (Friend's Name) button.

Excel Work Estimate Invoice Calculates Total



------------------------------------------------------------------------------------------------
Download

Excel Work Estimate Invoice Calculates Total

Tuesday, February 28, 2012

Excel To do list Template


Follow the steps below to work with your to do list:

To personalize your to-do list, enter a name in this box:
On the To Do List sheet, in the Excel table, enter project details for each of your projects.
In the Priority and Status columns, you can click the arrow to select from predefined entries.
To add a new row at the end of the table, click the last cell in the last row, and then press TAB.
Tip:
You can also start typing in the first cell of the row below the table.
To insert a row in the table, right-click the row above which you want to insert the row, click Insert, and then click Table Rows Above.
Tip:
You can also insert a new column this way, but you'll have to make adjustments to the lines border for a proper fit. You can drag the lines to the location you want.
If the dates you enter fall on the current day, the next day, or within the same week, the entries will be shown in the chart.

Note:
The row and column headings are not displayed on the To-Do List sheet. If column widths need to be adjusted, you can temporarily display the headings (View tab, Show group, Headings check box).


------------------------------------------------------------------------------------------------
Download

Excel To do list Template