Search This Blog

Wednesday, November 25, 2015

Photo Gallery

A CSS exercise


FrontPage had a Photo gallery template, and you can also save a PowerPoint show as a web page.

For another take on the problem, here are the instructions needed to create a gallery using CSS.

Click here to see what it might look like:



How to Create a Photographic Gallery Using CSS
By Stu Nicholls


See all Topics

Wednesday, November 18, 2015

Internet 099

Basics and Beyond


A San Francisco company called Learn the Net has produced a basic on-line tutorial about the Internet.

If you need a fundamental primer, this might be a place to look.

It is not a series of scaled down "baby talk" lessons. You can drill down though the meaning of 403/404 error codes and links to WW3 Generic URI Syntax (RFC 2396) standards.

That is if you know how to drill down.

"Throughout Learn the Net--in fact on most web pages--you will see words that are in color and often underlined. By clicking on these words, known as hypertext, you jump to other places on the page, to other pages on the site, or to other resources on the Internet."


www.LearntheNet.com


See all Topics

Wednesday, November 11, 2015

Graphics from the '50s

Remember it the way you want to


Original fifties clipart? Just in time for the holidays, some Ozzie and Harriet style pics.



"Most communities in the fifties had small town print shops that doubled as printers of local news and advertising papers. These printers could not afford graphic artists so they used stock clipart supplied by large companies who distributed common graphics for use in advertising sections of the papers. They were provided for the printer in lots of categories to meet any advertiser's needs."

Retrographix.com


See all Topics

Sunday, November 08, 2015

Java ans All That Jazz

Free code


One way to jazz up a boring web site is to use scripting to present random images or create interesting menus. You could learn to do it yourself, or borrow from the stars.

JavaScript-2.com is a source for free JavaScript Codes.

Find FREE JavaScript codes quickly and easily with the only search engine that searches all the top Java Script libraries, offering a total of over 8,000 free JavaScripts.


See all Topics

Monday, October 26, 2015

Send the Viewer on Their Way

Move on


If you have an old site that people still address, or a web page that has been moved, see this code and the explanations.

<html>

<head>
<meta http-equiv="REFRESH" content="3; URL=http://WWW.MiniByteTech.com">
</head>

<body bgcolor="#FFFFFF" text="#000000">


The operative line is:

<meta http-equiv="REFRESH" content="3; URL=http://WWW.MiniByteTech.com">


The value of content is in seconds.
The new location for this web site is WWW.MiniByteTech.com! You will automatically be redirected in 3 seconds. If your browser doesn't automatically load, click <a href="http://WWW.MiniByteTech.com">HERE</a>.

</body>
</html

PCMag.com:
Routing Your Web Site Visitors

Help2Go.com:
Redirecting a Web page

ISiteBuild.com:
How to Redirect a Web Page Using a 301 Redirect

This tools help you determine if the redirect you have created is Search Engine Friendly:

WebConfs.com:
Redirect Checker


See all Topics

Saturday, October 17, 2015

Slide on a Web Page

Make it an Internet show



A little bit ago we talked about putting a live web page directly on a slide:
Web Page on a Slide.

This hint is about converting your PowerPoint show into a web presentation.

Here's a slide show on the web showing how it's done:

EllenFinkelstein.com:
Publishing a Presentation to the Web

Also:

Indezine.com:
PowerPoint 2002-2003 Web Options

RDPSlides.com has this article:
PowerPoint on the Web

Web and PPT 2007:
University of Wisconsin-Eau Claire

Office.Microsoft.com:
Show slide animations during a Web presentation


See all Topics

Tuesday, October 13, 2015

Privacy and the Net

What happens on your computer, stays . . .

Here are some protection suggestions:
"Links to numerous pages on the Web where home users can find software and information relevant to Windows PC privacy and security.

It also contains a rudimentary "checklist" of basic steps that home PC users can take to enhance their privacy and security while using the Internet.
Finally, you'll find a set of resources developed by the author of this site to help you protect your privacy and security on the Internet, including information about Pretty Good Privacy (PGP) and the Gnu Privacy Guard (GPG)."

Protecting Your Privacy & Security

by Eric Howes
University of Illinois at Urbana-Champaign

Also:
Microsoft:
Security at home

Also see:
Security and the Net


See all Topics

Monday, October 12, 2015

Pictures Toolbar

Control your graphics


FrontPage Picture bar

You may have used this toolbar in other applications; you may want to get to know it even better.

These tutorials looks at the toolbar which includes several easy-to-use features to tweak, enhance and position graphic images after they are inserted into a Expression Web/FrontPage web page.


