Convert .xlsx file to .xls without using MS Office 2007

7

Posted by Shah Md. Shamsul Alam | Posted in Technology | Posted on 30-08-2009

If you have an .xlsx file attachment in your email inbox but the computer has no Office 2007 to open that extension, what are the available options?

The xlsx files is the default extension for spreadsheets written in Microsoft Office Excel 2007. You can’t open the files in Excel previous versions. However, you can easily convert .xlsx spreadsheet to the traditional .xls format using the Microsoft Office compatibility Pack available here. This will help you open, edit, and save .xlsx files in Office 2000, Office XP, or Office 2003. More details on Office 2007 FAQ.

Alternatively, you can convert .xlsx to .xls or other text formats online using the Zamzar.com. Unlike the Microsoft compatibility pack, the Zamzar .xlsx to .xls conversion services will not require a copy of Microsoft Office on your computer.

And if you have OpenOffice, Zamzar can also convert the XLSX file to OpenDocument spreadsheet format.

Google Chrome

0

Posted by touhid | Posted in Technology | Posted on 30-08-2009

Google Chrome is a browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier.

logo_sm

A fresh take on the browser

At Google, we spend much of our time working inside a browser. We search, chat, email and collaborate in a browser. And like all of you, in our spare time, we shop, bank, read news and keep in touch with friends – all using a browser. People are spending an increasing amount of time online, and they’re doing things never imagined when the web first appeared about 15 years ago.

Since we spend so much time online, we began seriously thinking about what kind of browser could exist if you started from scratch and built on the best elements out there. We realized that the web had evolved from mainly simple text pages to rich, interactive applications and that we needed to completely rethink the browser. What we really needed was not just a browser, but also a modern platform for web pages and applications, and that’s what we set out to build.

So today we’re releasing the beta version of a new open source browser: Google Chrome.

On the surface, we designed a browser window that is streamlined and simple. To most people, it isn’t the browser that matters. It’s only a tool to run the important stuff – the pages, sites and applications that make up the web. Like the classic Google homepage, Google Chrome is clean and fast. It gets out of your way and gets you where you want to go.

Under the hood, we were able to build the foundation of a browser that runs today’s complex web applications much better . By keeping each tab in an isolated “sandbox”, we were able to prevent one tab from crashing another and provide improved protection from rogue sites. We improved speed and responsiveness across the board. We also built V8, a more powerful JavaScript engine, to power the next generation of web applications that aren’t even possible in today’s browsers.

This is just the beginning – Google Chrome is far from done. We’ve released this beta for Windows to start the broader discussion and hear from you as quickly as possible. We’re hard at work building versions for Mac and Linux too, and we’ll continue to make it even faster and more robust.

We owe a great debt to many open source projects, and we’re committed to continuing on their path. We’ve used components from Apple’s WebKit and Mozilla’s Firefox, among others – and in that spirit, we are making all of our code open source as well. We hope to collaborate with the entire community to help drive the web forward.

The web gets better with more options and innovation. Google Chrome is another option, and we hope it contributes to making the web even better.

But enough from us. The best test of Google Chrome is to try it yourself.

Information taken from : http://www.google.com/chrome/

Download

Show Your Name In the System Clock

0

Posted by touhid | Posted in PC Troubleshooting | Posted on 29-08-2009

This tip is absolutely and completely useless, and will even make applications that depend on timestamps have issues. It’s mostly just to be used as a cool trick you can show off to your friends, so we’re going to show you how it works.

The way this trick works is by modifying the regional settings for the time format. Instead of using just AM or PM, you can put up to 12 characters of text in that field.1

Start by opening Regional and Language Options from the start menu search box or the control panel.

2

On the Formats tab you’ll see the “Customize this format” button, which you’ll need to choose.

3

Select the Time tab, and then here’s where we can make whatever settings we want.

4

I chose to set mine to “AM – Geek” so I could still see AM or PM, but you can choose any 12 characters for either field. Keep in mind that the PM symbol is only going to display during the “PM” hours.

This does change more than just the displayed clock, so I’d advise not using this on a computer you do actual work on. Using the F5 key in notepad shows the “Geek” text as well:

5

It’s one of those things that’s interesting to know… just not very useful. It does work in XP as well

Disable Notification Balloons in XP

3

Posted by touhid | Posted in PC Troubleshooting | Posted on 29-08-2009

If you are annoyed with Windows popping up a balloon notification telling you things you already know every time you turn on your machine, here is a quick tip on completely disabling them.  (Note this requires a registry modification so be sure to back up your registry before making any changes.)

You should note that this will disable all balloon notifications, so proceed with caution.

Click on Start \ Run and type in regedit

regedut

Now we will navigate to this path in your registry.

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced

disable-1

On the right pane right click on an open area and choose New \ DWORD Value

disable-2

You will see New Value #1.  Change this to EnableBalloonTips.

disable-3Next double click the new registry entry you created.  In the Value Data field set it to 0 (zero).  Make sure Hexadecimal is selected under Base.  Click OK.

registry hex[1]

Finally restart your system and enjoy the clean boot up with no balloons popping up at you.

To remove this registry hack, just delete the registry key that you created.


Clear Recent Commands From the Run Dialog in Windows XP

0

Posted by touhid | Posted in PC Troubleshooting | Posted on 29-08-2009

Has it ever bothered you that there isn’t an obvious way to remove the previous items in the Run box in Windows? It’s often very useful, of course… but if you are just a little bit paranoid you might want to clean out that list on occasion.

Of course there are many cleaner applications that will do this for you, but we’ll explain how to do it manually.

image37

Clear Recent Run Dialog Entries Through Regedit

Open up regedit.exe through the start menu run box, and then navigate down to the following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU

image38

You’ll see all your recent commands on the right, and you can delete any of the keys that contain your commands. You’ll have to logoff and then back on, but the list should be clean.

Note that this will also work for Windows Vista’s Run dialog, although most people have switched to using the search box instead.

Completely Clear Recent Run Dialog Entries The Easier Way

Reader Ayush pointed out a much more easy solution that this registry hack-happy geek overlooked.

Right-click on the taskbar and choose Properties, then choose Start Menu.

image39

Select the “Classic Start menu” option, and choose the Customize button. (Don’t worry, we’ll cancel out of the dialogs so you can keep the XP menu style)

Now just click the Clear button to remove all of the recent documents and applications from the start menu.

image40

Once you’ve done that, hit Cancel and then Cancel again to make sure you don’t switch to the Classic Start menu.

Note that this method will clear out everything… so if you just want to remove a single entry you need to use the registry hack method.