Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Closed Thread
[split thread] Are conditional comments considered a hack?
Old 11-21-2009, 05:08 PM [split thread] Are conditional comments considered a hack?
Banned

Posts: 315
Name: Doug
Trades: 1
I'm confused?

You just said the other day that you could make things work in IE without Hacks
or special code.

What? Did you lose your magic omnipotent CSS Wand????
marketingman100 is offline
View Public Profile
 
 
Register now for full access!
Old 11-22-2009, 04:41 AM Re: Can anyone help me figure why my menu does this in IE?
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,382
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
I don't anyone has ever said that in some case conditional stylesheets are needed for IE.

Just the "hacks" are not required at all
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
View Public Profile Visit chrishirst's homepage!
 
Old 11-22-2009, 09:34 AM Re: Can anyone help me figure why my menu does this in IE?
Banned

Posts: 315
Name: Doug
Trades: 1
Anything that has to be placed in a code sequence to modify the code in any way to get it to work in a specific environment or situation is a HACK.
marketingman100 is offline
View Public Profile
 
Old 11-22-2009, 09:48 AM Re: Can anyone help me figure why my menu does this in IE?
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,382
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
So would code that could use a different function syntax to connect to Oracle, MSSql or MYSql databases to produce portable code be a "hack" because it would be targeting a a "different environment"?
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
View Public Profile Visit chrishirst's homepage!
 
Old 11-22-2009, 11:43 AM Re: Can anyone help me figure why my menu does this in IE?
Banned

Posts: 315
Name: Doug
Trades: 1
Quote:
Originally Posted by chrishirst View Post
So would code that could use a different function syntax to connect to Oracle, MSSql or MYSql databases to produce portable code be a "hack" because it would be targeting a a "different environment"?
Any variation to a base piece of code that has to be created to make that code work for a specific environment is a HACK...

I write a web site that works on 7 browsers just fine.
I have to write special code to make it work on Exploder.

That code is a HACK!

In your database scenario, if your database works on 12 file structures and
you have to write variations to get it to work with Oracle or SQL, those variations are hacks. Even if you incorporation those variations as Options.

This is one of the reasons I don't use Javascript.

1. It FORCES users who don't want to to turn it on in their Browser.
2. It doesn't work the same on all Browsers.
marketingman100 is offline
View Public Profile
 
Old 11-22-2009, 02:38 PM Re: Can anyone help me figure why my menu does this in IE?
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,382
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
I guess your working world is somewhat limited and controlled then, if you have no need to create applications that can run in several different environments.
Personally I prefer to create applications that are flexible and adaptable and do not require a controlled working space to work in.
If by your standards it makes me a "code hacker" then so be it.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
View Public Profile Visit chrishirst's homepage!
 
Old 11-22-2009, 08:15 PM Re: Can anyone help me figure why my menu does this in IE?
Banned

Posts: 315
Name: Doug
Trades: 1
Hey Chris,

Both you and LNR have declared here that you never use hacks to make things work with IE and that is simply not true. Call them Conditional Stylesheets or any other thing you want, but they are still hacks.

As for me, the only "programming" I have ever done was long ago in Basic, Cobol, DBase, Foxpro and more recently a little in Access. As for web design, I have always kept my designs simple and green with little to no extra code requirements.
Minimal Javascript,CGI and PHP. Never any Java, Flash, or anything else that requires a plugin except for some sound files when I had The Cemetery Shop going 2000-2003.

I code all my sites where possible to work on as many browsers as possible and one of the things I have quickly grown to detest about CSS is that it forces me to include code to keep certain browsers happy. That is a pain in the butt.

I hope you love having to code and keep all the little specialty situations happy.
I'm glad it makes your day. Carpe Dium!
marketingman100 is offline
View Public Profile
 
Old 11-22-2009, 11:37 PM Re: [split thread] Are conditional comments considered a hack?
serandfae's Avatar
Do the "Evil Nanner" !!!

Posts: 9,007
Name: Tim Daily
Location: Apex, NC, US, Sol 3
Trades: 0
Lovely debate, though entirely semantic. But it has little to do with what the OP was asking, so now it's here.

tim
__________________
SEO "experts" smell like Big Fish_|_
Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

serandfae is offline
View Public Profile Visit serandfae's homepage!
 
