Topics
Coding Blog
With my latest gig sending me back into the .NET world, I have been busy migrating quite a few of my tools and experience to play nice with ASP.NET sites. One of my favorite open-source tools that is gaining popularity in .NET is jQuery. For several years now, I have been using jQuery heavily to provide rich interaction on websites. When faced with the basic UpdatePanel in ASP.NET, I was presented with a challenge. I wanted a solution that would automatically call jQuery so that new content was properly parsed and updated.
| Tags: AJAX, ASP.NET, jQuery |
In my two most recent posts, Always Learning and Coders at Work, I talked about my personal and professional need to keep learning. My most recent addition to my development arsenal has been Python. Why I considered learning the language a success, I didn't really feel that it a significant amount of new materials and features. As a result, I have chosen to dive into the functional programming language Erlang.
| Tags: Erlang, Python |
I have been using my mod_python Mako handler for several months now in my personal projects. For the most part, I have been very happy with Mako and am finding it extremely useful. One issue I have had to wrap my head around has been the inability to halt template execution cleanly. A common practice in many a website has been to flush the current output buffer, display the required authentication information with a form or a redirect, and then end the requestmaking authentication required on a page of content.
| Tags: Apache, Mako, mod_python, Python |
One of the more interesting challenges I have faced with Wordpress is offering custom pages. These could be pages such taking a survey, asking a question, or suggesting a topic. Previously, I had gone about coding these kinds of pages by just sticking the php file in the web root.
| Tags: php, wordpress |
I have a friend that wants to update a banner on his Wordpress blog homepage without changing the template files. I tell him I'd be glad to help him out and start working on a plugin that provides a custom administration page to allow for this. As I am a firm believer in the power of a lazy coder to get things done faster and better, my first thought was: "Why don't I just see if I can hijack the 'Select Image From Gallery' page to do this?"
| Tags: Javascript, jQuery, php, wordpress |
Once again, my Wordpress friends had to hit me up for some help. These are the same friends that I helped with a Custom Field Search Plugin. They have been maintaining a community site, SuccessNet Online™, and an email mailing list of several hundred thousand participants for Business Networking International.
| Tags: Apache, linux, nginx, wordpress |
In my previous post on implementing a custom field search in Wordpress, I showed how to modify the internal SQL LIKE search that is the default search engine of Wordpress. There are other search engines that Wordpress can make use of, most notably Sphinx Search.
| Tags: php, sphinx, sql, wordpress |
I think it is safe to say that my personal goal of learning and using Python this winter has been a huge success! I have now found myself hard at work on a large Python-based project in my spare time and investigating issues that I haven't been able to track down much documentation on. How to use Memcached in conjunction with SQLAlchemy was one of those issues.
| Tags: memcached, Python, sql, SQLAlchemy |
I have been using the mod_python handler to parse Mako templates for about a month now in a personal project. As I have done more and more development on my project, I have naturally encountered shortcomings and errors in my handler.
| Tags: Apache, Mako, mod_python, Python, SQLAlchemy |
One of my personal goals this Winter has been to learn and start using Python. Learning new languages and putting them to use is something I try to do about every year. Like so many others out there, messing around with Perl in college really has had an impact on my professional career. Being a professional web developer who uses Perlespecially through Apache/mod_perlit was only natural that I began looking at building out a small site using mod_python. Little did I understand how much of a minefield I was stepping into!
| Tags: Apache, Mako, mod_python, Python |

