Click here to Skip to main content
15,891,859 members

The Weird and The Wonderful

   

The Weird and The Wonderful forum is a place to post Coding Horrors, Worst Practices, and the occasional flash of brilliance.

We all come across code that simply boggles the mind. Lazy kludges, embarrassing mistakes, horrid workarounds and developers just not quite getting it. And then somedays we come across - or write - the truly sublime.

Post your Best, your worst, and your most interesting. But please - no programming questions . This forum is purely for amusement and discussions on code snippets. All actual programming questions will be removed.

 
GeneralRe: Interesting Variable Names Pin
Dave Cross31-Jan-08 3:10
professionalDave Cross31-Jan-08 3:10 
JokePrinting a bill at super market shows a ADO error on their console ... Pin
Vasudevan Deepak Kumar21-Jan-08 0:03
Vasudevan Deepak Kumar21-Jan-08 0:03 
GeneralRe: Printing a bill at super market shows a ADO error on their console ... Pin
Frank Kerrigan21-Jan-08 2:27
Frank Kerrigan21-Jan-08 2:27 
GeneralRe: Printing a bill at super market shows a ADO error on their console ... PinPopular
PIEBALDconsult21-Jan-08 3:09
mvePIEBALDconsult21-Jan-08 3:09 
GeneralRe: Printing a bill at super market shows a ADO error on their console ... Pin
NormDroid22-Jan-08 1:57
professionalNormDroid22-Jan-08 1:57 
GeneralRe: Printing a bill at super market shows a ADO error on their console ... Pin
Pete O'Hanlon24-Jan-08 2:07
mvePete O'Hanlon24-Jan-08 2:07 
GeneralRe: Printing a bill at super market shows a ADO error on their console ... Pin
StevenWalsh23-Jan-08 9:11
StevenWalsh23-Jan-08 9:11 
GeneralHandling Exceptions... Pin
geekfromindia18-Jan-08 6:43
geekfromindia18-Jan-08 6:43 
I was surfing on SourceMaking WebSiteCommand Pattern[^] and thought to post a reply to one of their video...

I didnt put entered req email field and submitted...

Here is the response Laugh | :laugh: ...

warning: Invalid argument supplied for foreach() in /home/httpd/vhosts/quotes.com/httpdocs/mega/modules/node/node.module on line 521.
warning: implode() [function.implode]: Invalid arguments passed in /home/httpd/vhosts/quotes.com/httpdocs/mega/modules/node/node.module on line 525.
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 query: SELECT n.nid, n.vid, n.type, n.status, n.created, n.changed, n.comment, n.promote, n.sticky, r.timestamp AS revision_timestamp, r.title, r.body, r.teaser, r.log, r.format, u.uid, u.name, u.picture, u.data FROM node n INNER JOIN users u ON u.uid = n.uid INNER JOIN node_revisions r ON r.vid = n.vid WHERE in /home/httpd/vhosts/quotes.com/httpdocs/mega/includes/database.mysql.inc on line 172.
E-mail field is required.
Invalid CAPTCHA token.
The answer you entered for the CAPTCHA was not correct.

Keep DotNetting!!

GeekFromIndia

GeneralRe: Handling Exceptions... Pin
ChrisKo18-Jan-08 7:54
ChrisKo18-Jan-08 7:54 
GeneralRe: Handling Exceptions... Pin
geekfromindia18-Jan-08 8:31
geekfromindia18-Jan-08 8:31 
GeneralRe: Handling Exceptions... Pin
Paul Conrad19-Jan-08 5:12
professionalPaul Conrad19-Jan-08 5:12 
GeneralRe: Handling Exceptions... Pin
Andrew P Holden24-Jan-08 6:54
Andrew P Holden24-Jan-08 6:54 
GeneralRe: Handling Exceptions... Pin
Paul Conrad24-Jan-08 7:06
professionalPaul Conrad24-Jan-08 7:06 
GeneralRe: Handling Exceptions... Pin
Nagy Vilmos24-Jan-08 11:57
professionalNagy Vilmos24-Jan-08 11:57 
GeneralRe: Handling Exceptions... Pin
Paul Conrad24-Jan-08 12:34
professionalPaul Conrad24-Jan-08 12:34 
GeneralRe: Handling Exceptions... Pin
neochief25-Jan-08 1:51
neochief25-Jan-08 1:51 
GeneralRe: Handling Exceptions... Pin
Paul Conrad25-Jan-08 11:09
professionalPaul Conrad25-Jan-08 11:09 
GeneralRe: Handling Exceptions... Pin
TheGreatAndPowerfulOz18-Feb-08 13:06
TheGreatAndPowerfulOz18-Feb-08 13:06 
GeneralRe: Handling Exceptions... Pin
Derek Bartram22-Mar-08 1:03
Derek Bartram22-Mar-08 1:03 
GeneralRe: Handling Exceptions... Pin
Clive D. Pottinger18-Jan-08 12:51
Clive D. Pottinger18-Jan-08 12:51 
JokeProfessional conditions with IF PinPopular
SalarSoft15-Jan-08 21:19
SalarSoft15-Jan-08 21:19 
GeneralRe: Professional conditions with IF Pin
m@u15-Jan-08 21:41
m@u15-Jan-08 21:41 
GeneralRe: Professional conditions with IF Pin
Rich Insley16-Jan-08 8:27
Rich Insley16-Jan-08 8:27 
GeneralRe: Professional conditions with IF Pin
esplosion16-Jan-08 14:35
esplosion16-Jan-08 14:35 
GeneralRe: Professional conditions with IF Pin
John R. Shaw18-Jan-08 13:49
John R. Shaw18-Jan-08 13:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.