44 Posts Tagged "web dev"

Uncategorized

I Like (Stealing? Borrowing?) Your Colors

Do you like someone else’s web design color scheme? Curious as to what color codes are used? Try Red Alt – I Like Your Colors. Just enter a URl, and it fetches the colors used as defined in HTML or CSS (some sites seem not to give them up as easily, perhaps with the @import […]

Uncategorized

This Old Home Page (and mastering web redirection)

Do you remember when the web was young and everything was about having a “Home Page”? The legacy is still there in our web browser’s “Home” button (and do you wonder why we are limited to one home?). In fact, when I started our web server in 1993, like others, I made our primary web entrance a file named… homePage.html

In fact, in those days (late 1993), the correct URL to get to the MCLI main entrance was:
http://hakatai.mcli.dist.maricopa.edu/homePage.html

Using a few little tricks of web “redirection”, this 11 year old URL actually still works and gets you to the current main entrance at http://www.mcli.dist.maricopa.edu/. Is it magic? Not at all, and it is easier than you think. The biggest mystery is why so many sites, big and small, are willing to leave old links hanging in the breeze.

I will show later how I have been able to 3 times migrate a 70+ Mb web directory to different servers yet never produce a bad link message for that pile of content.

But I am not writing to be nostalgic about the web of the early 1990s (remember those ugly grey pages? Title tag animations? The Green Netscape logo?). Let’s take a look at scenarios that might happen among the people who create web content:

“We’ve improved our site to use interactive scripting so all web file pages will be changed from *.html to *.asp”

“That is an effective data analysis web site you built in your personal directory, Smithers, but since it gets so much traffic, we want to provide it a shorter URL by moving it to a top level on our main web site.”

“Most of the web content will be re-organized from a directory structure based on department names to ones based on services provided.”

“That is sol old, let’s just delete it from the web server”

What do these have in common? Let’s talk about Linkrot…

Uncategorized

Best 404 In a While

Following a link in an email notification from Jay Allen‘s Comment Spam web site, I came across the best “404 Document Not Found” page I’ve seen in a while: For more fun things like this, or if you have some large amounts of time to idle away, check out the 404 Research Lab, which beyond […]

Uncategorized

More Feedback: Addy’s Designs

Wow, bonus feedback. This is from someone who has used our free jClicker Slide Show template to customize and use for showing off their model design and fabrication work: Alan, I just upload my personal portfolio on the net that I built my self. I am so happy with it. Base on jClicker slide show, […]

Uncategorized

I Spent All Afternoon Writing One E-Mail Message

No, I did not have writers block or a novel to compose. Actually the email question was not even mine, but written to be sent under someone else’s name. Could this be Alan’s Secret Neutron Bomb that would eviscerate spammers? Nahhhh, ya must be dreamin’. Now, these are some messages that get generated from our […]

Uncategorized

No Excuse for Linkrot

Linkrot is a preventable scourge- it is rampant despite the available of utterly simple solutions. What is Linkrot? Jakob coined it early, when web sites are “improved” or “redesigned”, often web urls are changed, or files are moved to a new directory, or just taken off the server. This is the case where a web […]

Blog Pile

Survey Sez.,.

Okay, 14 readers took the time to try the goofy, meaningless survey I posted as a quick demo of using phpQuestionnaire. The survey is open, and I have set this one up so the results are publicly viewable: http://zircon.mcli.dist.maricopa.edu/phpq/stats.php?sid=3. What was nice was that I could tweak it in midstream based on the early feedbacks […]