syndicated content powered by Feed Burner
Subscribe with FeedDemon
Reset this favorite; show all Subscribe options
FeedBurner makes it easy to receive content updates in My Yahoo!, Newsgator, Bloglines, and other news readers.
Learn more about syndication and FeedBurner...
Current Feed Content
Privacy is gone
Posted: 2011-07-30 03:47:00 UTC-07:00
Hide that search
We're not alone in the great world-wide internet.
"In 2006, AOL unwittingly divulged the personal lives of 650,000 customers by publishing their search histories as research data. Despite AOL's attempts to anonymize the info, the New York Times quickly outed a 62-year-old lady in Georgia whose searches revealed her dog was wetting the upholstery."
Slate.com
See all Topics internet
HTML Preview
Posted: 2011-07-19 07:07:15 UTC-07:00
HTML Tester
There you are, out in the wilderness of PCdom without a copy of FrontPage around. How do you find out what HTML tags looks like?
(fire up notepad, save the file, open with a browser)
HTML Preview
Preview HTML in a new window by entering it into the form. This script allows you to pass anything to a new window.
Instructions help you create a preview on your own web page.
Such as:
HTML TEST BED
See all Topics internet
Goog 411
Posted: 2011-07-12 07:27:15 UTC-07:00
Ease of use
Say you're walking down the street in a strange town, and you'd like to find a Starbucks.
(OK the question might be how not to find a Starbucks.)
Dial (1-800) GOOG-411, on your obnoxious cell phone. Speak your location and what you are looking for and you'll be connected to the harassed barista of your choice. There is no charge for the service.
It also works from a real phone. It also finds other businesses than just coffee pushers.
Goog411
See all Topics internet
Internet Connectivity
Posted: 2011-07-02 03:54:00 UTC-07:00
Free tool from MS
"The Internet Connectivity Evaluation Tool checks your Internet router to see if it supports certain technologies. You can use this tool on a PC running either the Windows Vista or Windows XP operating system.
If you're planning to run Windows Vista, this tool can verify whether your existing Internet router supports advanced features, such as improved download speeds and face-to-face collaboration using Windows Meeting Space.
The tool is intended to be run from a home network behind a home Internet (NAT) router. Running this tool from behind a corporate firewall or on operating systems other than those specified above won't produce accurate results. This tool requires administrator privileges to run.
o Basic Internet Connectivity Test
o Network Address Translator Type
o Traffic Congestion Test
o TCP High Performance Test
o UPnP Support Test
o Multiple Simultaneous Connection States Test
Internet Connectivity Evaluation Tool See all Topics internet
• IE Temp files
Posted: 2011-06-30 03:56:00 UTC-07:00
Storage area
Every once in awhile when the Berners-Lee pipeline clogs up, you are instructed to delete the temporary files that IE saves.
You can do it with the Click of an IE Options button.
Here's where those files are stored:
Ed Bott mentioned this in his Blog:
Finding the Temporary Internet Files folder
See all Topics internet
Including:
Gmail also recognizes email text that refers to an event (e.g., 'dinner tomorrow at 8pm'), and will give you a link to add it to your calendar.
It'll even pick up on package tracking numbers from UPS and link you directly to the tracking page, so you don't have to copy and paste the number. I really like this last one when I order stuff online and want the instant gratification of knowing a package is on its way.
When a web page is created using HTML, the coding is normally contained in one file and the graphics in separate folders.
The Mime HTML or MHT/MHTML format changed that.
Starting with Office 2000 as an add-in and carried through XP as a "Web Archive" option, the format emerged in Office 2003 as a "Single file web page" selection in the File Save As dialog box.
Features in Internet Explorer
Here are the Save As choices available in an application such as Word:
- Web Page, Complete means that the contents of the page (including any pictures) will be saved into a folder as separate files, similar to those on the server hosting the site.
- Web Page, HTML only means that only the HTML information will be saved. This option and Web Page, Complete will enable you to open the file for viewing in Internet Explorer (or any other browser) at a later time, even when you are offline.
- Web Archive means that the page will be saved, along with any images it contains, as a single file. You can view a Web Archive later without being connected to the Internet.
- Text File means that only the text on the page will be saved, not the HTML (or any other) formatting, including graphics.
Short Summary of the MHTML Standard
See all Topics internet
Expression Web/FrontPage/HTML provides the opportunity to choose how a page opens when you click on a hyperlink.
Create a hyperlink as you usually would by selecting the text (or graphic) you want to use for the link.
Choose Insert > Hyperlink... (or use Ctrl-K or the toolbar icon
On the right side of the Create Hyperlink window you'll see a button named "Target frame"; click the button.
You'll get the Target Frame dialog box.
In the "Common targets" field, select New Window.
Click OK, then click OK to close the Create Hyperlink dialog box.
Your hyperlink will now open a new browser window when clicked.
To make it the page default, place the following code in the "head" section:
I like to read more than one author on a subject. It helps to clarify the sticky parts and each writer has a little bit different perspective on the subject.
WebReference.com has a good collection of material related to the Web and the Internet in general.
Stephanos Piperoglou has written a number of tutorials on Web design and construction.
From HTML 101 to I Shot the Serif and The Seven Habits of Effective Web Sites .
HTML Tutorials
See all Topics internet
Ok. Straight to the business. Anytime I've ran into a specification (besides the confusing mess at the W3C), it turns into showing off a couple of examples and you're supposed to be set on your way.
Well well. Over the years, I've found quite some interesting unknown quirky facts about these shorthands. . . hence this Guide was born."
You can subscribe to an RSS feed of daily entries from Pepys' 1660 diary at The Diary of Samuel Pepys.
A new entry written by Pepys will be published each day; 1 January 1660 was published on 1 January 2003.
Scobleizer
How your blog will get discovered
Here are some references to Web Logs
MSDN Magazine:
A - First, "blog" is short for Web log. It's a medium in which an author writes a journal-style Web site with provisions for readers to respond. These Web logs are becoming quite valuable in the software community for sharing ideas."
More on RSS (Really Simple Syndication):
RSS News you choose
Also: Light and Power
See all Topics internet
Sure you have Favorites and you might have shortcuts on your desktop, but you really only use about a dozen sites on a regular basis.
Try out Only2Clicks. You can set up your home page to show graphic links to your major sites and be able to group them by purpose.
See all Topics internet
A selection of keyboard shortcuts for IE 7.
Here are a few:
- F11 Toggle between full-screen and regular views of the browser window in Internet Explorer
- ALT + HOME Go to your home page
- ALT + RIGHT ARROW Go to the next page
- ALT + LEFT ARROW or BACKSPACE Go to the previous page
- CTRL+ F Find on this page
- CTRL + TAB or CTRL + SHFT + TAB Switch between tabs
See all Topics internet
The latest version of HTML is 5.
There is a move to upgrade the code to Extensible Hyper Text Markup Language.
XHTML is compatible with XML (EXtensible Markup Language) allowing applications to more easily exchange data.
In preparation for making the change, edit your web pages so that element and attribute names are in lower case. XHTML is case-sensitive.
Use <p> rather than <P>.
Also end tags are required. Make sure that <p> is followed by </p>.
<br> should be written <br /> and <hr> as <hr />.
For more information see:
The W3C validation site
When you hit the Enter key, the FrontPage/Expression Web editor inserts an HTML <p> (paragraph) tag. This appears as a double line space in a Web browser.
To insert a single line space (or line break) via an HTML <br> tag, just hold down the Shift key and hit Enter.
This happens when you use the
Enter key
Here's what happens with
Shift +Enter
By the way, if you want your code to be XHTML compliant, use lower case for the elements and pair every <p> with a closing </p>
Single elements can be used with a built in closer such as:
<hr /> or <br />
See all Topics internet
Are a few of the domains that have been registered.
VVindows
See all Topics internet
Google engineer and blogger Matt Cutts has defined the pieces that make up a Uniform Resource Locator.
At least as Google refers to them when they're sitting around in their backrooms
Potocol
Parts of a URL
See all Topics internet
Google Guide
"Google is so easy to use, why take this online tutorial? If you're like many people, you use only a fraction of Google's features and services. The more you know about how Google works, its features and capabilities, the better it can serve your needs.
Just as the best way to learn how to sail is to sail, the best way to learn how to search with Google is to search with Google. Consequently, this Google tutorial contains many examples and exercises designed to give you practice with the material presented and to inspire you to find amusing or useful information."
Using Search Operators:
Advanced Operators
Google Guide TOC:
Table of Contents
Also:
Googling for XML
also:
As a web page is formatted in FrontPage, the style choices are applied to each element.
To format the body of the page, the HTML code might be:
<body background="blue" color="white" font-family="times, serif" font-size=10pt>
Every page on the site would need to be coded this way in order to have a consistent look.
Cascading Style Sheets will simplify the problem. On an external page the elements can be defined like this:
body {
background: blue;
color: white;
font-family: times, serif;
font-size: 10pt
Each page would contain a reference to the CSS definitions:
<head>
<link rel="stylesheet" type="text/css" href="mystyle.css">
</head>
When the element "body" is used it will now use the CSS references.
For more information see:
Using Cascading Style Sheets on Your Web Site - David Berry
and
Eric Meyer's Site
In this Blog:
- Double click on the date and time on the taskbar to open the time applet.
- Click on the Internet Time tab.
- Choose a time server, and click on the Update Now button.
For years, I've filled out forms on the net and then had to copy and paste into Word to check doubtful spelling.
Now there is a tool that should have been included in the first place.
Even if your web application already includes spell checking functionality, you might still want to install this utility because it is definitely much faster than a server-side solution. Plus you get to store and use your personal word list across all your applications, instead of maintaining separate ones on each application."
You also won't have to worry about file size - just keep any video you upload under 500 Mb.
That means you get to watch videos without having to wait for the entire video to load.
This is especially useful when you want to view the last few minutes of a very long video.
It's a secure system and prevents other people from watching the video (in ways they're not supposed to) or ripping the video off the site.
Video that you host with Viddler cannot be stolen, or used in any fashion, unless you set your sharing options to allow it."
Vidler.com
See all Topics internet
Jay White of DumbLittleMan.com has a nice site. One of the features is a list of 20 search tips to be used with Google.
Here are a few:
- Either/or. Google normally searches for pages that contain all the words you type in the search box, but if you want pages that have one term or another (or both), use the OR operator -- or use the "" symbol (pipe symbol) to save you a keystroke.
- Quotes. If you want to search for an exact phrase, use quotes.
- Not. If you don't want a term or phrase, use the "-" symbol.
- Similar terms. Use the "~" symbol to return similar terms.
- Definitions. Use the "define:" operator to get a quick definition.
- Vertical search. Instead of searching for a term across all pages on the web, search within a specialized field. Google has a number of specific searches, allowing you to search within blogs, news, books, and much more
See all Topics
internet
At the top of an HTML file source, you may see some code that indicates the version of HTML that is going to be used.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
The O'Reilly Net.com has a discussion:
DOCTYPE Explained.
"There are three variants on HTML 4.01, for example:
- HTML 4.01 Strict, which describes the structural portions of HTML 4.01 and does not provide any frame-related markup.
- HTML 4.01 Transitional, which includes the presentational markup such as >B< and >FONT<, but does not include frame-related markup.
- HTML 4.01 Frameset, which is the same as HTML 4.01 Transitional except that it adds a description of frame-related markup."
Fix Your Site With the Right DOCTYPE!
Choosing a DOCTYPE
The global structure of an HTML document
See all Topics internet




12:08 AM
RIPON COMPUTERS














