Category: Web Design Projects
THEPENWELLS.COM Update 4.5
By Thomas Penwell on Mar 8, 2010 | In Web Design Projects, My Life | Send feedback »
Just a minor update to this site today.
Added a nice WYSIWYG editor to make it easy for members to post news and such. Also added birthdays to the calender (must be logged on to view birthdays)
THEPENWELLS.COM Update 4
By Thomas Penwell on Feb 23, 2010 | In Web Design Projects, My Life | Send feedback »
This update consists of a neat little Calender feature that will display events in a calender form. The calender script also shows the # of events for the next 12 months. I may add things like birthdays to the calender view but haven't decided if I will do so yet.
tomswebdesign.net is about to get a new look
By Thomas Penwell on Feb 16, 2010 | In Web Design Projects | Send feedback »
I have decided to completely redesign tomswebdesign.net to give it a more modern look to go with the new logo. I went for a very simple design that uses very little graphics. I also replaced the ugly nav menu with something that looks and works much nicer.
Check out the beta site at http://www.tomswebdesign.net/beta/prod/ and tell me what you think.
THEPENWELLS.COM Update 3
By Thomas Penwell on Jan 12, 2010 | In Web Design Projects, My Life | Send feedback »
Two big things in today's update on THEPENWELLS.COM
1. People can now be added to the directory from the webpage (no more using phpMyAdmin)
2. Users can now self-register
The "add person" form is for the most part is straight forward.
The user registration system allows anyone who does not have a username to register and create one. Of course users cannot register if they do not have an email address in the directory. Any user who wishes to register only needs to have a current registered user add their email address to their profile. The registration system does have a security measure in place as it asks for their date of birth. Once a user successfully passes the security checks, they will receive a confirmation email with an activation link.
THEPENWELLS.COM Update 2
By Thomas Penwell on Dec 29, 2009 | In Web Design Projects, My Life | Send feedback »
Blogs are now live on thepenwells.com
I decided to go with the same blog system I am currently using right here. I took a look at wordpress and decided it would not work that great for my purpose. Since wordpress does not allow creation of multiple blogs (at least not that I could see or figure out) so I went with b2evolution.
This one did not make it easy to bridge with. This bridge was constructed a bit different than the image gallery bridge. This bridge gives the user an option to either use the blog system hosted on thepenwells.com or create a link to their existing blog page.
The blog bridge also took way more sql queries to make it function than the image gallery system. I was scratching my head for about 2 hours trying to figure out 2 things: 1) how to see the different elements (widgets if you will) on the newly created blog. Solution to this was simple. needed to insert the widget information for the newly created blog. 2) For some reason the blog itself would work but the user isn't able to write to it (gave a server error). Solution to this was to create a post category for the newly created blog (pita they need unique identifiers.)