Archive for the ‘Programming’ Category
Monday, October 31st, 2005
I've come across a problem that I haven't found a simple answer for regarding the javascript DOM implementation and AJAX. Here it goes:
HTML templates are stored on a server, these templates can be partial pieces of an HTML page generated by a designer. These pages contain mostly CSS and ...
Posted in Programming, Technology | No Comments »
Saturday, October 22nd, 2005
The more and more I work with AJAX, the more and more complicated things seem to get. Now this may be because it's being used in a rather complicated system, or it may be more because the architecture behind the application is more complicated than the application needs ...
Posted in Programming, Technology | No Comments »
Monday, October 17th, 2005
In my desire to test the wordpress XML-RPC, which by the way is very poorly documented on the wordpress site and sister sites, I've implemented an autonomous blog. The DNS will resolve to random.dragonslife.org, but for now the link is at http://www.dragonslife.org/random.
This is currently a screen scrape of ...
Posted in Programming, Technology | No Comments »
Thursday, October 13th, 2005
Since I realize that I will be posting a bunch of code and other command line uses I decided to look into a code highlighting method. I came across a great solution at chroder.com. The only problem I had was with the way the height was determined on the boxes. ...
Posted in Personal, Programming | No Comments »
Tuesday, October 11th, 2005
I don't know why this proved difficult, but code folding in xemacs/emacs was not as simple to setup as I had imagined. I started off by searching for an xemacs folding package with emerge. After this came up empty, I started scouring the web for emacs related information.
I came ...
Posted in Programming, Technology | No Comments »