stephenbayer

3,017
reputation
189 views

Registered User

name stephenbayer
member for 1 year
seen 18 hours ago
website
location Orlando Area, FL
age 38
Senior level developer who has been doing this stuff for decades. I've worked in most major environments and languages, and am currently involved heavily in ASP.NET with C# in the .NET Framework 3.0/3.5. Yeah, that's me in the picture. No one up or down vote me for anything anymore...!! I'm at 1971, i't muh birth year.. I'd like to keep my rep here :) Nevermind :( I'm at 2055 now.. I haven't had time to answer questions and be helpful the last few weeks, since I've got tight deadlines. But fortunately, there are many talented and intelligent people on this site.
20h
comment How to count diffrent rows in MySQL ? (three columns as a whole)
are you saying you want to determine the number of rows in which those 3 columns are different? if so Quassnoi has the simplest and straight forward answer.
20h
comment Is there a way to force a new line after php closing tag ?> when embedded among html??
very nice simple explanation and illustration. I was completely lost as to what he was saying.
20h
comment Keyboard for programmers
Holy smoke, what is wrong with you people.. my joke made it to the top of the list.. I should have got a negative 1 Billion for this answer. shheesshh.. :)
20h
comment Is there a way to force a new line after php closing tag ?> when embedded among html??
w...t...? HTML ignores new lines and any white space. I'm not sure what your saying exactly, but if you want text on a new line, you'll have to use standard html formating, like placing the content in a <div> or <p> or at least adding a <br /> afterwards.
20h
comment How to count diffrent rows in MySQL ? (three columns as a whole)
i think you need a little more description as to what you are trying to do.
20h
answered PayPal Express Checkout - Billing information
21h
revised What do I need to know about memory in C++?
added reference to code complete
21h
comment What do I need to know about memory in C++?
I forgot to mention the best book on the subject that changed my life. It is language agnostic, but the book is timeless. I'd suggest checking out "Code Complete" by Microsoft Press. If half of Microsoft's developers read this book, software quality in that company would go up 1000%.
21h
comment What do I need to know about memory in C++?
as I mentioned in my post, all of this boils down to discipline. It's like if you open the refrigerator door to get a soda, you make sure to close the door, you don't just walk away and leave it open. If you think about it in these terms, it becomes easier to deal with. Knowledge comes with reading, trying to understand the concepts, and then using those concepts by trying to code with them. The more you continue that cycle, the more experienced you will get.
21h
answered What do I need to know about memory in C++?
2d
comment Sql Ordering Hiarchy
just tested it, it works! thank you.. The query takes a little long, but that would be expected with recursion.
2d
comment Sql Ordering Hiarchy
that does give me some idea, I'll work it out tonight. I actually figured out a solution by manipulating the data on the code side in the DAL. I get the entire set and build a hash table using a padded key that is based off the parents, then I sort the keys. It's a bit inefficient, but it's only a couple hundred records.
2d
comment Sql Ordering Hiarchy
yeah, i did actually. I caught that and fixed it.
2d
revised Sql Ordering Hiarchy
more clarification
2d
asked Sql Ordering Hiarchy
Dec
6
awarded  Mortarboard
Nov
26
awarded  Notable Question
Nov
3
revised Making a PDF output in raster format instead of vector using itextsharp
additional clarification
Nov
3
revised Making a PDF output in raster format instead of vector using itextsharp
added clarification
Nov
3
comment Making a PDF output in raster format instead of vector using itextsharp
i do not believe that is going to work because, like the DirectContent, that will totally negate the pdf generation libraries ability to format, word wrap, and paginate the document properly.
Nov
3
asked Making a PDF output in raster format instead of vector using itextsharp
Sep
21
awarded  Good Question
Sep
20
awarded  Yearling
Sep
18
awarded  Popular Question
Sep
10
awarded  Popular Question
Sep
4
awarded  Great Answer
Aug
27
awarded  Popular Question
Aug
18
comment understanding xslt handling of elements with attributes
I'm reading up w3schools right now, but am having difficulty understanding the language and concepts. their "try it" section is allowing me to gain understanding though, by making changes and seeing what the change does. I'm reading up on XPath as well.
Aug
18
comment understanding xslt handling of elements with attributes
thank you very much, the final code ended up being: <Description> <xsl:for-each select="//p[@class='deck']" > <xsl:copy > <xsl:apply-templates/> </xsl:copy> </xsl:for-each> </Description>
Aug
18
asked understanding xslt handling of elements with attributes
Jun
24
answered C# Windows Form .Net and DOS Console