Pictures Toolbar

  • Insert an Image from File also insert images from the Clip Organizer or obtain free clipart online at Microsoft's Design Gallery Live
  • Text can be placed directly on a GIF image.
  • Automatically create a thumbnail of a larger image.
  • Position Absolutely
  • Bring Forward/Send Backward
  • Rotate Left/Right
  • Flip Horizontal/Vertical
  • More/Less Contrast
  • More/Less Brightness
  • Crop
  • Line Style
  • Format Picture
  • Set Transparent Image
  • Color
  • Bevel
  • Resample



See all Topics

Tuesday, September 29, 2015

Look at Yourself

Information on line


Here is a site that will test your connection speed, tell you your latitude and longitude, IP address and more.

They provide a one stop location to validate email addresses, locate the host server for a domain, plus trace, ping etc.

You can also find out what information your browser is broadcasting to the world.


Internetfrog.com


See all Topics

Wednesday, September 02, 2015

E-Mail Delivery Design

Don't look like spam



A discussion:
"Transactional email can be a website's customer service ambassador, but messages must first survive a ruthless selection process in the user's in-box. Differentiating your message from spam is thus the first duty of email design.

Email is one of a website's most powerful tools for strengthening customer service and increasing users' confidence and trust in the site. Confirmation messages and other automated transactional email can complete the user experience: they reach out to customers in ways that are otherwise impossible for websites, which must sit still and wait for users to approach."

From Dr. Jakob Nielsen's Alertbox

Automated Email From Websites to Customers


See all Topics

Tuesday, September 01, 2015

Photoshop Blog Templates

Design suggestions


I haven't done any remodeling of this blog in awhile, but when I do I'll be looking at Jennifer Apple's site:

www.PhotoshopSupport.com
"Once you choose a blogging service and set up an account, you will be provided with a standard blog template. But this template will suffer from a cookie-cutter design, and if you don't personalize it your blog may become lost. To be noticed your blog needs to make a splash - as there are more than ten million blogs out there. So what we'll concentrate on here is working with some design elements that can help you add more zing to your blog."

Tips For Blog Templates & Blog Design In Photoshop

Here are a few of the link categories:
  • Inspiring blog designs
  • Free fonts for blogs
  • Free photos for blogs
  • Free blog templates
  • Free blog backgrounds, tiles & patterns
  • Free color schemes for blogs



See all Topics

Saturday, August 22, 2015

HTML Character References

Display codes


Alan Wood's Web Site provides a lot of reference material. From over 1400 ingredients of pesticides¹ to Unicode and HTML resources.

In HTML, fonts and symbols can be generated from the numeric character reference or from the character entity reference.

–  or en dash

