Here is the link to my final project:
BrokerID.com
Amos-- Thanks for everything!
Jack-- Thanks for all your help in class!
Nice meeting everyone and keep in touch!
If you're on Facebook, join our group by searching Groups=> "Web Dev Spring 2009"
or click here Web Dev Spring 2009
We can share ideas, resources, etc like where to find good deals on servers, hosting, optimization, etc!
Monday, May 11, 2009
Saturday, May 2, 2009
I created a Facebook group for us to keep in touch after this class!
Hi all,
I created a Facebook group for everyone to keep in touch after this class.
Please feel free to join this group so that we can keep each other updated with our current endeavors.
Also, I think it's a good way for us to continue any discussions or ask for support from each other!
Web Dev Spring 2009
or look up "Web Dev Spring 2009" in FB groups
Best,
Jackie
I created a Facebook group for everyone to keep in touch after this class.
Please feel free to join this group so that we can keep each other updated with our current endeavors.
Also, I think it's a good way for us to continue any discussions or ask for support from each other!
Web Dev Spring 2009
or look up "Web Dev Spring 2009" in FB groups
Best,
Jackie
Saturday, April 25, 2009
Class 9 Homework
YAY!!! So i have the blog working now with the comments displaying properly.
(THANKS JACK!!!) Now the next step is adding AJAX to this and prettying it up a bit.
The moral of the story is : I have to continue practicing and DEBUGGING!!! It's amazing that the comments were not displaying from my earlier post, mainly due to missing equal signs and quotation marks in the wrong place-- of course along with a few "minor" issues! =)
So, here it is... Jackie's Blog
See you next week!
(THANKS JACK!!!) Now the next step is adding AJAX to this and prettying it up a bit.
The moral of the story is : I have to continue practicing and DEBUGGING!!! It's amazing that the comments were not displaying from my earlier post, mainly due to missing equal signs and quotation marks in the wrong place-- of course along with a few "minor" issues! =)
So, here it is... Jackie's Blog
See you next week!
Friday, April 24, 2009
Class 9 Homework - Blog with Comments ( or without!)
Okay, after many days' attempts (yeah, no kidding), I am still having trouble getting my comments to properly show on my index page.
However, all the information is all properly being sent to MySql fields and all my posts are being displayed properly. My cookies are also working fine. I just cannot get the comments to show! Arrgg.
Here is the blog thus far:
Jackie's blog
The biggest problem I can see is that I am not combining the tables properly and I am having trouble with the foreach syntax and pulling up the arrays.
However, all the information is all properly being sent to MySql fields and all my posts are being displayed properly. My cookies are also working fine. I just cannot get the comments to show! Arrgg.
Here is the blog thus far:
Jackie's blog
The biggest problem I can see is that I am not combining the tables properly and I am having trouble with the foreach syntax and pulling up the arrays.
Friday, April 17, 2009
Class 8 Homework Assignment - Jackie's Blog
Okay, wooohoooo!
I think I have most of this done!
Here is my blog:
Jackie's Blog
I was able to store all the data properly into proper fields in the SQL database.
The jlee_posts and jlee_users both contain all the essential data when submitted by the user.
I can also retrieve the data, unfortunately, I cannot properly display them on my homepage. I think it is more of a CSS issue which I will have to play with.
I think I have most of this done!
Here is my blog:
Jackie's Blog
I was able to store all the data properly into proper fields in the SQL database.
The jlee_posts and jlee_users both contain all the essential data when submitted by the user.
I can also retrieve the data, unfortunately, I cannot properly display them on my homepage. I think it is more of a CSS issue which I will have to play with.
Friday, April 10, 2009
Class 7 In-Class/ Homework Assignment - Image Store
Ok, so here is my assignment:
The Photo Shop
I think I am only half way there.
Highlights:
I was able to get most information written into the text files and my images are loading properly.
Lowlights:
I cannot get the permanent path of images to write into the text files. This is a major problem as I think I should be using the foreach to go over the array of uploaded images and display them that way.
Also, another challenge is that I cannot get the error message to appear if the user is signing in with only 1 field, i.e. just the name OR just the password.
I hope we go over this assignment in detail tomorrow.
The Photo Shop
I think I am only half way there.
Highlights:
I was able to get most information written into the text files and my images are loading properly.
Lowlights:
I cannot get the permanent path of images to write into the text files. This is a major problem as I think I should be using the foreach to go over the array of uploaded images and display them that way.
Also, another challenge is that I cannot get the error message to appear if the user is signing in with only 1 field, i.e. just the name OR just the password.
I hope we go over this assignment in detail tomorrow.
Saturday, April 4, 2009
Homework Class 5 - Store with mouseover HTML
Here is my homework for Class 5.
http://onepotcooking.com/jackielee/class5_home2/mouseover_store2.html
Every week, I will try to "re-do" previous weeks' assignments as I am realizing that I am having difficulty in figuring out complete solutions to assignments until we go over them in class, so I am a bit behind on the homework...
I am slowly but surely getting there! I am spending HOURS everyday trying to study this. I just have to keep my head up and my nose in the tutorials and Notebook!
http://onepotcooking.com/jackielee/class5_home2/mouseover_store2.html
Every week, I will try to "re-do" previous weeks' assignments as I am realizing that I am having difficulty in figuring out complete solutions to assignments until we go over them in class, so I am a bit behind on the homework...
I am slowly but surely getting there! I am spending HOURS everyday trying to study this. I just have to keep my head up and my nose in the tutorials and Notebook!
Friday, March 6, 2009
Class 3 - Homework
This is the link for Class 3 Homework:
Assignment 1 = Blackbook
http://onepotcooking.com/jackielee/class3/blackbook.html
I am having a lot of trouble with the MTV one. I will complete after we review in class.
Assignment 1 = Blackbook
http://onepotcooking.com/jackielee/class3/blackbook.html
I am having a lot of trouble with the MTV one. I will complete after we review in class.
Saturday, February 28, 2009
Class 3 Actor Home Page Assignment Review
i feel like instead of 2x2=4, i am doing 1+1+1+1+8-8=4
i need to practice!!!1
arrrrrggghh!
i need to practice!!!1
arrrrrggghh!
Friday, February 27, 2009
Class 2 Homework -Actor's Home Page
Wednesday, February 25, 2009
Class 2 - In Class Assignment 1 Troubleshooting
This assignment, although was easy, taught me a very important lesson...
I actually had the right codes within 5-10 minutes of the assignment, but it ended up taking me over an hour to complete it.
What happened was that I had created a new subfolder under my "jackielee" => "class2" folder called "assignments". This is where I had saved my in_class_assignment1.html
Therefore, although everything was coded properly, and
(link rel="stylesheet" type="text/css" href="styles/in_class_assignment1.css"0
was correct, it was searching within the "assignment" folder for these links.
The result: no css style was appearing within my html page.
Discouraged that I had actually coded improperly due to the lack of any styles, I proceeded to revise my codes over and over until I finally realized my very slight, yet most impactful error of my assignment: By removing the in_class_assignment1.html file from my subfolder "assignment" back into the "class2" folder we all created, my page ran perfectly.
Lesson learned...
I actually had the right codes within 5-10 minutes of the assignment, but it ended up taking me over an hour to complete it.
What happened was that I had created a new subfolder under my "jackielee" => "class2" folder called "assignments". This is where I had saved my in_class_assignment1.html
Therefore, although everything was coded properly, and
(link rel="stylesheet" type="text/css" href="styles/in_class_assignment1.css"0
was correct, it was searching within the "assignment" folder for these links.
The result: no css style was appearing within my html page.
Discouraged that I had actually coded improperly due to the lack of any styles, I proceeded to revise my codes over and over until I finally realized my very slight, yet most impactful error of my assignment: By removing the in_class_assignment1.html file from my subfolder "assignment" back into the "class2" folder we all created, my page ran perfectly.
Lesson learned...
Saturday, February 14, 2009
Subscribe to:
Posts (Atom)