Dual View on Firefox and Google Chrome

Filed Under ( Browser, Firefox, Google Chrome, Javascript, Programming, Technology, Tips ) by admin on 10-09-2009

Tagged Under : , , , ,

Yes, split Mozilla Firefox or Google Chrome down the middle in one tab. For the multi-tasking type this will enable you to create 2 side by side “panels” in Firefox/Chrome in the same tab so you can browse two sites at once side by side.

Why not switch between tabs?

A few reasons, maybe you want to compare search results on both Google and Yahoo or do side by side comparisons of products or checking templates/themes look. Maybe you want to reference something in the left panel and type about it in the right and switching tabs is a pain.. Well this will enable you to do just that. See examples:

A comparison search for Chrome on Google and Yahoo

1

Click for larger view

Reference content in one panel, write about it in the other

1

Click for larger view

To use simply drag and drop the following in your bookmarks…

Dual View

When clicked, a pop-up box asks for the first URL which will be the left panel and the URL you are currently on will be entered by default however this can be changed so in my dual search i entered Google.com for this one. Once you ok it, it will ask for the second URL which is the right panel and i entered Yahoo.com for my search comparison.

Simple, Google Chrome or Mozilla Firefox split down the middle with a double panel all in one tab.

http://tayoymagmunimuni.blogspot.com/

Windows Vista Tips: Change IE7 Default Search

Filed Under ( Browser, Technology, Tips, Tutorial, Windows Secret ) by admin on 20-07-2009

Tagged Under : , , , , ,

Internet Explorer 7 that comes with Windows Vista automatically defaults to using MSN as the search provider. Many users will want to use an alternative search engine such as Google or Yahoo.

You can easily change providers by loading IE7 and clicking on the small arrow to the right of the search box, then clicking “Find More Providers“:

Find More Providers...

This will load a list of other large search engines, from which you can choose to make the default option (simply click on your choice):

Add Search Providers to Internet Explorer 7

This will bring up a dialog box asking you to confirm your selection. Tick the “Make this my default search provider” box and then click Replace Provider. This will make the search engine you have selected the default search engine for any queries performed in the IE7 search box.

Add Search Provider

Windows Vista Tips: Clear Search History

Filed Under ( Browser, Technology, Tips, Tutorial, Windows Secret ) by admin on 20-07-2009

Tagged Under : , , , , ,

Clearing your search history has never been easier when using IE7 in Windows Vista. Simply load up Internet Explorer and then click on the Tools menu, then select “Delete Browsing History“:

Delete Browsing History

Then, click the buttons next to the items you wish to remove from your PC (you can delete all by clicking the button at the bottom of the window). Most people would want to remove the History and Form Data (which keeps a record of what you type in to forms). To do this, click Delete History and Delete Forms:

Delete Browsing History

20 Firefox Addons to Enhance your Web Development

Filed Under ( Browser, Firefox, Tips ) by admin on 16-09-2008

Tagged Under : , , ,

1-InspectorWidget

Firefox add ons


Adds toolbar button and context menus for invoking the DOM Inspector (DOMi) for either chrome or content elements.


2-Web Developer

Firefox add ons


A very useful add-on, adds a menu and a toolbar with various web developer tools.

Read the rest of this entry »

Changing CSS property using Javascript

Filed Under ( Browser, CSS, Javascript, Programming, Tips ) by admin on 29-07-2008

Tagged Under : ,

Look at this example. When you hover over the box, the border, background color, and foreground colors change. This is caused by JavaScript dynamically changing the box’s CSS properties much like it does the “visibility:” property in pop up menus. This opens a whole new world of dynamic styling opportunities as most CSS properties can be accessed.

The generic form of the JavaScript reference to change a CSS property is:

document.getElementById("div_id").style.CSS_property_to_change = "new_CSS_value_in_quotes";

JavaScript does not always use the same term to refer to a property as CSS does. This is the biggest thing to keep in mind as you refer to CSS properties in JavaScript. Now lets start coding the example.

Making & Styling The Box

Read the rest of this entry »

15 Coolest Firefox Tricks Ever

Filed Under ( Browser, Firefox, Tips ) by admin on 29-07-2008

Tagged Under : , ,

1) More screen space. Make your icons small. Go to View - Toolbars - Customize and check the “Use small icons” box.

2) Smart keywords. If there’s a search you use a lot (let’s say IMDB.com’s people search), this is an awesome tool that not many people use. Right-click on the search box, select “Add a Keyword for this search”, give the keyword a name and an easy-to-type and easy-to-remember shortcut name (let’s say “actor”) and save it. Now, when you want to do an actor search, go to Firefox’s address bar, type “actor” and the name of the actor and press return. Instant search! You can do this with any search box.

3) Keyboard shortcuts. This is where you become a real Jedi. It just takes a little while to learn these, but once you do, your browsing will be super fast. Here are some of the most common (and my personal favs):
• Spacebar (page down)
• Shift-Spacebar (page up)
• Ctrl+F (find) Read the rest of this entry »

Related Posts with Thumbnails

HI