Forbidden Fruit

Posted in Programming by Tinsley on May 15th, 2009 | 1 Comment

Microsoft just announced that they were adding the function memcpy(), a popular C function used to chunks of memory, to their list of function calls banned under their secure development lifecycle. Though this is probably for the best, I imagine there are many Microsoft employees who wish this were not the case. That isn’t to say that they don’t care about the security of their applications, which is why it was banned to begin with. Every programmer at some point or another has probably wanted to use a function or language feature they shouldn’t; whether it be memcpy, goto, break, or set!.
Read the rest of this entry »

Let the Database do the Work

Posted in Databases by Tinsley on May 13th, 2009 | No Comments

Your database’s query language may be more powerful than you realize. Often times the tasks you assume need to be handled by another language (PHP, JSP, ASP, etc) can be handled by the database itself. If this is the case then it is preferable to use SQL to its full potential rather than pass data to and from the database needlessly. In this regard, if you are a programming working with a SQL database you should endeavor to grasp the full capabilities of your database.
Read the rest of this entry »

Become a Writer

Posted in About by Tinsley on May 10th, 2009 | No Comments

Right now I am looking for people to join me as writers on this site.

If you are (or aspire to be) a programmer, developer, or are otherwise interested in any related field (in a very broad sense) please apply. The only strictly enforced requirement is that you have strong writing skills.

More Information

Hello World

Posted in About by Tinsley on May 8th, 2009 | No Comments

Welcome to EverythingDev!

I started this site with the intention of finding skilled writers who are interested in computer science, programming, or development and want to share their knowledge.

Enjoy!