vote up 0 vote down star

Not sure if this site http://www.nibbledish.com/ is built using something like Wordpress MU and Buddypress or if it's custom built but I would like to find out if possible.

Any ideas?

Thanks

Jonathan

flag

45% accept rate
1  
They have a contact form, why don't you ask them! – silky Sep 8 at 3:50
Thanks for the tip. – Jonathan Lyon Sep 8 at 4:17

closed as not programming related by silky, blowdart, gnovice, Steven A. Lowe, Shog9 Sep 8 at 4:29

4 Answers

vote up 1 vote down

It is a custom built engine. Looking at the source code can generally give you clues to the origin of the engine.

link|flag
thanks - that's what I figured, the source code doesn't really offer any clues really though – Jonathan Lyon Sep 8 at 4:15
vote up 0 vote down

As Matthew said, they appear to be running a custom engine.

It's written in PHP and running on Apache (from the page headers).

It's also relying heavily on Tsavo's media content platform (they admit as much on their site).

That's about all the clues I can see.

link|flag
vote up 0 vote down

Best guess is wordpress. Some digging showed that nibbledish is part of a network of sites run by tsavo.com. A google search for tsavo.com yielded a job listing on dice.com (recently pulled, you have to look at it in Google Cache) for someone with "experience developing Wordpress themes and plugins".

I can't find any solid evidence- There's no /wp-admin folder, but nibbledish.com/index.php exists, indicating that the site was built using PHP-based blog/cms software.

link|flag
vote up 0 vote down

According to builtWith.com that site seems to be using php on the server side and Jquery and YUI on the client side. See the full report. Make sure to use this nifty bookmarklet to find out info about any site in the future.

link|flag
Thanks - I appreciate the heads up - that's quite an interesting site, definitely worth bookmarking. – Jonathan Lyon Sep 8 at 4:19

Not the answer you're looking for? Browse other questions tagged or ask your own question.