tesoriere logo

Premier Medical Care

2009.10.13

premier medical care picture

Premier Medical Care's new website, he also happens to be my physician. http://premiermedicalcarepb.com.

tags:

Keep Flippin' website v3

2009.06.15

keep flippin picture

Below this is all tech-talk. To summarize, I used new stuff to make the site better, make it quicker, and more responsive. This is what I made.

In every project I do, I like to learn something new. This time, I just happened to learn quite a few new things, SASS, XSLT, and additional knowledge about PHP to name a few. Not that PHP is still anything amazing, but it can’t hurt to renew some knowledge of it.

The new keep flippin website is built using compass for the CSS (this is amazing), symphony, some extensions I created and GitHub to keep track of everything.

tags:

Dealing with database concurrency (locking) in the Symphony CMS

2009.06.13 | 0 comments »

picture of it

Symphony doesn't natively supported pessimistic database locking, so I created an extension in symphony to handle it, both in the backend and the frontend. It's somewhat complicated to implement, but so far it works pretty great. I created it because one of the next big projects I'm working on will be used by many people at once, and I was considering using symphony to create it, as opposed to Rails.

You can get it here.

Report any issues at GitHub.

tags:

Uploading multiple files with Symphony CMS

2009.06.01 | 0 comments »

Mass Upload Utility

Many CMS’ don’t offer a way to manage picture galleries easily, and neither does symphony out of the box. But, after playing with symphony some, I decided that I liked it and the next project I would do would be with symphony.

So I created a plugin (in symphony: extension) that allows you to upload multiple files, and create entries (in this example, gallery items, or rows in the database, etc) to allow you to accomplish this easily.

You can download it at Github.

tags:

Symphony CMS

2009.05.28



I've been working on moving this to this. It's got a bit of a learning curve, but I would say it's like Rails for designers with a GUI. That's not a bad thing. The bad thing is that it uses XSLT 1.0. Which is the least powerful language ever written (spec was written 8 years ago). It's not a procedural language, and if you don't treat it as one, you'll be ok. Some posts about tutorials will follow.

tags:

archives