Javascript yeilding and graceful degration

I’ve been watching a few YUI Theatre and Joseph Smarr’s talk about AJAX and Plaxo.

Posted on September 2, 2007 at 10:22 am by nickdenardis · Permalink · Leave a comment
In: main · Tagged with: , , , ,

Working with Blueprint: A CSS Framework

So I decided to change my blogging software, from no software (Blogger) to SimpleLog. I setup everything up in my dev environment and it was by far the easiest setup I have seen so far. Took about 10 minutes including setting up the virtual hosts. While getting super interested in my blog again I was [...]

Posted on August 5, 2007 at 1:35 pm by nickdenardis · Permalink · Leave a comment
In: main · Tagged with: , , , , , ,

Understanding Rails Partials

Partial’s are great, i really wish there was something as straight forward in Smarty. With Smarty it would require a loop and an include, but partials roll that all into one. It great when you are displaying a list of items, especially if that list can be used in multiple pages in many contexts. With [...]

Posted on July 9, 2007 at 6:08 pm by nickdenardis · Permalink · Leave a comment
In: main · Tagged with: , , ,

Multiplication

The MultiForm() function is here. It allows an entire form or just one form field to be displayed with the [] brackets on the end of the input name. This allows the form to have multiple copies of the same fields in the same form without anything getting overwritten or any additional setup. Here is [...]

Posted on April 17, 2007 at 7:17 am by nickdenardis · Permalink · Leave a comment
In: main · Tagged with: , ,

A More Centered API

Its been a while but we have been working hard on an API that is going to withstand the test of time. This will make Simpl more expendable and not require as many application code level changes in the future. These function have been added to the Form() Class: SetDisplay($fields) -> BooleanSetHidden($fields) -> BooleanSetOmit($fields) -> [...]

Posted on April 8, 2007 at 6:54 pm by nickdenardis · Permalink · Leave a comment
In: main · Tagged with: , ,