Saturday, December 13, 2008

Final Project

After working late into the night many days, I have finally "finished" my final project. There is a lot more that I want to do and I also want to redesign it (again!). See it at perfecteddates.com

Saturday, November 22, 2008

Final Project Wireframe

Most of my pages are wireframed. The other ones will just be based off of my already finished ones.

Home Page:
Home page with log in down:
Dates page not logged in:
Dates page logged in:
User profile:
User profile after selecting see all for date ideas:Advanced Search:Advanced Search Results:
Browse Page:
Browsing Official Dates:Date Info Page:About Us Page:

Registration Page:

Image Uploader RSS Feed

Finished the RSS feed last week in class. Here is the link:

http://onepotcooking.com/jonathanrodriguez/class9/lasting_expressions/

Log in and then view the RSS. It works in firefox, Amos's example and I also tested it in Google Reader.

Friday, November 14, 2008

Final Project Idea

For my final project, I was thinking of creating The Perfect Date dot com

It would be:

  • a social networking site (as many as there are)
  • for someone who already has a special other or date set up
  • a place to find out good places and restaurants and activities to go to
  • able to search depending on your criteria
You would be able to enter how much money you have, what kind of date you would like, how many brownie points you want, etc. and it would find some options that would be similar to dinner and a movie.

Da Blog

Here is my "finished" blog. I saw a post by dbone I think linking to smashingmagazine.com about hand drawn items. I figured I'll give that a try and probably went a little over the top. I've been real busy this week so I haven't been able to work out all of the kinks but have gotten it up and running. Check it out:

Saturday, November 8, 2008

Class 7 assignment

Here is my site for class 7. Uploading images works fine. I used a modal box for signing up and uploading. Also, I took Brian's idea of being able to select how many images you want to see on the page.

Sunday, October 26, 2008

PHP - Class 6 Assignment

My site using PHP templates: Audio Amazon

*If you click on the "Music" breadcrumb, it will take you to a second page using the same layout but having a different ad and albums* Try it out.

Saturday, October 25, 2008

Assignment 5 - Welcome to the Jungle

I was able to finish the javascript right before class last week, so I was finally able to put time into the designing. I used photoshop a lot and followed some tutorials. Both the background and the logo each took me a few hours. I was happy with the way it came out, but I have the flashing when you mouse over the items like someone else mentioned. I took a lot of time with the layout, so I wasn't able to address that point. If you want to check out the site here it is: Audio Amazon.

Feel free to leave some comments or give me some feedback.

Here is a screenshot:


Saturday, October 18, 2008

Javascript

I finished my assignment during class but never got the chance to post it: http://onepotcooking.com/jonathanrodriguez/class4/class4assignment.html

It will copy your address into the shipping address if you check the box. Also, when you submit the form, it will check to see if you filled out all entries.

Saturday, October 11, 2008

Personal Homepage

Here is the link to my personal homepage: Class 3. I followed the wireframe layout Amos constructed in class. I need work with designing the layouts. I have no problem getting everything in place, but designing and selecting colors is a little more difficult for me.

Sunday, October 5, 2008

Using an Unordered List for the Top Nav

In class we used an unordered list for the top nav. I know one main issue people were facing was getting the "|" in between each heading. At first, I did that by adding a span"|"/span, but Amos told me that might not be right because only li's are supposed to be in a ul.

After thinking about it, I figured a way that is technically correct: using a nested list. Here's a quick example of the code:

ul
li Coffee
ul
li | /li
/ul
/li
li Tea
ul
li | /li
/ul
/li
li Milk
/ul

Let me know if this is correct to use, although for now I am going to stick to the span until I hear otherwise.

Monday, September 29, 2008

Pet Shop assignment

Working on this assignment is very similar to the other wireframe project we did. The only difficult part is getting the formatting correct. Now that I have already done that, I just have to get all the spacing and sizes right.

One thing I did notice was that my top nav is misaligned in IE7, but aligned in Firefox. I have no idea why that is or how I would fix it. I also have to figure out how to do proper spacing of the wording. I tried to use padding and margins but with no success.

If you want to check out my Pet Shop, click here.

Saturday, September 27, 2008

Creating a Logo/Title

When making the Title box for my page, I found a site to help make logos:

http://cooltext.com

Class 2 - In class assignment 1

Link to assignment 1: Click Here

HTML and XHTML

After going through all of the tutorials, I learned some stuff that we didn't go over in class. Pretty much, XHTML and HTML are very similar. XHTML is a little more strict with its coding. All tags need to be lowercase and closed. The only thing that confused me on the tutorial was how they closed the tags with " /". We didn't use the extra space in class, but they recommended you do that. When I ran the XHTML validator, it found that I didn't have a Doc Type and that I didn't put spaces before my closing '/' in br/. Should ask whether to put it or not?

Saturday, September 20, 2008

First In-Class Assignment

Pet Shop Wire Diagram

First Day

First day in class and we are setting up the computers. So far, we have downloaded and installed Firefox and set up a Blogger account.