Archive for the ‘Dynamic Programming’ Category
How to Create a Draggable Sort List
One of my favorite features of a content management system is a drag to sort list. Something similar can be seen in systems like the widgets module in WordPress. Before I realized it was there, a few clients have asked me to integrate these lists so they can better manage items for their website. This [...]
Top 10 Free Web Application Development Tools
I use all but one of the tools in this list for web application development. They help streamline most of my work as a web developer. This is PC based…so I’m not sure which will work on the Mac. jEdit Web Developer Tool Bar for FireFox FileZilla MySQL Gimp Codeignitor Project Pier Subversion Open office [...]
What is Standards Compliance?
What is standards compliance? Standards Compliance refers to a set of best practice principles that can govern any given industry including web development. There are a few organizations that regulate these principles, most notably the World Wide Web Consortium. Web Browsers and other web interfaces are often developed to comply with the standards the W3C [...]
PHP Tutorial for Beginners
In this beginners guide to PHP, I will introduce you to one of the best languages to build websites with. I’ve used it for several years with much success. I encourage you to read on, as this is not your typical technical tutorial. PHP is a server side scripting language widely used in website development [...]
Dynamic Programming Tutorial (An Introduction)
How is Dynamic Programming different than normal web coding? Unlike plain HTML and CSS, dynamic web pages are created using web programming languages such as JavaScript and PHP. They are often database driven and highly interactive. With dynamic programming, allot of information parsing can be done before, and after the user initiates an action on [...]
