473,765 Members | 2,172 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Two Ways To Identify An Idiot Web Developer

I can't tell you how frustrated I get when going to a web developer's
website and observing he or she is an idiot that has not grasped
the most fundamental element of usability: page title naming conventions.

1.) You know you are at an idiot's website when there is no page title.
Listen up idiot. Give every page a name using the HTML <title> element.

2.) When naming your page do not put the name of your website or your
company 'after' the page title text. The name of your website or your
company name should be placed 'before' the page title text. Assuming
the idiot has at least provided a page title consider...

Incorrect Page Title Naming Convention:
I Am An Idiot And Here's The Proof - IdiotWebDevelop er.com

Correct: Page Title Naming Convention:
Smart Web Developer - How to Avoid Being Identified As An Idiot

The correct page title naming convention is correct as it provides a
meaningful description of the contents of the page and the order of the
page title text 'after' the developer's website or company name allows
the developer's pages to be sorted as a group when saved as a Favorite.
--
<%= Clinton Gallagher
A/E/C Consulting, Web Design, e-Commerce Software Development
Wauwatosa, Milwaukee County, Wisconsin USA
NET cs*********@REM OVETHISTEXTmetr omilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/
Nov 18 '05
12 1858
John Haynes wrote:
Unemployed, disgruntled???

The fact that you posted in the first place was a bit absurd but
acceptable, however, the subsequent posts reveal that you are either
extremely petty or are jealous that an "idiot" developer would be
getting work while you are unemployed.


I think you could add hypocritical. From May of 2001 to just the other day,
Mr. G's own page has been 'Untitled':
http://web.archive.org/web/*/http://...gher/myLan.htm

--
kindler chase
Nov 18 '05 #11
bwahahahahah... ...ROTFLMFAO

"Kindler Chase - nCubed" <su*****@DELETE MEncubed.com> wrote in message
news:u4******** ******@TK2MSFTN GP10.phx.gbl...
John Haynes wrote:
Unemployed, disgruntled???

The fact that you posted in the first place was a bit absurd but
acceptable, however, the subsequent posts reveal that you are either
extremely petty or are jealous that an "idiot" developer would be
getting work while you are unemployed.
I think you could add hypocritical. From May of 2001 to just the other

day, Mr. G's own page has been 'Untitled':
http://web.archive.org/web/*/http://...gher/myLan.htm
--
kindler chase

Nov 18 '05 #12
Its like I have a knight in shining Htpertext, defenging my frail Nerd
Honor.

"John Haynes" <jo************ *****@frumurass .acsalaska.net> wrote in message
news:ef******** ******@tk2msftn gp13.phx.gbl...
bwahahahahah... ...ROTFLMFAO

"Kindler Chase - nCubed" <su*****@DELETE MEncubed.com> wrote in message
news:u4******** ******@TK2MSFTN GP10.phx.gbl...
John Haynes wrote:
Unemployed, disgruntled???

The fact that you posted in the first place was a bit absurd but
acceptable, however, the subsequent posts reveal that you are either
extremely petty or are jealous that an "idiot" developer would be
getting work while you are unemployed.


I think you could add hypocritical. From May of 2001 to just the other

day,
Mr. G's own page has been 'Untitled':

http://web.archive.org/web/*/http://...gher/myLan.htm

--
kindler chase


Nov 18 '05 #13

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
3892
by: Jeff Roughgarden | last post by:
Does anyone know how to identify the hottest, most active tables in a database? We have hundreds of users hitting a PeopleSoft database with hundreds of tables. We are I/O bound on our SAN, and are thinking of putting the hottest tables on a solid state (RAM) drive for improved performance. Problem is: which are the hottest tables? Would like to do this based on hard data instead of developer/vendor guesses. Any suggestions are much...
4
1700
by: Bill Dodd | last post by:
Is there really no way to have different asp.net applications share session variables? The problem I'm running into is that I have numerous asp.net (and asp) applications that were written as standalone apps and are now one by one being added to an umbrella project. For instance OpenOrderReport is a asp project with numerous references to third part controls, etc. It's existed a http://where-ever/Openorderreport for months and is...
7
16042
by: Amadelle | last post by:
Hi all and thanks in advance, I am stuck! I can't figure out how to identify which button was clicked on my ASP.NET page in the PostBack event? So what I am trying to do is to is to have an if statement like as follows in the PageLoad: private void Page_Load(object sender, System.EventArgs e) { if (!Page.IsPostBack) { //do something here } else {
2
2877
by: muser8 | last post by:
What is the best way in which to uniquely identify anonymous visitors to an asp.net website? I'd like to create on online poll, but I want to guard against people hitting the refresh button, scripting posts to the web form, deleting cookies, ect… Does anyone have any ideas or know where I might find any good online resources? TIA, Sean
6
2253
by: Alan Silver | last post by:
Hello, After much battling, I think I am finally seeing some progress on my first user control (thanks to the patient souls who have answered my many questions!!). I am left with one more problem though... As detailed elsewhere, I have identified the need to use the ViewState to hold a flag that indicates whether or not this is the first time the control is loaded (ie if the flag isn't in the ViewState then it's the first time,...
2
1350
by: Cincin | last post by:
We were building this forum application and we stumble on how to identify unread post. One thing would be to keep in the database what an user have seen but it doesn't seem doable because of the possible large number of users/posts and also anonymous users. Do you have an idea on how this can be done, what options do I have to do this? Thanks
3
21921
by: Vivek | last post by:
Hi all, I have a problem in my web-app wherein I need to get the latest page from server on clicking of back button.. I know that it can be done by preventing/disabling the cache in jsp as <% response.setHeader("Cache-Control","no-cache") ;// HTTP 1.1 response.setHeader("Pragma","no-cache");// HTTP 1.0
13
2330
by: frk.won | last post by:
I am interested in learning how to use the VS 2005 code snippets. However, I wish to know what are the best ways to source control the code snippets? Are there any source safe/subversion add-ons for this purpose? If not, any urls which demonstrates code snippets management?
6
4810
by: Smithers | last post by:
Just looking to compile a list of "all the ways to implement events". I'm NOT looking to get into the merits or mechanics of each in this thread... just want to identify them all - good, bad, and ugly. Here's what I have so far 1. Implement via the 'event' keyword (with associated delegate, etc) 2. Expose a private delegate via a public property (really a "roll yer own" version of the 'event' keyword method).
0
9568
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9398
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10156
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10007
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9951
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9832
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6649
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5275
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
3
2805
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.