Programming Blogs & Blog Posts
Blogs on programming
Posting Frequency on programming
|
Distinct: |
Percent: |
Latest Blog Posts on programming
- Linking to files without read-only restrictions by Whispering Jesse Sailing Blog by John Lichty on Nov 14, 2009
Here's another interesting programming trick I discovered at work recently that I was unable to find a solution to anywhere on the Internet:Everyone knows that what makes the Internet the Internet is that everything is interconnected through links. T...
- A better way to search for methods of Python objects by tail -f findings.out on Nov 8, 2009
Python’s introspection abilities are quite extensive and useful. They are also well-documented, so I won’t go into the basics here. Check out this article if you need a good overview. N.B.: discussion and code below applies to both method...
- Learn Objective-C on the Mac: A Book Review by Jeff Blogs on Oct 26, 2009
Recently I wrote about making recommendations for Mac development books. In that post I gave a recommendation for Learn C on the Mac (Learn Series) by Dave Mark as a beginning book to build foundation for learning programming. Once a framework has b...
- Catching warnings from the MySQLdb module by tail -f findings.out on Oct 26, 2009
The MySQLdb Python module implements the Python DB API for MySQL. I’ve written about its use before. MySQL issues warning messages in a number of circumstances and PEP 249 (which specifies the Python DB API) describes a Warning error message to...
- Add, Edit, Delete Cookies with JavaScript by Thinkclay on Oct 19, 2009
There are many ways to communicate and store data from front-end to back-end, but many require AJAX which may take too much time to develop or might not fit the project correctly. A neat alternative to save data and be able to access that data from t...
- New Blog: Software Architecture by Thoughts and Things on Oct 13, 2009
I am a software architect as well as a software engineer. I've created a few blogs about programming and java architecture, but Software Architecture, a new blog of mine, speaks generally about the design of software. It is programming la...
- New Blog: Software Architecture by Thoughts and Things on Oct 13, 2009
I am a software architect as well as a software engineer. I've created a few blogs about programming and java architecture, but Software Architecture, a new blog of mine, speaks generally about the design of software. It is programming la...