(&#8211; or &ndash;)

— or em dash

(&#8212; or &mdash;)

‡ or double dagger

(&#8225; or &Dagger;)

™ or trade mark

(&#8482; or &trade;)

∑ or n-ary summation, sum of

(&#8721; or &sum;)

√ or square root, radical sign

(&#8730; or &radic;)
HTML 4.0 Character Entity References


See all Topics

Wednesday, August 19, 2015

Security and the Net

Is any place safe?



This from PracticallyNetworked.com:
"One of the biggest misconceptions is that hackers will target only large companies. The truth is computers get attacked for a variety of reasons. Some of these include the following:


  • Snooping: Reading private mail and other personal files.
  • Destroying or corrupting computer data: Making files unusable, or making a whole computer unusable.
  • Stealing computer data: Taking credit card numbers, e-mail addresses, company information and so on.
  • Stopping computers from functioning properly: Blocking incoming traffic so that intended users cannot get access, etc.
  • Misusing computer resources: Sending spam without you knowing it, etc.
  • Pranks: practical jokes, breaking in just because it's a challenge.

The bottom line, don't think your network is safe just because you're not that important or well-known. Assuming that you aren't personally targeted, moderately secure networks usually cause hackers to attack elsewhere. Yet attacks can come from many different sources and your computer should be equipped to deal with each of these types of attacks."

CAN YOU EVER BE TRULY SAFE AND SECURE ONLINE

Check out your computers vulnerability at GRC.com.
(Gibson Research Corporation)

Also see:
StaySafeOnline.info


See all Topics

Tuesday, August 18, 2015

Alternate Bullets

High caliber


There are other images that can be used as bullets in Word, PowerPoint, and HTML.
Allan Wyatt's Word Tips:

Using Words as Bullets

StackOverflow.com:

Make Custom Bullets
Using CSS

Shauna Kelly:

How to control bullets in Microsoft Word
Bullets, Numbers, and Lists





Troubleshooting Bullets and numbering


Also see:
Beyond Bullets.com

Beyond Bullet Points, the book


See all Topics

Monday, August 10, 2015

Design Patterns

More suggestions


Martijn van Welie of Welie.com, has a collection of designs for web sites, GUI designs, and MobileUI designs.

Patterns

Some topics covered are:
  • Site Types
  • Ecommerce
  • Navigation
  • Basic Page Types
  • Managing Collections
  • Page Elements
    and
  • Visual Design



See all Topics

Friday, July 31, 2015

Script Bling

Page spice


Would you like to add an animation to your web page but don't know how to script?
SimplyTheBest.Net has a nice selection that can be easily pasted into your code.

Here are a few examples:
Animated page title script
A script that lets you animate the page title in the browser.
Animated message page
This script displays text messages on an introduction page before redirecting it to another page.
Bouncing image script
A script with which you can make an image bounce across the page.
Circling images
A script that will draw a circle consisting of a set of images around your mouse pointer.
Dynamic animation
This script can be used to fly text or images onto the browser screen from different directions.
Falling images
With this script you can make images fall down and then disappear from your page.
Floating images
A script that will float one or several images around the screen.
Search light
This DHTML script creates a search light effect on images using a start/stop link.
Transition effects
A script you can use to create transitions between images.
Text animation
A script to animate and fade in and/or fade out with text.

See:
Daniel Eden: Animate CSS


See all Topics

Wednesday, July 15, 2015

Free Photos

and other graphics


Robin Good has compiled a list of places that provide royalty free images.
" Finding quality images and photos for complementing an important article, essay or news report is already quite a challenge for many. Imagine when the goal is not just too find good images, but find some that you could openly and freely use without needing to pay royalties or one-time publishing rights to someone."

Free Photographs and Other Visuals

A dozen sources are listed including:
PD Photo.org
"PDPhoto.org is a repository for free public domain photos. Unless something is clearly marked as being copyrighted, you can assume it is free to use. But if you intend to use an image you find here for commercial use, please be aware that standards for such use are higher. Specifically, you should assume no model release was obtained. And pictures featuring products or property should be used with care. The photos are here to be used, but I don't want you to get either of us in trouble over it."



Copyright Information


See all Topics

Friday, June 26, 2015

Jargon Translation

Tech Stuff for the Web


"There are many Web technologies, from simple to complex, and explaining each in detail is beyond the scope of this article. However, to help you get started with developing your own Web sites, beyond simple WYSIWYG designing of Web pages in FrontPage, this article provides brief definitions of the major Web technologies along with links to sites where you can find more information, tutorials, and reference documentation."


Introduction to Web Technologies

If you have seen or heard these terms, and want a definition with links to more background material, this maybe the place to start.

  • Access
  • ActiveX Controls
  • Apache
  • ASP
  • ASP.NET
  • C#
  • CGI
  • CSS
  • Databases
  • Ecma International
  • FrontPage Server Extensions
  • HTML
  • IETF
  • Internet Information Services
  • Java
  • JavaScript (JScript/ECMAScript)
  • MySQL
  • Oracle Database
  • Perl
  • PHP
  • SharePoint Team Services
  • SQL Server
  • VBScript
  • Visual Basic .NET
  • Windows SharePoint Services
  • World Wide Web Consortium
  • XML
  • XSLT



See all Topics

Thursday, June 25, 2015

MS Groups

Web based Newsreader


We can't forget that, even with blogs and google, there are still news groups out there helping to solve common problems.

Microsoft has a site that organizes a number of groups and makes access easy on the web.
"The Web-based Newsreader allows you to participate in discussion groups directly in your Web browser; you don't need to install or configure anything. You can use the Web-based Newsreader to read, post, search for, and reply to messages in discussion groups from the part of Usenet that concerns Microsoft products and technologies."


Microsoft Discussion Groups

Help for the Web-based Newsreader


See all Topics

Tuesday, June 16, 2015

Copy Writing for the Web

Writing resources


..."the personal website of Matt Pfeffer. It is an experiment more than anything. An attempt to learn a thing or two, get some exercise, maybe have a laugh now and then.
Everything here is either trivial, or wrong."

ProvenanceUnknown.com


Principles of copywriting for the web

"The guidelines this document describes will tell you how to improve the user experience on your site. They apply to web copy generally - both marketing copy and navigational (or instructional or "guide") copy - and their value is indirect but significant: Observing them will improve your site's ability to do its job well. "

Web copy style

"This style guide seeks to serve as a resource for anyone writing or editing web copy, and to document some of the conventions that distinguish good writing, as published on the web, from writing published in other media."

Got Editing?
"I am glad to provide free editing help to nonprofit organizations and independent web publishers. The offer is generally for one-time edits of a web site, or of any reasonable amount of web content."



See all Topics