public marks

PUBLIC MARKS with tags coding & howto

2012

Bresenham

by sylvainulg (via)
for(;;){ /* loop */ setPixel(x0,y0); if (x0==x1 AND y0==y1) break; e2 = 2*err; if (e2 >= dy) { err += dy; x0 += sx; } /* e_xy+e_x > 0 */ if (e2 <= dx) { err += dx; y0 += sy; } /* e_xy+e_y < 0 */ }

SVN: Merging a Branch into Trunk - Sepcot.com

by sylvainulg (via)
I'll have to redo that tomorrow, applying the merge for newcollide first, and *then* companim...

2009

2008

NETTUTS - Web development tutorials and links - Spoonfed Web Tutorials

by springnet & 3 others
NETTUTS is a blog/tutorial site aimed at web designers. We run tutorials on technologies, skills and techniques to improve how you design and build websites. We cover HTML, CSS, Javascript, CMS’s, Simpler Development Examples in PHP and Ruby on Rails, a

2006

PHPBuilder.com, the best resource for PHP tutorials, templates, PHP manuals, content management systems, scripts, classes and more.

by springnet
?> The first thing that I like to do is move all of my connection information out of the main script and into a small include file. This way when I change the password for the database I don't have to go and edit every script that connects to that databas

2005

PUBLIC TAGS related to tag coding

**** +   ajax +   austin +   austinblogger +   austincast +   c +   code +   community +   css +   daily +   database +   design +   developer +   development +   freelance +   graphics +   howto +   html +   javascript +   language +   layout +   lua +   maintainable +   mysql +   opensource +   php +   programming +   scripting +   springnet +   springnet blogmarks +   subversion +   sxsw +   texas +   tools +   tutorial +   tutorials +   useful +   video +   walhus +   web +   web2.0 +   webdesign +   webdev +   xhtml +   xml +   xmlhttprequest +   yahoo +  

Active users

sylvainulg
last mark : 17/09/2012 13:28

piouPiouM
last mark : 07/02/2009 17:02

springnet
last mark : 16/05/2008 03:21

cblackburn
last mark : 01/12/2005 07:40

sachachua
last mark : 30/11/2005 20:01

flubba
last mark : 15/06/2005 19:16