Old 11-23-2009, 01:23 AM Re: [split thread] Are conditional comments considered a hack?
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,382
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Quote:
As for me, the only "programming" I have ever done was long ago in Basic, Cobol, DBase, Foxpro and more recently a little in Access. As for web design, I have always kept my designs simple and green with little to no extra code requirements.
Most of which are "controlled environments", as they only have to work within their own confines, and as such have no need to employ methods to allow for alternate installations.

COBOL in particular only ever ran on a mainframe and the output sent to dumb terminals, and the mere thought of COBOL brings back some "horrific" memories of getting code written for a UNIVAC or IBM to run on a ICL implementation, fortunately it was only for a course assignment and not the accounting system of a company.

"hacks" from my point of view are the use of invalid or "dirty" code that makes use of a "bug" or "undocumented feature" to have a section of code ignored (or used).
The use of valid code to detect a system footprint and reroute accordingly is a practice that in an ideal world would be uneccessary but given the diversity of systems that may be accessing your application is required to ensure it is accessible by as many clients as possible.
I class using conditional comments in the same light as <noscript> elements for UAs without scripting capabilities or alt attributes to provide informstion to UAs that do not support image rendering.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
View Public Profile Visit chrishirst's homepage!
 
Old 11-23-2009, 11:37 AM Re: [split thread] Are conditional comments considered a hack?
Banned

Posts: 315
Name: Doug
Trades: 1
I begged to differ, there was a PC version of COBOL, I used it while in college so I could do my homework at home and not have to fight for Mainframe time.

Hacks became associaled with dirty code only because of "hackers." Go back to the early days and all code that had to be created to make something work outside the "box" was called a hack. Undocumented features I believe are called HOOKS.

Microsoft is notorious for not releasing their hooks to outside developers.

Noscript would fall somewhere in between I think. though I won't split that hair too far.....it's still pretty much a hack.
marketingman100 is offline
View Public Profile
 
Old 11-23-2009, 02:26 PM Re: [split thread] Are conditional comments considered a hack?
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,382
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Ah Ok, PCs weren't even a glimmer in IBMs eyes when I last "meddled" with COBOL.

It's the bugs that are undocumented "features"

"Hooks" are what the entry points into the Windows core functions are known as, so that third party software can "hook into" Windows functions and these are well documented in the MSDN documentation that a registered developer has access to.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
View Public Profile Visit chrishirst's homepage!
 
Old 11-23-2009, 03:04 PM Re: [split thread] Are conditional comments considered a hack?
Banned

Posts: 315
Name: Doug
Trades: 1
" It's the bugs that are undocumented "features"

Now you're bringing Hiccups into the discussion.

"Ah Ok, PCs weren't even a glimmer in IBMs eyes when I last "meddled" with COBOL."

Comeon now Chris, don't go yurning for the days of Pony Tails, Punch Cards and Ding Dongs.......

I once turned down an $80,000 job with Walmart. Their lousy POS system is all COBOL. I guess they can't find people who still know COBOL and want to live in Arkansas.
marketingman100 is offline
View Public Profile
 
Old 11-23-2009, 03:42 PM Re: [split thread] Are conditional comments considered a hack?
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,382
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
I still have the pony tail although somewhat thinner these days (that only applies to the ponytail BTW )

And if I ever get to the nether regions of the <ahem> "archive" there's probably some punch cards lurking about somewhere in there.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
View Public Profile Visit chrishirst's homepage!
 
Old 11-24-2009, 11:20 AM Re: [split thread] Are conditional comments considered a hack?
blue-dreamer's Avatar
King Spam Talker

Posts: 1,222
Location: Middle England
Trades: 0
Quote:
Originally Posted by chrishirst View Post
I still have the pony tail although somewhat thinner these days (that only applies to the ponytail BTW )

And if I ever get to the nether regions of the <ahem> "archive" there's probably some punch cards lurking about somewhere in there.
Punch cards - bloody hell that takes me back to school, spending weeks programming our "computer" to sort them into different piles

lol - I still have a pony tail as well, only extends half way down my back nowadays though
blue-dreamer is offline
View Public Profile
 
Closed Thread     « Reply to [split thread] Are conditional comments considered a hack?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.68926 seconds with 12 queries