development

Everything development

rendo-3d-rbot

Rendo, 3D visualisation and product design… revamped and ready to render!

Rendo, the Sussex based 3D visualisation and product design company, have unveiled their new brand identity and a fresh, new website.

The Neon Hive is mighty chuffed to have worked with Rendo to develop their brand identity and website to promote their very awesome 3D rendering service Read more…

February 15, 2010 | Tags: , , , , ,

Fixing “JFolder::files: Path is not a folder” Joomla

A rather strange error that can crop up in the menu manager of Joomla.

This is simply a case of Joomla looking for a folder that is not there, in this case it’s the folder images / stories, Joomla looks for this folder for the menu images and if it cannot find it, or it has incorrect permissions, it throws this error. Read more…

January 12, 2010 | Tags: , , ,

neonmonster-error-404

Give your web design a little bit of TLC

Whilst the majority live in fear of seeing the (typically) dreaded Error 404 page appear, our crew, armed with a lethal dose of anticipation, excitement and intrepidity, live to see Error 404 pages! What the hell are we thinking?!!! Read more…

Preventing direct access to certain functions in your Joomla component controllers is essential. This tutorial demonstrates a simple method to prevent direct access to “helper” functions that may be in your component’s controller.

Strictly speaking, the only functions you should have in your controller are ones that deal directly with users’ requests and either alter the data or pass it on to the respective models. However, occasionally the controller may need to contain functions that will not be required to receive data to process, for example, from a form. A really good illustration of this instance would be the _sendMail function in the Joomla user component. Read more…

October 20, 2009 | Tags: , ,

Something that seems to be poorly documented is how to get and set session variables in Joomla. I distinctively recall hunting high and low for some vital guidance on this when Joomla 1.5 first came out (all those moons ago!) and having no luck. Hopefully this article will help someone, at some point, with something. Read more…

October 2, 2009 | Tags: , ,

The all-nighter is something that many people (particularly creatives and nerds) find themselves having to contend with. I prefer to work at night; I find I get more done in the hours of 12pm – 5am than I will most days. No phone calls, no emails, no meetings. Silent. Bliss. Having pretty much mastered the art of the all-nighter over the last few years, I figured I’d share some pointers. Here’s my Official All-Nighter Survival Checklist: Read more…

September 13, 2009 | Tags: , , , ,

Removing the dotted line around links in Firefox

Firefox has an annoying habit of adding a dotted line around links during the “focus” (when clicked) stage of the link. This is due to Firefox’s standard CSS having the following line:

:-moz-any-link:focus {
outline: 1px dotted invert;
}

Thankfully it’s easy to deal with… Read more…

September 7, 2009 | Tags: , , ,

Not much to this one, and I don’t use access often, but it’s something that had me stumped for a little while so thought it worth posting. In (normal) SQL whenever you need to do a basic search in a field, the syntax is:

select * from exampletable where field1 like ('text%')

The % are used as the wild cards but not in Access!!! Read more…

September 6, 2009 | Tags: , , , ,