60 Archived Topics
Remove Filter Just curious. Hehe, I was thinking about this the other day and now I'm wondering what all you fellow coders out there have done. So what's the HARDEST most complicated program you've written? It doesn't have to be efficient, heck, it can all be spaghetti code. The hardest thing I've … | |
If you're doing programs for academic reasons, this is a good site to go for C++ information. Good for snippets. Used it a lot through classes. http://www.mvhs.net/~rkrane/clecs/ | |
[size=4]PHP and MySQL Web Development[/size] [b]by Luke Welling, Laura Thomson[/b] Extremely useful - This is a very useful book. If you're a web developer, and you're starting out with PHP, it will do wonders. It covers many important things such as creating a successful shopping cart, web based e-mail, web … | |
Hey everyone! (It's been a long time since I posted!) I've just upgraded from WindowsXP to Windows 7. One thing I hate is how how when I have an Explorer window open, and I start typing to move the focus to a file/directory name in that directory, it instantly assumes … | |
[size=4]Sams Teach Yourself E-Commerce Programming with ASP in 21 Days[/size] [b]by Stephen Walther, et al[/b] Very useful - I found this book extremely useful for beginning e-commerce. If you have no idea where to start when tackling an e-commerce project, I highly recommend this book. The ideas it provides along … | |
This book is excellent: [b]Sams Teach Yourself Shell Programming in 24 Hours (2nd Edition)[/b] [url]http://www.amazon.com/exec/obidos/ASIN/0672323583/qid=1034404576/sr=2-3/ref=sr_2_3/102-8089820-6681729[/url] It received good reviews. Here's my personal review from Amazon.com: This is probably one of the best books by Sams that I've read. If you want to start shell programming, you've picked up the perfect … | |
This is a very important issue to consider when you're using form/url variables in databases. A user can cleverly put in SQL statements and manipulate your db server as he sees fit if you don't take the necessary precautions. I get the feeling that there are several people that aren't … | |
Hey guys. I was thinking about writing a C++ tutorial. What do you think are the hardest topics to cover in C++? I know a lot of people have a hard time with pointers, but I was wondering what you guys think. | |
| |
Microsoft does it again! After having a court trial with Sun, about WindowsXP's problem with Java, Microsoft has come up with a good idea. Make its own version of Java and screw Sun. http://news.com.com/2100-1001-937053.html?tag=fd_top | |
How do you select a web host? Do you just look at what they offer? Their price? Technical support? This web site contains several documents that will help you select the right host. Not only that, but it will teach you the terms used in web hosting. This is suggested … | |
Here's a thread I posted on previous forum regarding the three: I've used PHP, ASP, and ColdFusion, and out of the three, ColdFusion is probably the most fun to play with. Of course, this is a very biased question to begin with. If you ask a C++ programmer what the … | |
I thought this was an interesting article. It discusses the decline in computer science enrollments. Also, be sure to check out the discussion that follows the article over at builder.com. [quote] At the Massachusetts Institute of Technology, as in other schools across the country, computer science enrollments are dropping, raising … | |
This is a very handy little tool. It's a simple process killer. Works pretty well whenever you got a program/process going and the Task Manager won't close it no matter what. This closes it. :) http://www.xeonstudio.com/files/pskill.exe | |
[url]http://www.kf.ee/flash/xiaoxiao.shtml[/url] | |
[size=4]Sams Teach Yourself Active Server Pages in 24 Hours[/size] [b]by Christoph Wille, Christian Koller[/b] Worth it for its price, but prepare to work - If you buy this book, then be prepared to work. If you're new to the whole programming field, or maybe just web programming, don't think the … | |
Anyone try out the new MX products? So far I've tried Flash MX and Dreamweaver MX, and I have to say, I'm VERY impressed! Flash MX now has prebuild components such as form objects: text boxes, buttons, list boxes and more. Also, the interface has changed... for the better. It … | |
[size=4]Core PHP Programming: Using PHP to Build Dynamic Web Sites[/size] [b]by Leon Atkinson[/b] More of a reference book ... and a mediocre one - Don't expect to learn much from this book. The tutorial is mediocre and so is the reference. This book could've fit in about 100 pages or … | |
This is from nyphp-talk: [nyphp-talk] Zend PHP Certification Daniel Kushner kushner at gmail.com Thu Jun 17 20:08:33 EDT 2004 Previous message: [nyphp-talk] PHP and Flash Next message: [nyphp-talk] DB Differences Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] -------------------------------------------------------------------------------- NYPHP List: This email … | |
As usual, download and read about it at [url="http://www.php.net/"]http://www.php.net/[/url] | |
[size=4]Beginning Perl[/size] [b]by Simon Cozens, Peter Wainwright[/b] I have gone through several Perl tutorials in the past, and I have to admit that this is the best one I've seen, especially if you already know how to program. I came from a C++ world, so it was relatively easy to … | |
Finally, there's a book that will help you prepare for the MySQL certification exams. Learn more about it here: [url="http://www.amazon.com/exec/obidos/tg/detail/-/0672326329/qid=1087361084/sr=1-1/ref=sr_1_1/002-7750886-2407247?v=glance&s=books"]http://www.amazon.com/exec/obidos/tg/detail/-/0672326329/qid=1087361084/sr=1-1/ref=sr_1_1/002-7750886-2407247?v=glance&s=books[/url] | |
This is a great IDE for C++ (Windows). Great for academic programs. It comes with a C++ compiler and a slew of popular c++ libraries already for use. Very simple and intuitive to use if you don't want to use Visual C++, Turbo C++, or DJGPP. Check out the screenshot. … | |
[size=4]A Programmer's Introduction to PHP 4.0[/size] [b]by W. J. Gilmore[/b] Not a bad book - Overall, this was not a bad book. I was breezing through the chapters since I already knew C++... and I have to say he did a good job on showing how to set up PHP … | |
[size=4]ColdFusion 5 Web Application Construction Kit[/size] [b]by Ben Forta[/b] This is probably the best ColdFusion book (for version 5, not MX) you can get right now. Goes over the very basics of web programming - all the technical stuff served to you on a silver platter. They did a really … | |
[url=http://interviews.slashdot.org/article.pl?sid=02/08/25/236217&mode=thread&tid=145]http://interviews.slashdot.org/article.pl?sid=02/08/25/236217&mode=thread&tid=145[/url] | |
Everyone knows that usually every Perl program should start with something along the lines of "#!/usr/bin/perl" ... what's often called as "shebang." Anyone know why? I just read this cute post on google... The exclamation point has been nicknamed "bang" for as long as I can remember. (Back in the … | |
You ever use Perl? What are you thoughts? How does it compete with newer languages? Can it be used for the enterprise arena? | |
[size=4]Macromedia Coldfusion 5 Language Reference[/size] [b]by Ben Forta[/b] Useful but could use better examples - While this reference contains all the functions/tags/variables/etc. used in ColdFusion, the book could use better/innovative examples. At first glance, I was surprised at the size of the book. How can someone fit so much in … | |
Try/Catch blocks, Private, Public, Protected variables/functions, and more. Import functions through namespaces....finally! This language is reminding me more of C++. Read more about it here: [url]http://www.phpvolcano.com/articles/php5/index.php[/url] | |
Article from: [url=http://securitytracker.com/alerts/2003/Feb/1006046.html]securitytracker.com[/url] To view working sample, go to: [url]http://sec.drorshalev.com/dev/luck/default.asp[/url] Microsoft Internet Explorer showHelp() Domain Security Flaw Lets Remote Users Execute Commands SecurityTracker Alert ID: 1006046 CVE Reference: CAN-2003-1328 (Links to External Site) Date: Feb 5 2003 Impact: Disclosure of system information, Disclosure of user information, Execution of arbitrary code … | |
Just wondering if you guys think there's a future for XHTML. If you don't know what XHTML is, it's just HTML ala XML. It's HTML with the structure and benefits of XML. The only reason I bring up this question is, if in fact XHTML replaces HTML, think of how … | |
Here's an interesting document I came across with when looking up information about Bash programming. For the most part I agree with him... based on my linux programming experience. I don't think [b]all[/b] Linux people "suck" as he put it, but I've come across more snobs in the Linux community … | |
Anyone try this product? (Contribute) Here's the URL for it. http://www.macromedia.com/software/contribute/productinfo/product_overview/ With Macromedia Contribute now anyone can easily update and publish content to existing websites without knowing HTML. Here | |
This is a good FAQ on ColdFusion written by the popular Ben Forta. [url]http://www.cffaq.com/[/url] | |
[url]http://staging.infoworld.com/articles/hn/xml/02/10/21/021021hnnovellmysql.xml?Template=/storypages/printfriendly.html[/url] | |
In the section "Latest IT News" I mentioned that Amazon.com has opened up a web service where applications can query the service(information about goods), and the service spits back an XML file of whatever they queried. So you can have a form on your web site where the user can … | |
I'm currently working on a project using Java Server Pages, XML and Oracle. I've worked with Java in the past, but have not worked with JavaServer Pages (currently still learning). It doesn't seem that bad, just tedious work - more code to initiate DB connections, and other processes compared to … | |
I just read about this. New free enterprise db server that has many features that other free dbs don't offer. It's compatible with a lot of OS's. Definitely something to try out. [url]http://www.sapdb.org/[/url] | |
The Next Wave: "Visual Studio for Yukon" [url]http://msdn.microsoft.com/vstudio/productinfo/roadmap.asp#section4[/url] | |
Hey guys. I came across this just recently, but I'm not sure if you guys are aware of it. It crashes csrss.exe (thus W2K, NT, XP) through the command console. I tried writing the same program in Perl, and it did in fact crash my system. I did not see … | |
This is a nice free tool that Microsoft released to help out ASP.net Web Developers. It's a WYSIWYG development tool that kind of looks like Visual InterDev/Visual Basic. From Microsoft's site: http://www.asp.net/webmatrix/default.aspx?tabindex=4&tabid=46 An article from "The Register" http://www.theregister.co.uk/content/4/25898.html | |
[url]http://associates.amazon.com/exec/panama/associates/join/developer/faq.html/103-8950212-6803811[/url] | |
[url]http://builder.com.com/article.jhtml?id=u00320020624gcn01.htm[/url] From article: [ When to use MySQL] Why would you use MySQL over PostgreSQL? First, we need to consider the needs of the applications in terms of database requirements. If I want to create a Web application and performance is an issue, MySQL will be my choice because it | |
Check out what it claims to do... nifty. Requirements seem to be a bit high though. [url]http://www.macromedia.com/macromedia/proom/pr/2002/flash_com_mx.html[/url] | |
Builder.com made a survey about web technologies. Which are used the most/least. Very interesting. It's based out of 557 people. Here's what it covers: [b]General Technology Skills [/b]covered things not necessarily tied to a particular technology or vendor: e.g., XML, database design, and Web services. [b]Programming Languages [/b]included a collection … | |
[url]http://news.com.com/2100-1001-940585.html?tag=fd_top[/url] |
The End.