Friday, September 10, 2010

Question Mark Website (Tweaked)

Some major changes have been made to the Question Mark site, and you can check them out on http://questionmark-ent.com. Some of these changes are in aesthetics and others in functionality.
Graphics designs are by Ope Awoyemi.

Friday, August 27, 2010

Lampejo Solicitors Website






Imagine combining your design with a CMS system... Well that is exactly what I did. Did the design from scratch and then combined it with Get-Simple CMS system, which allows me (and anyone by the way) to edit the contents from the CMS backend. Get-Simple is not as robust as WordPress, but it is a whole lot easier to use and implement  for simple projects like this one.

This is also a very simple design concept, and it was fun working on it, especially with the Get-Simple implementation. Kudos to Ope for the logo design and final design touches.

You can find the full site on http://lampejosolicitors.com. I especially love the jquery action on the Principal Partners page

Monday, August 23, 2010

Question Mark Website



This was an interesting site to work on. I must say I learnt a lot while working on it, and it was indeed challenging. You can check out the full site on http://questionmark-ent.com. I owe the success of this one to Ope, whose insights and suggestions were unimaginable. Thanks

Thursday, August 19, 2010

CyberSecurity Summit Website






This is a preview of my latest job. I kinda enjoyed doing this one especially because it was my own creation, and everyone likes it... Check out the site on http://summit.cybersolutionafrica.org/. I also used some cool features like Google Maps for the first time. Loved working on this one.

Tuesday, July 27, 2010

ESU Ventures Website




This is the first job I completed while working with ennovateNIGERIA and I must say that I learnt quit a lot working on this simple site. One saying comes to mind. "Why re-invent the wheel". I learnt how to use tools that would assist me in building powerful websites in a short time
Visit the website at http://esuventuresoilandgas.com to have a peek.

Wednesday, July 21, 2010

Virtual Hosts on a Local Wamp Server

Well I was having a peculiar problem recently while working on a project. I wanted to use relative links (e.g.Home and it seemed that this was my only solution to a peculiar problem. However, as some of you may have realized when using relative links, the page is redirected to "localhost/index.php" instead of "localhost/mySite/index.php". Well I tried so many solutions, but I really wanted relative linking to work because it seems to be the best solution. Well the solution I discovered is Virtual Hosting.

As the name implies, virtual hosting means you can virtually host different sites. Instead of you being stuck with localhost preceding every site, you can easily work with a virtual host such as mySite.local/. Cool right? So how exactly can this be done? This solution allows you to host multiple virtual hosts on your wamp server.
After installing Wamp Server on your computer system, you can place all your sites in the www folder and preview them on a web page using localhost/mySite. But if you would like to have a local URL of your own, follow the following steps
Step 1: Edit the Windows hosts file (directory is C:\Windows\System32\drivers\etc\hosts using your favorite text editor (I used Notepad). If you are using Windows Vista or 7, ensure that you open Notepad with administrator privilages, else you would not be able to save changes. To open with administrator privileges, search for your text editor (in this case notepad) from your start menu. Right click it and select Run as administrator. Add a line 127.0.0.1 your-local-domain. You can out any name in place of your-local-domain. Your file should look like this. Save and continue to step 2.


Thursday, July 15, 2010

Work Continues on Atticus


I've been pretty busy on atticus on other projects. One of the major improvements to the homepage of atticus is the inclusion of am autosuggest box that lists previous related searches. Any search query is stored in a table on the database. The autosuggests are arranged according to the number of duplicates. This means that the most popular autosuggest comes up first.


The search page now has a popup login form for visitors who would like to view details of search records without logging in. This was ofcos accomplished with the use of the ever powerful JQuery Library. It is actually quite easy (surprisingly).

I have done most of the work so far on the admin backend, where contents and users are managed. The stylish  login form is for admins and super admins only. I have done extensive work on the Content page (you could call it dashboard if you like) where the actually content management for the site is done. I have also setup the Admin page which allows admins to change their passwords and super admins to change details of other admins like name, email, password, privilege (or role), etc.

I am so proud of how much I've done but there is so much left to be done. Special thanks to my "boss", Ope, for all his contributions. I know this project would be great. You can check out the site on http://www.atticus.ennovatedemos.com. This is only a temporary hosting.
Please post your comments