Archive for the ‘Web Development’ Category
Saturday, March 31st, 2007
During the development of our first 'real' site, http://www.myfriendsuggests.com, we never really paid too much attention to the URLs that our site was generating. We did some reading and heard that clean URLs were important for SEO reasons but at the same time we saw the GoogleBot crawling our site ...
Posted in Java, MyFriendSuggests, Web Development | No Comments »
Wednesday, March 21st, 2007
The concept of constants in CSS doesn't seem to really exist. So I created a JSP page instead of a css file to make life easier, simple concept but saved me lots of time when I decided to give my site a face lift.
How I did it:
I created a file ...
Posted in Java, Web Development | 1 Comment »
Tuesday, March 20th, 2007
Figured this may help someone in the feature, sure helped me.
If you get an exception in you JSP code, the line # corresponds to the the .java file, however at least in my installation of eclipse, eclipse doesn't automatically find the file. I found the java files in:
<MYWORKSPACE>\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\work\Catalina\localhost\<mycontext>\org\apache\jsp>
If you know ...
Posted in Java, Web Development | No Comments »
Monday, March 19th, 2007
MyFriendSuggests.com is our first true web application that we have deployed for public use. We haven't really begun any official promotion other than some word of mouth emails. Basically the site is a social networking site for people to recommend restaurants, bars, clubs, hotels, local services, etc. to each other. ...
Posted in MyFriendSuggests, Web Development | No Comments »
Monday, March 19th, 2007
Hi,
This is our first blog. Basically we decided that since we get so much good information about technology and web development from other blogs out there we would write our own. For the most part we are going to chronicle the development of our first website My Friend Suggests, both ...
Posted in Blackberry, Web Development | No Comments »