Bookmarks Online

How to export the Google Bookmarks

Июль 6th, 2008

Google Bookmarks offers a simple way to export your favorite links: as a bookmarks.html that can be imported natively in most browsers. You can also use this to backup your list of links, to view them online or to move them to other bookmarking web services.

To export your Google Bookmarks, visit the Bookmarks homepage at http://www.google.com/bookmarks and click on the “Export bookmarks” link on the left-hand side of the window. This will save your bookmarks to an .HTML file that you can then re-import elsewhere.

How to import and export the Internet Explorer Favorites folder

Июль 6th, 2008

This article describes how to import and export the Microsoft Internet Explorer Favorites folder from a 16-bit version of Microsoft Windows to a 32-bit version of Microsoft Windows.

You cannot directly import and export the Internet Explorer Favorites folder between the versions of Internet Explorer that run on Microsoft Windows 3.1 or Microsoft Windows NT 3.51 and Microsoft Windows 95, Windows 98, Windows 98 Second Edition, and Windows Millennium Edition, or Windows NT 4.0, and Windows 2000. To transfer the Favorites folder between operating systems, you must export it to a Netscape Bookmark.htm file.

Internet Explorer 5
To export the Favorites folder, follow these steps:
1. On the File menu, click Import and Export, and then click Next.
2. Click Export Favorites to Netscape and click Next.
3. Click Favorites, and then click Next.
4. Type the name of the file that you want to export the favorites to. The default file is C:\Bookmark.htm.
5. Click Next, and then click Finish.
6. Use the Bookmarks Converter tool to import the Bookmark.htm file into Internet Explorer on Windows 95, Windows 98, Windows 98 Second Edition, Windows Millennium Edition, Windows NT 4.0, or Windows 2000.

Internet Explorer 6
To export the Favorites folder, follow these steps:
1. Start Internet Explorer
2. On the File menu, click Import and Export, and then click Next.
3. Click Export Favorites and then click Next.
4. Click Favorites and then click Next.
5. Type the name of the file that you want to export the favorites to. By default, the export file is named Bookmark.htm.
6. Click Next and then click Finish.
7. Use the Bookmarks Converter tool to import the Bookmark.htm file into Internet Explorer on Windows 95, Windows 98, Windows 98 Second Edition, Windows Millennium Edition, Windows NT 4.0, or Windows 2000.

Internet Explorer 7
To export the Favorites folder, follow these steps:
1. In Internet Explorer, click Add to Favorites, and then click Import and Export.
2. In the Import/Export Wizard, click Next.
3. Select Export Favorites, and then click Next.
4. Click Favorites and then click Next.
5. Select the Favorites folder that you want to export. If you want to export all Favorites, select the top level Favorites folder. Otherwise, select the individual folder that you want to export.
6. Click Next.

Note By default, Internet Explorer creates a Bookmark.htm file in your Documents folder. If you want to use a name other than Bookmark.htm, or if you want to store the exported Favorites in a folder other than the Documents folder, specify the new file and folder name.
7. Click Next.

Note If you already have a file that has the same name, Internet Explorer asks you to replace it. Click Yes to replace the file. Click No to provide a new file name.
8. Click Finish.

Source: support.microsoft.com

How to export the Opera Bookmarks

Июль 5th, 2008

Some browsers, such as Firefox, can detect the presence of Opera on your computer. Therefore, it is often easier to just use the browser’s bookmark import mechanism and import the bookmarks directly.

If you need to use your Opera bookmarks on a browser on another computer, you may want to export the bookmarks to an HTML file. Many browsers can understand bookmarks in this format, even if they don’t understand Opera’s internal bookmark format.

To export bookmarks from Opera, follow these steps:

1. Go to File > Import and export > Export bookmarks as HTML
2. Choose the file name, and click Save

Source: opera.com

How to export the Firefox Bookmarks

Июль 4th, 2008

How to export your Firefox bookmarks to a bookmark.html file so that you may import it into another application.

1. Open Firefox.
2. Select Bookmarks > Organize Bookmarks.
3. The Bookmarks Manager opens. Click File > Export…
4. Save the bookmark.html file wherever you wish. I usually prefer the Desktop.

Now you can use the file to import the bookmarks into another program.

How can I increase my broadband connection speed in Windows XP/2003?

Май 3rd, 2007

This tip is designed for increased BROADBAND speed in Windows XP while using standard Network Interface cards (NIC) that are connected to ADSL modems, or when using any directly-connected USB ADSL modem.

To speed up the Internet connection speed we need to configure a special buffer in the computer’s memory in order to enable it to better deal with interrupts made from the NIC or the USB modem.

This tip is only recommended if you have 256MB RAM or higher.

Step #1 - Identify the IRQ used by the NIC/USB modem

Follow these steps:

1. Open the System Information tool by running MSINFO32.EXE from the Run command.
2. Expand System Summary > Hardware Resources > IRQs.
3. Look for the listing made for your NIC (in my case - a Intel(R) PRO/100+ Management Adapter). Note the IRQ next to the specified line (in my case - IRQ21).

In case of USB modems you will first need to find the right USB device used by your modem. Follow these steps:

