Search This Blog

Monday, July 03, 2017

Nameless Surfing

Masked strangers


Anonymous surfing is exactly what the terms suggests. You go online without revealing any of the personal or technical information on your computer. It's done by having a special computer -- called a proxy server -- screening you from the websites you are contacting. Your computer contacts only the proxy server, which contacts the website for you. The website, in turn, sees only your proxy server and not you. In addition to hiding your IP.

From Ask Bob Rankin:
Anonymous Web Surfing


See all Topics

Friday, June 23, 2017

Google Searches

Some hints


Google still rules the search engine world. Here are a few tips on how to refine your info-hunt.

Tip #1: Use the Correct Methodology

Tip #2: Conduct an "Either/Or" Search

Tip #3: Include or Exclude Words in Your Search

Tip #4: Search for Similar Words

Tip #5: Search for an Exact Phrase

Tip #6: List Similar Pages

Tip #7: Fine-Tune Your Search with Other Operators

Tip #8: Search for Specific Facts

Tip #9: Search the Google Directory

Tip #10: Use Googles Other Specialized Searches

Ten Tips for Smarter Google Searches


See all Topics

Saturday, June 17, 2017

Menus via CSS

Code and directions


"The core of any Web site is the navigation mechanism, the menu. If Web sites are primarily about organizing and presenting content, a site's menu provides the means of traversing this information set.
In designing a Web navigation system, it is often difficult to balance the competing objectives of simplicity, flexibility, usability, and maintainability. Often very simple designs are not flexible; flexible designs trade off with usable ones; and easily maintainable designs are rarely even considered."

Build a Flexible CSS Web Navigation Architecture


See all Topics

Saturday, June 10, 2017

Color Safe Not

The other side of the wheel



Death of the Websafe Color Palette?
One of the givens of Web design, the holiest of holy truths, is the sanctity of the 216 websafe color palette. It's a rite of initiation for every Web designer or developer: Use only these colors, we were told, and don't question why.

By David Lehn and Hadley Stern. David is a senior information architect and interface developer in the Milan office of Razorfish. Hadley is a senior designer in Razorfish's Boston office.


See all Topics

Sunday, May 28, 2017

Internet History

Two tin cans



From Forbes:

The Internet: A Short History of Getting Connected.
When the Defense Department issued a $19,800 contract on December 6, 1967, for the purpose of studying the "design and specification of a computer network," the world didn't take notice. But it should have. For, from that small, four-month study grew the ARPANET. And, from ARPANET emerged the Internet.

Also:
Living Internet
"An elegantly organized tour of the history of the Internet -- both fun and informative -- a rare combination!"
Steve Crocker, invented the Request For Comments.


All About the Internet

Hobbes' Internet Timeline v11.0


A Brief History of the Internet

"When the late Senator Ted Kennedy heard in 1968 that the pioneering Massachusetts company BBN had won the ARPA contract for an "interface message processor (IMP)," he sent a congratulatory telegram to BBN for their ecumenical spirit in winning the "interfaith message processor" contract."



See all Topics

Sunday, May 21, 2017

Color Blind

Be seen by all



Books on web design warn against using the colors red and green.

One out of twenty people have problems with some form of color blindness.

Here is a site that will let you check your web pages. You will be able to see the page as it appears to someone with one of the three main types of color deficit.

Vischeck

Normal



Deuteranope color blindness

hats, deuteranope



Colorblind Web Page Filter


How do things look to Color Blind People


Web Colors


See all Topics

Sunday, May 07, 2017

Speedy Net Test

How fast is it?


Your connection to the internet is based on a number of factors; your machines capability, connection mode, and sometimes even the weather.
Here are some sites that let you test your up and down speed.

Speakeasy.net

BandWidthPlace.com

CNET.com

And here's a cool one from:
SpeedTest.net:




See all Topics

Monday, May 01, 2017

Send Large Files

Surpass Attachments


Some email services such as Hotmail and Yahoo mail only allow email attachments up to 10 MB in size.

If you need to send larger files take a look at services such as YouSendIt.

"The Services provide a user the ability to send a file to one or more recipients identified by a valid email address. The Services operate by storing the specified User File on a YouSendIt server and then sending to the recipient(s) an email that contains a link to the User File.
The recipient(s) can then access and download the User File by clicking on the link."


Hightail.com

Also:

DropSend.com

Top 6 Services to Send Large Files


See all Topics

Saturday, April 22, 2017

Hosts File

I've got your number


"...the Hosts file is like an address book. When you type an address like www.yahoo.com into your browser, the Hosts file is consulted to see if you have the IP address, or "telephone number," for that site. If you do, then your computer will "call it" and the site will open. If not, your computer will ask your ISP's (internet service provider) computer for the phone number before it can "call" that site.
Most of the time, you do not have addresses in your "address book," because you have not put any there. Therefore, most of the time your computer asks for the IP address from your ISP to find sites."

What is a Hosts file?

MVPS.org has a Hosts file that you can download and install. It includes a BAT file that renames the old file before it saves the new one.
Hosts


See all Topics

Friday, April 21, 2017

Busted Links

Verify


With the Expression Web Designer go to Site>Reports>Problems>Hyperlinks.
You will able to check if any links have failed and need to be fixed.

There are a few third-party shareware programs that do the same thing.

One of them is:

Xenu's Link Sleuth

It's free and will create a report that can be saved for reference.


See all Topics

Monday, April 17, 2017

CSS Links

Some of the Best


If you have an interest in Cascading Style sheets, look at a few of these tutorials and downloads.


"CSS Creator site is a place for you to learn about and create CSS, Cascading Style Sheets. The CSS Forum is a place where you can discuss CSS page layouts, positioning, bugs and just about anything related to cascading style sheets.
The forum is new, free and most of all needs people like you to create a community. Talk about CSS, ask questions, find solutions, and help each other learn at the CSS Forum."


CSS Creator.com has a collection of links to valuable Web design information.


See all Topics

Tuesday, April 04, 2017

Video without sidebar

Avoid collateral references

Sometime the appropriate video has inappropriate links next to it. Here's how to embed just what you want

AskDaveTaylor.com


See all Topics

Tuesday, March 28, 2017

CSS Basics

Tutorial

Cascading Style Sheets can help to unify site design.
Here are some tips:

HTMLGoodies.com


See all Topics

Tuesday, March 14, 2017

Bullets and HTML

Some code


Bullets aren’t too difficult to create using HTML.

<ul>

<li>Apples</li>

<li>Pears</li>

<li>Bananas</li>

<li>Grapes</li>

</ul>

Here’s an article that goes into more detail:


Cryer.co.uk


See all Topics

Monday, March 06, 2017

Low Down Footer

CSS code


How to create a CSS footer that remains at the bottom of the page, regardless of content.

CSSStickyFooter.com


See all Topics

Tuesday, February 28, 2017

Monday, February 20, 2017

CSS Reference

Also HTML and JaveScript

Properties, Concepts, Examples

Sitepoint.com


See all Topics

Sunday, February 12, 2017

CSS Menus

For the coder

Alan Gresley from Australia has an interesting site that includes the CSS code to create menus. One of the styles is called "Sons of Ursidae Menus".

CSS-Class.com


See all Topics

Tuesday, February 07, 2017

YouTube Time Link

To the second

You can link directly to a specific time in a YouTube video. All you have to do is add a #t= anchor to the end of the URL that indicates the time position in minutes and seconds.

Here are the instructions:

Cadenhead.org


See all Topics

Wednesday, February 01, 2017

Animated Signs

Move it

A free collection of animated GIFs.



AnimationLibrary.com


See all Topics