November 19, 2009

0

Download Microsoft Office 2010 Beta for Windows

  • November 19, 2009
  • anand

  • I am sure that I have again something which you all will like. Go through the post to explore the same


    The first public beta version of Microsoft Office 2010 is now made available by Microsoft. Other than Office 2010,
    Visio 2010 beta, SharePoint Server 2010 and Project 2010 beta can also downloaded for your Windows computer.




    The main component of Office 2010 are enlisted as below:

    • Microsoft Word
    • Microsoft Excel
    • Microsoft PowerPoint
    • Microsoft Access
    • Microsoft Outlook
    • Microsoft OneNote
    • Microsoft InfoPath
    • Microsoft SharePoint Workspace
    • Microsoft Publisher
    • Microsoft Communicator

    Both 32-bit and 64-bit versions are available now. The Office installer is around 700 MB in size but around 3 GB of free space is needed on your hard drive for the installation. The expiry date of Office 2010 is October 2010. Microsoft is offering essentially is the Professional Plus edition, but customers will be able to get not just the actual bits from Microsoft, but also the product keys necessary to activate the productivity suite.

    Download Microsoft Office 2010 Beta for windows

    Download Microsoft Office Professional Plus 2010 Beta

    Download Microsoft Visio 2010 Beta


    Download Microsoft Office Web Apps Beta




    read more

    November 14, 2009

    0

    You Tube : Warp

  • November 14, 2009
  • anand
  • If you are tired of seeing all linear frames, here’s a cool trick called Webview – or ‘warp Speed’ to get you literally bouncing. Go to YOU-TUBE WARP and click on any of the video links turn into floating balls, hovering over a dark background.


    Move the mouse to hover the cursor over a particular circle and other related video burst out for your reference, with the first one in the center. Besides, a tag appears too- this time in a speech balloon- to show you what the video is all about. Click on any one of them for the video player to appear and watch your favorite video in a new mode. Similar videos are colour coded- the circles around them are of the same colour- and every time you click on a different kind of video, a dot of the same colour appears on the top left corner of the screen. Videos you have watched are connected by lines as a quick review of your viewing history.

    Do leave your comment if you like this post....








    read more

    November 11, 2009

    0

    Install Firefox 3.6 on Ubuntu 9.04 [How to]

  • November 11, 2009
  • Admin
  • Firefox 3.6 beta 1 is already out & available for download. Though not many new features but you can expect bug fixes and more stability. now here is simple guide on how to install Firefox 3.6 on Ubuntu for those newbie Ubuntu users.

    How to Download & Install Firefox 3.6 on Ubuntu

    Installing using wget

    Below one line command can install Firefox 3.6 on your Ubuntu

    wget – o – http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.6b1/linux-i686/en-US/firefox-3.6b1.tar.bz2 | tar xj -C ~


    Is it helpful Tell us in comment section! :D
    read more

    October 11, 2009

    1

    Install And Run Different Version Of IE

  • October 11, 2009
  • anand
  • IE

    Nowadays many people have started using IE 8 as it is secure, fast and easy to use. IE has always come up with various versions perhaps to let its users be comfortable and have a secure surfing. However, many designers, software developers and even the users require to use different versions of IE at the same time to get their software and other browser related product be tested in the testing process.

    Unfortunately windows PC don’t allow this. I am writing this article to let the readers aware of a great package which lets the them use different versions of IE at the same time. Isn’t it a great package? I must let it be revealed to you all so that it can be unleashed to have its awesome benefits..

    You can download Internet Explorer Collection from HERE

    read more

    September 5, 2009

    1

    Convert FAT Partition To NTFS Partition Without Losing Any Data

  • September 5, 2009
  • anand
  • TECH ZONE

    NTFS is the standard file system of Windows NT, including its later versions Windows 2000, Windows XP, Windows Server 2003, Windows Server 2008, Windows Vista, and Windows 7.

    NTFS supersedes the FAT file system as the preferred file system for Microsoft’s Windows operating systems. NTFS has several improvements over FAT and HPFS (High Performance File System) such as improved support for metadata and the use of advanced data structures to improve performance, reliability, and disk space utilization, plus additional extensions such as security access control lists (ACL) and file system journaling.

    conversion of a partition from FAT or FAT32 to NTFS can be done by an inbuilt utility(convert.exe) in the Windows XP OS .So if you want increased security and faster data encryption,go ahead and convert to NTFS.

    steps for conversion:

    1. Click start, click run, then type “cmd” to open the command prompt window
    2. In the command prompt window type: convert drive_letter: /fs:ntfs (For example,running the command convert E: /fs:ntfs would format drive E: to the NTFS format.You can convert FAT or FAT32 volumes to NTFS with this command.)
    3. After doing this the inbuilt utility will attempt to convert the drive for you.

    Warning:

    *This is a one-way conversion.Once the drive is converted to NTFS, you cannot simply convert it back to FAT or FAT32. It is required to reformat the drive or partition which will erase all data, including programs and personal files, on the partition.

    *Make sure there is minimum 3% free space on hard disk drive partitions for proper conversion.

    Note:

    *Although the chance of corruption or data loss during the conversion from FAT to NTFS is minimal, it is best to perform a full backup of the data on the drive that it is to be converted prior to executing the convert command.

    Technorati Tags: ,,
    read more

    August 30, 2009

    1

    Cool NAVIGATION BAR for blogger

  • August 30, 2009
  • anand
  • untitled

    Navigation bar is a set of links to other Web pages in a Web site. For example, navigation bars are usually located across the top or down the side of a page and contain direct links to the major sections within the Web site. Navigation bars can be automatically maintained and generated by using Web Site Designer.

    Navigation bars really help the visitor to access different pages of the website while remaining on the same page. It makes the accessibility easier to the visitors. It often happens that some good Blogger templates don’t have navigation bar. It generates a reason to discard the template. Well, don’t worry I have a great way to design a Blogger Navigation Bar for your Blog. Just follow the steps and enjoy a COOL Navigation Bar.

    steps:

    1. Login to your blogger Account
    2. Navigate: layout>Edit HTML
    3. Mark Check Box “expand widget”
    4. Find the code ]]></b:skin>
    5. Just before this code place the following CSS code

    #top_bar {height:32px; background:transparent ; width:auto;}
    #top_bar p{border:0; margin:0; padding:0; margin:0 auto; width:960px;}
    #top_bar a:link, #top_bar a:visited{display:block; float:left; border-right:solid 1px #7FABC4; padding:0 10px; color:#FFFFFF; font-size:11px; height:20px; line-height:20px; margin-top:6px;}

    6. Now you are required to place the following code snippet where ever you want to place the Navigation bar ( generally it’s placed below the header section")

    <div id='top_bar'><p>
    <a class='tabbed-bar' href=’#’>NAME</a>
    <a class='tabbed-bar' href=’#’>NAME</a>
    <a class='tabbed-bar' href=’#’>NAME</a>
    <a class='tabbed-bar' href=’#’>NAME</a>
    <a class='tabbed-bar' href='#’>NAME</a>
    </p></div>

    Replace '”#” with the link you want and replace “NAME’ with the Web page name

    NOTE: Before doing this make sure to take a backup of the template you are previously using.

    Technorati Tags: ,,,
    read more

    August 23, 2009

    0

    Hide Recycle Bin Desktop Icon

  • August 23, 2009
  • anand
  • recycle-bin
    Step-by-step

    We can remove/hide Recycle Bin icon from Desktop. Hiding Recycle bin icon from desktop won’t disable this feature, instead Recycle Bin icon will not be shown on desktop.
    Why we need this?

    Simple, we can hide almost every icon from the desktop, i.e. My Computer, My Network Place, My Document etc from start menu, i.e. shown below:

    1

    just select Show on Desktop to show/hide the desktop icon. But, this method can not be used to hide desktop icon of Recycle Bin.

    To hide desktop icon of Recycle Bin, follow these steps:

    1. Click on Start -

    Run Type regedit and press Enter.

    recycle_bin_01_03


    This will start the Registry Editor.
    2. Search the following key
    HKEY_CURRENT_USER\Software\Microsoft
    \Windows\CurrentVersion\Explorer\HideDesktopIcons

    NOTE: Before making any changes in the registry backup this item.
    Right click on HideDesktopIcons key and select Export

    recycle_bin_01_04


    Type a name and select Export.

    4


    3. Now click on ClassicStartMenu key and create a new DWord value with following details

    5


    Value Name ={645FF040-5081-101B-9F08-00AA002F954E}
    Value Data= 00000001

    6


    4. Now Click on NewStartPanel key and create a new DWord value with following details:

    dsf


    Value Name ={645FF040-5081-101B-9F08-00AA002F954E}
    Value Data= 00000001

    7


    Close the Registry Editor and Refresh the Desktop/Log off and Login again. Recycle Bin icon should not be showing on the desktop.
    Tips
    To Show the Recycle on Desktop, change the Value Data of the {645FF040-5081-101B-9F08-00AA002F954E} DWord key to 0.

    Warning
    This requires Registry changes, so please backup the appropriate registry key, before you proceed.

    read more

    Subscribe