Think Opens Lampshade PHP Framework

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
thinkcomp
Forum Newbie
Posts: 2
Joined: Thu Oct 20, 2005 9:23 pm

Think Opens Lampshade PHP Framework

Post by thinkcomp »

Hi,

My company has been using its own PHP framework, called Lampshade, when building products for our clients for a long time. As of today, we've made it open-source under a dual license: fee-based for commercial use, and free for non-commercial use. Feel free to download and take it for a test drive.

Here's a link to the press release, which links to the download page:

http://www.thinkcomputer.com/corporate/ ... html?id=24

Let me know if you have any questions, too.

Thanks,

Aaron
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.2 wrote:12.c. You may not post press releases, regardless of forum. An open source business may post press releases in the General Discussion forum, and only that forum.
McGruff
DevNet Master
Posts: 2893
Joined: Thu Jan 30, 2003 8:26 pm
Location: Glasgow, Scotland

Post by McGruff »

You mentioned on the site that it's tested. I tried to check if this meant unit tests (it's a deal-breaker for me if it isn't: I wouldn't regard that as enterprise-ready). However, I seem to get stuck in some kind of survey page which asks for various personal details.

I stopped there.
thinkcomp
Forum Newbie
Posts: 2
Joined: Thu Oct 20, 2005 9:23 pm

Post by thinkcomp »

Hi,

I'm afraid it's not unit tested yet--it's been tested by the companies that have been using it for three years.

I'd be happy to use SimpleTest to unit test the framework if I could figure out how. The documentation is extremely confusing to me, though I think I generally understand the point of the software. If you'd be willing to help me better understand how to unit test everything, I'd appreciate it.

We do ask for your name and contact information before you can download the framework. Given that it used to cost $799, I don't think it's asking that much.

Thanks,

Aaron
McGruff
DevNet Master
Posts: 2893
Joined: Thu Jan 30, 2003 8:26 pm
Location: Glasgow, Scotland

Post by McGruff »

thinkcomp wrote:If you'd be willing to help me better understand how to unit test everything, I'd appreciate it.
Since you're a commercial concern I'd do it on a consultancy basis but I'm afraid I've got too much on my plate right now. Do have a look around the unit testing forum though.

I think you might to have to rethink the requirement to give out some personal details. It's not usual to have to do this and I suspect that for many people that will be their jumping off point, before they've even seen the code.
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Post by onion2k »

I know I'm always banging on about this .. but the none of the example sites Lampshade powers pass a simple WAI/Section 508 check. There's no DOCTYPE, no language indentifiers, simple things like alt attributes are missing from the images. In my opinion this makes it unusable for any commercial or government website.
Post Reply