vBulletin Modifications

What helps you code?

Welcome to vBHackers.com! - vBHackers Updates:

Go Back   vBulletin Modifications > General Discussions > Off Topic

Reply
 
LinkBack Thread Tools
Old 02-04-2006, 06:14 PM   #11
Ken Iovino
Founder
Ken Iovino's Avatar
Join Date: Mar 2004
Real Name: Ken Iovino
Location: Miami, Florida
Ken Iovino is on a distinguished road

Default

When I have an idea in my head, I first open a notepad and write the idea out. I then think of everything that will need to be done for it. For example, I'm starting a new hack now. Recently viewed threads. (NO ETA YET ;)) And in my notepad I have things like this...

Quote:
if (the user is already in the database)
then don't do anything
otherwise
add user (userid) into the database with the thread id and the TIMENOW
I just type it out so I have an idea and I can start to see if any problems would happen or if I'll need to add more conditions/queries....

Also, taking a break helps me alot. I'll code for 8-10 hours stright. Get mad cause something isn't working right. Then I'll take a little break, smoke a ciggerate, go to the store, lay in bed. While I'm taking the break I'm consintly thinking about the solution; most of the time it just pops up and I'm like... "damm, that wasn't hard" :p.

Tutorials, and seeking others code helps alot also. Don't forget Trial and Error :p
__________________
Earnersforum.com - Learn how to make money online! New Look!

Ken Iovino / vBHackers.com
vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Crawlability Network: vBulletin SEO | vBulletin Hackers




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 02-04-2006, 06:20 PM   #12
Coder
Join Date: Jun 2005
harmor is on a distinguished road

Default

I used to lay in bed thinking of different solutions but now I have to force myself to go to sleep because I don't have the luxury of staying up all night.
I have to get up at 8am and go to school.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-05-2006, 05:05 AM   #13
Advanced Coder
Niels's Avatar
Join Date: Jun 2004
Real Name: Niels
Location: NL
Niels is on a distinguished road

Default

Quote:
Originally Posted by LiveWire
When I have an idea in my head, I first open a notepad and write the idea out. I then think of everything that will need to be done for it. For example, I'm starting a new hack now. Recently viewed threads. (NO ETA YET ;)) And in my notepad I have things like this...



I just type it out so I have an idea and I can start to see if any problems would happen or if I'll need to add more conditions/queries....

Also, taking a break helps me alot. I'll code for 8-10 hours stright. Get mad cause something isn't working right. Then I'll take a little break, smoke a ciggerate, go to the store, lay in bed. While I'm taking the break I'm consintly thinking about the solution; most of the time it just pops up and I'm like... "damm, that wasn't hard" :p.

Tutorials, and seeking others code helps alot also. Don't forget Trial and Error :p
When I need to do very complicated programming with multiple loops while's if else etc. I also do that sometime's




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-05-2006, 07:53 AM   #14
Coder
Join Date: Apr 2004
Location: UK
ShavedApe is on a distinguished road

Default

I use dreamweaver for code mainly cos it has the sites **** to one side so i can view all files in my sites and have quick axx to them. dont much care about fancy highlights and colors and ****. Tab works for me that keeps my code in check and prevents a lot of **** ups. I find using indentations in your code while writing prevents you from missing silly things like a bracket etc. Dreamweaver does have highlights though too for php and can often help when you miss something you shouldnt but can be bloody annoying too.
I tried LiveWires way of coding writing it all down first and doing that way but i found myself asking why write it twice lol since i can proly see the code in my head better than i can the english to describe it lol makes more sense to just jump on in and see what happens. All my test **** is done offline so if a do **** up nobody ever gonna know ;)
__________________


Feel free to ask questions here




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-06-2006, 04:30 AM   #15
Coder
Idan's Avatar
Join Date: Feb 2005
Real Name: Idan
Location: Israel
Idan is on a distinguished road

Default

i love the search within files feature in dreamweaver, but the that's one giant resource hogger app




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-06-2006, 05:35 AM   #16
Ken Iovino
Founder
Ken Iovino's Avatar
Join Date: Mar 2004
Real Name: Ken Iovino
Location: Miami, Florida
Ken Iovino is on a distinguished road

Default

I use Winsyntax to code all my hacks. Heres me coding the new portal system :p
Attached Images
File Type: gif winsyn.gif (55.1 KB, 14 views)
__________________
Earnersforum.com - Learn how to make money online! New Look!

Ken Iovino / vBHackers.com
vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Crawlability Network: vBulletin SEO | vBulletin Hackers




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-06-2006, 05:40 AM   #17
Coder
Join Date: Jun 2005
harmor is on a distinguished road

Default

Quote:
Originally Posted by LiveWire
I use Winsyntax to code all my hacks. Heres me coding the new portal system :p
how can you code with a monitor that blurry?

I use Crimson Editor which has syntax highlighting and underlining (I guess it would be called.
For exampe if you had open and closed curly brackets you'd see an underline under the bracket you put your cursor next to.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-06-2006, 01:57 PM   #18
Advanced Coder
Niels's Avatar
Join Date: Jun 2004
Real Name: Niels
Location: NL
Niels is on a distinguished road

Default

I'm using SciTE atm Nice tool supports alot of language's including support for highlighting recognation of functions. You are also able to close if {} etc. To get a better overview




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

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 On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Vbb code for vbb 3.0.8 please!!! xmylove vBulletin Modification Requests 3 10-03-2005 10:50 PM
need lil' bit help with php code, wrote some myself yannick vBulletin Modification Requests 2 05-23-2005 04:19 PM
Code Tag - Code Box Size A-FXP-D3LTA General vBulletin Support 2 04-16-2005 09:02 AM


All times are GMT -3. The time now is 11:00 PM.


SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc. (Patent Pending)