1. Open the Device Manager tool by running DEVMGMT.MSC from the Run command (or by right-clicking My Computer > Hardware tab > Device Manager button).
2. Scroll down to Universal Serial Bus controllers and expand it.
3. Right-click the USB Root Hub and select Properties. Note that you might need to do so for all listed USB Root hubs (if there are more than one) in order to find the right one.
4. In the Power tab, look for your USB ADSL modem.
5. In the Resources tab look for the assigned IRQ (in this case - IRQ21).
6. This is the IRQ we’re looking for.

Lamer note: IRQs and modem names might vary…

Step #2 - Modify the system.ini file

Follow these steps:

1. Run SYSEDIT.EXE from the Run command.
2. Expand the system.ini file window.
3. Scroll down almost to the end of the file till you find a line called [386enh].
4. Press Enter to make one blank line, and in that line type
IrqX=4096
where X is the designated IRQ number we found in step #1, in my case it’s IRQ21.
Note: This line IS CASE SENSITIVE!!!
5. Click on the File menu, then choose Save.
6. Close SYSEDIT and reboot your computer.

Done. Speed improvement will be noticed after the computer reboots.

Update: The most speed improvement is visible with USB A/DSL modems, however there are reports that this tweak also does good for regular NICs. In any case, it won’t harm your system, so why not try it yourself and let me know what you find.

Tip derived from: www.microsoft.com/israel/windowsxp/expertzone
Source: http://www.petri.co.il/increase_broadband_connection_speed_in_windows_xp_2003.htm

How can I make Windows XP boot faster?

Май 3rd, 2007

You can make Windows XP boot faster by 5 - 15 seconds (on some machines).

To do so do the following:

1. Start Registry Editor (Regedit.exe).
2. Locate the following key in the registry:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SessionManager\MemoryManagement\PrefetchParameters
3. Make sure you backup the keys by exporting them to a .reg file.
4. On the EnablePrefetcher value, change the setting from 3 to 5 (decimal).
5. Close the registry editor.
6. Restart your computer.

Note: Whatever you do DO NOT install a tool called BOOTVIS from Microsoft, unless you’re absolutely sure of what you’re doing and have good knowledge of the tool and it’s use.

Source: http://www.petri.co.il/make_windows_xp_boot_faster.htm

How can I increase my Internet connection speed in Windows XP?

Май 3rd, 2007

This tip is designed for increased BROADBAND speed in Windows XP, but it should work for 56k modems too.

QoS Packet Scheduler is a method of network bandwidth management that can monitor the importance of data packets and depending upon the priority of the packet, give it higher or lower priority or bandwidth levels. It’s not very useful unless you’re using apps which are QoS-aware or running a server, so you can gain some network overhead back by turning it off.

Note: This following tip will not work on XP Home Edition.

1. Make sure you’re logged on as actually “Administrator”. Do not log on with any account that just has administrator privileges.
2. Start > Run > type gpedit.msc (not available in home version).
3. Expand the Local Computer Policy branch.
4. Expand the Administrative Templates branch.
5. Expand the Network branch.
6. Highlight the “QoS Packet Scheduler” in left window.
7. In right window double click the “limit reservable bandwidth” setting.
8. On setting tab check the ENABLED item.
9. Where it says “Bandwidth limit %” change it to read 0 (ZERO).
10. Close gpedit.msc.

Effect is immediate on some systems, some need to re-boot.

Source: http://www.petri.co.il/increase_internet_connection_speed_in_windows_xp.htm

How can I increase my hard disk speed in Windows XP/2003?

Май 3rd, 2007

To speed up your hard disk speed we need to configure a special buffer in the computer’s memory in order to enable it to better deal with interrupts made from the disk.

This tip is only recommended if you have 256MB RAM or higher.

Follow these steps:

1. Run SYSEDIT.EXE from the Run command.
2. Expand the system.ini file window.
3. Scroll down almost to the end of the file till you find a line called [386enh].
4. Press Enter to make one blank line, and in that line type
Irq14=4096
Note: This line IS CASE SENSITIVE!!!
5. Click on the File menu, then choose Save.
6. Close SYSEDIT and reboot your computer.

Done. Speed improvement will be noticed after the computer reboots.

Update: The most speed improvement is visible with IDE drives, however there are reports that this tweak also does good for SCSI disks. In any case, it won’t harm your system, so why not try it yourself and let me know what you find.

Tip derived from: www.microsoft.com/israel/windowsxp/expertzone
Source: http://www.petri.co.il/increase_hard_disk_speed_in_windows_xp_2003.htm

Mouse wheel programming in JavaScript. It really works!

Август 29th, 2006

Tested in: Internet Explorer 6, Firefox 0.8-1.5, Netscape 7.1 and Opera 9.
http://www.duggmirror.com/programming/Mouse_wheel_programming_in_JavaScript/

JavaScript 1.7

Июль 24th, 2006

JavaScript 1.7 is a language update introducing several new features, in particular generators, iterators, array comprehensions, let expressions, and destructuring assignment. It also includes all the features of JavaScript 1.6.

more…


Categories

Links

Feeds