May 2, 2010
Tabs Do Not Load When I Open Firefox 3.6.3
Lately, I have noticed that when I open Firefox, the tabs do not load. I opened the Options window in Firefox’s Tools menu then to Privacy > Use custom settings for history and configured some settings making sure the Automatically start Firefox in a private browsing session check box is unchecked. My settings didn’t work.
The culprits, I found out running Firefox on Safe Mode, are two of my add-ons. Disabling either the WebMail Notifier 2.4 or Torbutton 3.6.2 or both of them allows Firefox to load its tabs when opened.
Are these add-ons really the cause of tabs not loading or there is something to be configured in the about:config settings?
March 11, 2010
How to Embed Multiple Calendars in Google Sites
An example of two Google calendars embedded into one can be viewed at Arnel Dy’s Math Webpage.
The iframe tag and origsrc="domainname.org_############### methods
There is a link in Google Calendar, (Settings > Calendars > yourCalendar > Customize the color, size, and other options) that directs you to Google Embeddable Calendar Helper. Copying and pasting the HTML provided in the Calendar Helper—after configuring the calendar’s settings—on your webpage’s HTML window (click the edit HTML button) will not work even though the preview displays your multiple calendars into one.
Also, copying a part of the HTML code provided at Google Embeddable Calendar Helper and then pasting them after origsrc=" somewhere in the page’s HTML will not work. This method returns an error when I tried this.
What works?
Steegle.com provides the best way to embed multiple calendars in Google Sites. A word of advice: Use Your Keyboard to Copy and Paste the HTML Code.
The title of the article at Steegle.com is: Google Sites - Embed Multiple Calendars (and other things)!
February 18, 2010
How to Create an Image Map in HTML
One day, after discussing coordinate geometry with my class, a student asked me about the application of coordinate geometry in HTML. She said she was having trouble finding the coordinates of a link in a clickable picture—the mouse pointer just wouldn’t turn into a hand! So I advised her to right-click the page and find that picture or image if there is a <map> tag in the HTML code.
The following day I gave her a sample on how to create an image map. I am reprinting it here with some modification.
What is an image map?

Let’s create an image-map of the image at the right.
The syntax for a hotspot
The shape of a hotspot could be in the form of a rectangle, circle, or polygon. This hotspot’s area is defined by the <area> tag.
The syntax for a rectangular hotspot is:
<area shape="rect" coords="x1, y1, x2, y2" alt="text" href="URL" target="value" />
where x1 and y1 are the coordinates of the upper-left corner of the rectangle and x2 and y2 are the coordinates of the lower-right corner.
The syntax for a circular hotspot is:
<area shape="circle" coords="xc, yc, radius" alt="text" href="URL" target="value" />
where xc and yc is the center of the circle and radius is the radius of the circle.
The syntax for a polygonal hotspot is:
<area shape="poly" coords="x1, y1, x2, y2, x3, y3, . . ., xn, yn" alt="text" href="URL" target="value"/>
where x1, y1, x2, y2, x3, y3, xn, and yn are the coordinates of the vertices of the polygon.
The area element is always nested inside a <map> tag.
If the shape attribute has a value equal to default , the entire region of the image becomes the hotspot.
The value of the coordinates are in pixels and if the area has no associated link then use the nohref attribute instead of href.
Take note that the target attribute is optional.
Step 1: Define an image-map hotspots in the image
To determine the coordinates of a particular point in an image-map, open the image in Windows’ Paint. The coordinates can be obtained from the right portion of Paint’s status bar. Another way to determine the coordinates is b

With the image example at the right, the coordinates for the rectangles as determined from GIMP are:
x1 = 25, y1 = 0, x2 = 60, y2 = 30
For the circle:
xc = 23, yc = 50
For the polygon:
x1 = 58, y1 = 35, x2 = 80, y2 = 45, x3 = 65, y3 = 60, x4 = 68, y4 = 55
Step 2: Plug in all the values in the HTML code
Plug in all the values in the HTML code and assume a radius of 7 pixels in the circular hotspot.
Make sure that the <area> tags are nested inside a <map> tag and the <img> tag is written before the <map> opening tag.
<html>
<body>
<img src="myimage.jpg" width="94" height="93" alt="myimage" usemap="#mybody" />
<map name="mybody">
<area shape="rect" coords="25, 0, 60, 30" alt="head" href="http://cnn.com/" target="_blank"/>
<area shape="circle" coords="23, 50, 7" alt="hand" href="http://en.wikipedia.org/wiki/Hands" target="_blank" />
<area shape="poly" coords="55, 35, 80, 45, 85, 60, 65, 55" alt="shoulder"
href="http://i17.photobucket.com/albums/b58/kittymimi90/lovely/12-EdgeandRydiaFinalFantasyIV.jpg" target="_blank" />
</map>
</body>
</html>
December 29, 2009
Open Firefox in Chrome, IE8, Safari, and Avant
Google's Chrome opens sites faster than my default browser Firefox. For now I cannot leave Firefox for Chrome because of the availability of extensions (add-ons) for the former which the later lacks.
I only use Chrome when Firefox is having a noticeable difficulty loading pages. Although I have exported my Firefox bookmarks to Chrome, it is cumbersome to export them whenever a new site is bookmarked in Firefox.
I have discovered one way of viewing my Firefox bookmarks in Chrome: click and drag a bookmark into Chrome's page and the page will load in Chrome. A bookmark can be exported too into Chrome's bookmark toolbar by the click and drag method.
Likewise, the method above is possible if it is done the other way—from Chrome to Firefox. In fact, the exporting method can be done also from Firefox to IE 8 and vice versa but is not possible for the Opera browser.
Of course there are Chrome View and Safari View add-ons for Firefox but the fact that it can be done into IE8 (Avant and Safari, too) makes this method handy for those who uses more than one browser.
In Avant and Safari, bookmarks from Firefox can open into these two browsers but not the other way around.
November 8, 2009
The Pythagorean Triple Generator
For those who are interested in a Pythagorean Triple Generator you may fetch it from my geometry class website.
This program is written in Just BASIC language and it is free.
September 24, 2009
USB Flash Drive Not Appearing In My Computer
I plugged a USB flash drive into my Windows XP PC and it did not appear in My Computer. It used to appear as Drive G: two months ago. When I checked Disk Management the flash drive is there with a drive letter J: and I can open it in the Computer Management window.
It took me a while to figure out the real culprit. I changed the drive letter of the flash drive to Z: in the Computer Management window but it did not solve the problem.
The only hardware I connected to my PC for the last two months was a three-partitioned external hard drive which is currently assigned the drive letters G, H, and I.
Would unplugging the external hard drive enable the USB flash drive to appear in My Computer? No, it did not.
So there it was the culprit. All the checked drive letters have been assigned to my internal and external hard drives and DVD drive. No drive letters were assigned for new removable storage.
I opened Tweak UI, checked the drive letter J: in the window and click OK. And that solved the problem—although I have to change the flash drive’s drive letter to J: again since I changed it to Z: earlier.
September 13, 2009
The Pythagorean Triple Generator
I was practicing how to write programs one day learning how to create a line in Liberty BASIC when it came to me that I could create a triangle. One thing led to another that I thought I create a Pythagorean Triple Generator and at the same time draw the triangle in scale. The result is a program written in Just BASIC language.
The program is available at this website, CST Geometry. You may download the program free.
Labels:
Computers,
Free Software Downloads,
Google Sites,
Websites
Subscribe to:
Posts (Atom)