Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Write better code by understanding how computers operate on binary data
- In Write Great Code, Volume I, from No Starch Press, author Randall Hyde focuses on the concepts of machine organization without bringing assembly language into the picture. He delves into language-independent subjects that are useful for high-level language programmers. This sample chapter explains what you need to understand about arithmetic,...
- Tags: computer, programmer, Starch Press, Volume, Write Great Code, Randall Hyde, Value at Risk
- Download resources 2005-08-10
Additional Resources
- EziEditDat (exe)
- Developers: do you hate having to write more code to configure your new program? Wouldn't it be great if you could just run something and have it manage the user's chosen configuration? Well, EziEditDat may be just what you're looking for. It uses standard .dat and .csv formats. It comes...
- Tags: Configuration, Greg Sydney-Smith
- Software downloads 2008-07-28
- Write better code by understanding how computers operate on binary data
- To create code that makes the best use of the machine, you have to understand the machine. This sample chapter explains how computers represent data and operate upon it. In Write Great Code, Volume I, from No Starch Press, author Randall Hyde focuses on the concepts of...
- Tags: Chapter, Computer, Productivity, Development Tools, Software Development, Software/Web Development
- Book chapters 2005-08-10
- Write great code by anticipating and addressing error conditions in advance
- Just as in life, you can't presume that everything in your program will always run smoothly--so you must handle all possible error conditions in your code. This sounds simple enough, but handling errors and failure cases is hard work. It bogs programming down in the mundane details of the real...
- Tags: Error Condition, Error, Development Tools, Software Development, Software/Web Development
- Book chapters 2007-01-10
- Which C unit test tool (library) are you using
- For the Java code that we write we use JUnit (and associated associated extensions like DbUnit, etc.). This is working really well for us.We would like to use a standard tool preferably open source for the C++ code that we write. Which one are you
- Tags: test, programming, tool, jean-simon.s.larochelle@..., C, unit test
- Discussion threads 2006-11-09
- Brilliant Code (exe)
- Brilliant Code allows to expand possibilities of editing a code in Borland Delphi. Thanks to special syntax highlighting of language Object Pascal, it's more easy and conveniently to write a code and to be oriented in it. Brilliant Code paints constants, methods, types, variables, strings and comments into the colours...
- Tags: Code, Bitmap Software, Programming Languages, Development Tools, Software Development, Software/Web Development
- Software downloads 2008-08-11
- Code Snips Websites
- I'm new here but I found CodeProject.com and Developerland.com have great code snippets for always everything.CodeProject is better designed and has great coders for all languages.The coders have great professinal IT backgrounds.I use it to find snipets in an area I am stuck in or just becuae I'm lazy and...
- Tags: mygetbiz@...
- Discussion threads 2005-07-21
- Accessing a website to which I have passwords
- As part of a macro I am coding for recovering website data, I need to access websites for which I have my own passwords - for example, my bank account. Can I write a vba code macro for a web query which will allow me to access these websites;...
- Tags: Web site development, Web technology, mike@..., Web site, password
- Discussion threads 2007-04-09
- Software Code Readability
- I'm sure most software developers have heard of the obfusticated c contest.where you try to write extremely bad code.how about this though.have you heard about the UNDERHANDED C contest?where you must write readable code, that will not work right except for on the os you picked it to.the cause of...
- Tags: Jaqui
- Discussion threads 2006-10-23
- Can't open files in IE7
- Hi,I have a asp program which works fine in IE6 and now it does not work in IE7.The problem is that IE7 does not like going to a folder and I just get an error stating that this web page cannot be display.Here is part of the code that makes...
- Tags: cthang@..., Response.Write, Microsoft Internet Explorer 7, objRecordSet.Fields
- Discussion threads 2007-04-05
- Learn how to declare variables in your program to use the least amount of memory and produce fast-running code
- Although assembly language programmers usually have a good feel for the connection between variables and memory locations, high-level languages tend to add sufficient abstraction to obscure this relationship. In this sample chapter from Write Great Code, Volume 2: Thinking Low-Level, Writing High-Level, explore the low-level implementation of...
- Tags: Variable, Memory, Chapter Coverage, Development Tools, Software Development, Software/Web Development
- Book chapters 2007-03-07
- Applied reflection: Write 80 percent less access code when interacting with a database
- With databases behind virtually every application, quite a bit of time is spent by application developers writing code to interact with databases. Zach Smith explains how to combine the Microsoft Data Access Block with custom reflection code to write 80 percent less data access code. By using a function in...
- Tags: Application Developer, Data Access, Zach Smith, Storage, Databases, Hardware, Enterprise Software, Software, Data Management
- Download resources 2006-09-26
- MSDN Webcast: SQL Server 2005 Essentials (Part 02 of 14): Using .NET Procedural Code in SQL Server 2005 (Level 200)
- One of the most exciting features in Microsoft SQL Server 2005 from a developer's point of view is the ability to write procedural SQL Server code in any managed language. This webcast covers in detail how to write procedures, functions, and triggers using a managed language and discusses when to...
- Tags: Microsoft Developer Network, Microsoft .NET, Webcast, Microsoft SQL Server, Microsoft Corp., Microsoft SQL Server 2005, Databases, Enterprise Software, Software, Data Management
- Webcasts
- Code Kraker (exe)
- With this program you can write messages to your friends. Ok yeah that sounds pretty drab right, Right. But, with Code Kraker you can write a message and Encrypt it. So to and outsiders it looks like a bunch of gibberish. But to your friend who also has Code Kraker...
- Tags: Message, Park, Desktops, Hardware
- Software downloads 2006-03-30
- Using the Enterprise Library Data Access Block for .NET 2.0
- ADO.NET provides many rich features that can be used to retrieve and display data in a number of ways, but even given such flexibility, sometimes developers find themselves repeating the same code again and again. For example, every data-driven application requires access to a database. A programmer needs to write...
- Tags: Microsoft ADO.NET, Jupitermedia Corp., Data Access, Programmer, Development Tools, .Net, Databases, Storage, Software Development, Software/Web Development, Enterprise Software, Software, Data Management, Hardware
- White papers 2006-03-16
- Write efficient code with the Composition object pattern and CFCs
- Great ArticleI found this article super informative, even four years later! Thanks, Brian, for your efforts. Object composition certainly is an effective necessary technique to use in OO development in ColdFusion.
- Tags: Development tools, bmfitzgerald3@..., composition
- Discussion threads 2007-11-05
- Programming and Hacking Steps
- AnyProgramming stepsDetermine objectivewrite codetest and evaluatereleaseIf you have specific coding questionsAsk away. Please be specific about your goals and requirements.If you have hacking questions, please do not bring them to this forum. We will not answer.This is a site for technology professionals, not hackers. I am sure...
- Tags: SECURITY, henrytimbertip@..., hacking, programming
- Discussion threads 2007-05-04
- Visual Basic Search Text and Insert Row
- Hello,I need to write a Visual Basic program that will search the Excel sheet for a number and then insert a row where that number occurs. I can write the code to search. I can also write code to insert a row at a specific location. My...
- Tags: Microsoft development tools, Programming languages
- Q&A 2004-12-07
- MSDN Webcast: Rapid Application Development (RAD) for the Visual Basic 2005 Developer (Level 200)
- Any developer would like to write code faster and with more reliability. This webcast presents Rapid Application Development RAD for Microsoft Visual Basic 2005 developers and explores how Visual Basic 2005 helps to write and debug code more easily, speeds up the development with code snippets, and provides access to...
- Tags: Developer, Microsoft Developer Network, Webcast, RAD, Microsoft Visual Basic, Microsoft Corp., Microsoft Development Tools, Programming Languages, Development Tools, Software Development, Software/Web Development
- Webcasts
- Wow what did you guys
- Write the code for the new site in? I have been looking through it and man what a mess. I am not a programer but have made a few webpages and there seems to be allot of extra code and links that ether do not work or just point to...
- Tags: new webpage, off-topic, Peter Spande, techrepublic, webpage, zlito@...
- Discussion threads 2006-10-09
- << Previous
- page 1 of 1
- Next >>