|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Well if you have 5 minutes free, please answer
![]() This is just for curiosity purposes. Because at work we are a small team, I would like to know how others programmers go about this questions. 1) How do you code? E.G (A) Code:
Response.Write ("<table cellpadding='0' cellspacing='0' border='0'>")
Response.Write ("<tr>")
Response.Write ("<td>"&strVar&"</td>")
Response.Write ("</tr>")
Response.Write ("</table>")
E.G (B) Code:
<table cellpadding='0' cellspacing='0' border='0'> <tr> <td><%=strVar%></td> </tr> </table> 2) CSS all the way? Do you use CSS always and leave <table> once and for all? Even do when you have to create a form for registering users for example? E.G (A) Code:
Response.Write ("<div class='row'>")
Response.Write ("<span class='label'>Business Name:</span>")
Response.Write ("<span class='formw'><input type='text' name='RegistrationBusinessName' value='' accesskey='2' tabindex='2' size='40' class='inputnormal'></span>")
Response.Write ("</div>")
E.G (B) Code:
Response.Write ("<tr>")
Response.Write ("<td>Business Name:</td>")
Response.Write ("<td><input type='text' name='RegistrationBusinessName' value='' accesskey='2' tabindex='2' size='40' class='inputnormal'></td>")
Response.Write ("</tr>")
3) ASP or ASP.NET, all your new projects are made in ASP.NET or you still use ASP because you feel ASP.NET is still buggy and consumes more resources? 4)If you use CSS do you prefer percentages sizes or fixed sizes? 5)Whats the structure of your code? E.G (A) Code:
If strCommand & "" = "" Then Call MainForm Else Call RegisterToDB Sub MainForm 'Form bits End Sub Sub RegisterToDB 'Register bits End Sub E.G (B) register.asp contains the form on submit calls addtodb.asp 6) Do you prefer to program with music on the background or pure silence,? If with music what type of music? 7) Be honest now, do you really comment your code? 8) In terms of variables how do you go about? E.G (A) Code:
Dim strName Dim booLogin Dim intLoginID E.G (B) Code:
Dim Name Dim Login Dim LoginID 9) Do you think Flash(ActionScript) is the future? 10) Do you think SEO is gaining more importance then never, or one day or another search engines will be replaced for something much better? 11) Because you programmed a lot, are you having problems with sleep and dreams? Thank you guys ![]() P.S If this type of post is repeated them please accept my apologies.
__________________
A good friend will come and bail you out of jail...BUT a true friend will be sitting next to you saying, "Damn...that was fun!" =-=-=-=-=-=-=-=-=-=-@|@-=-=-=-=-=-=-=-=-=-=-=-=--= If the post was useful please click on the scales on the top rigth
|
|
#2
|
||||
|
||||
__________________
ShepherdWeb :: Charging Rhino Wizard I know of no more encouraging fact than the unquestionable ability of man to elevate his life by conscious endeavor. {Henry David Thoreau} § shepherdweb.com § fariswheel productions § reagan administration |
|
#3
|
||||
|
||||
|
1.) B
2.) If I had to choose, I'd go for A 3.) I have been coding in ASP for a while now and will stick to if for now, but I would say all n00bs should go for .Net 4.) Fixed, depends on site aswell ![]() 5.) B 6.) Music, LOUD Music, I can concentrate better, the ambient sounds of a quite place distracts me alot more. 7.) Depends, if I work on a project I know someone will take over, then Yes, if its only me going to code on it, then no. 8.) Neither, if I had to choose, A 9.) I think flash elements is a good thing, but not going overboard, also for me it depends on what kind of site it is. Plain info site, flash can work, but a full on db driven app, not so sure about that ![]() 10.) Don't know about that one 11.) Sleep, whats that I sometimes go to bed about 4-5 hours before I must wake up again, and feels like I lie in bed for about an hours before I fall asleep.
__________________
Look! Its a ShemZilla ![]() ![]()
Last edited by nofriends : July 11th, 2005 at 02:14 PM. |
|
#4
|
|||
|
|||
|
Thanks for the different points of view guys
![]() Quote:
LOL ![]() |
|
#5
|
||||
|
||||
|
No problem...by the way...I work with a small team too. Me!
|
|
#6
|
||||
|
||||
|
Yip, we are also a small team at work, only 2 developers
<offtopic>This spell Checker is making me crazy, keep on click on it, instead of post quick reply </offtopic> |
|
#7
|
||||
|
||||
|
I keep clicking on it by mistake too!
![]() Pretty cool feature though... ![]()
__________________
Support requests via PM will be ignored! |
|
#8
|
||||
|
||||
|
Quote:
i haven't used it yet. I noticed it over on devshed earlier but it wasn't on here yet at that time. I think i will have to spell check this thread!! ![]() ooo, spell check complete! Very nice!!! |
|
#9
|
||||
|
||||
|
1. depends how complex is the HTML and what is the structure of the ASP code. usually (A) though unless the page is mostly HTML or the HTML is complex.
2. new code I try to write using CSS layout only, falling back to tables only if I'm really stuck and have no time for messing around with this. plan to re-design everything to CSS layout when time allows. 3. ASP.NET all the way... classic ASP looks to me now like... like dinosaur. exactly the same as C++ compared to C#. 4. for now fixed size, plan to change to percentage in future designs. 5. usually (A) unless the page was built layer by layer, in which case it's usually B. 6. silence or with radio turned on... I prefer the music to be random. ![]() 7. not as much as I have to. 8. (A) unless it's long name or obvious from its name what its type is. 9. no 10. didn't understand the question 11. big arrays come to hunt me in the dreams..... bits are flying.... ![]() hmm... spell check is cool but it does not recognize CSS!! ![]() it did recognize typo, and it also does not recognize smilies. |
|
#10
|
||||
|
||||
|
Thee Spill Chicker ist uh beeootefool theng. I'fe haed 2ero problums weth eet! Nize feetyur guyz!
(by the way, it found no miss-spelled words in the above) ![]() |
|
#11
|
||||
|
||||
|
Quote:
lol lol lol if i had some rep it would be yours ![]() |