Final

Posted in Javascript, Website Codeing, html on June 19, 2009 by Salvador Najar

The Inspired Gallery Final

Here is the finished image gallery and final program I had to do for Programming Logic. I had my ups and downs in this class and enjoyed every moment I was in class learning and the long hours at home doing the assignments. I am looking forward to learning more Javascript over the break and I will also be getting into some flash to prepare myself for next quarter. I am really starting to understand how to use Javascript more and more, at times it takes me a longer time to get my code working but I always end up working on it till I get it figured out, even if it does take me longer than it should.

Week 10 Javascript

Posted in Uncategorized on June 17, 2009 by Salvador Najar

Ok, here is the update on my image gallery which is the final project for class. It took me a very long time to figure out what I have so far with getting the images to switch when you click on the thumbnail. I’m a bit slow but I will end up getting it figured out.

The Inspired Gallery

I will have this all finished up within the next two days and I will have the final posted asap.

Week 9 with Javascript

Posted in Javascript, html on June 10, 2009 by Salvador Najar

Well this week we are starting on our final project for Javascript. It is a gallery that will consist of a minimum of 6 images, thumbnails, and text to go with the images. We are to create the web page with all the HTML/CSS first and then week 10 we will be getting into the programming part. Which will let the user click on the thumbnail image and then a larger image will show up with the text and replace the current image. I have been waiting a long time to do something like this and I’m looking forward to this week.

Image Gallery

Week 8 Making a Form that works

Posted in Javascript on June 3, 2009 by Salvador Najar

This week we are building a form that will ask the user for some general information and will alert them if the form is filled out incorrectly and then send them back to it to fill in the missing information or the incorrect information. It is pretty much making sure the form will validate if the user is giving us all the information we need to accept the form.

Form Assignment Week 8

So far I was able to build the form then have it validate all the information except the email. I know what to use to have it do this but I am running into a bit of a problem once it finishes up checking the phone number information. Know my past mistakes it is probably going to be a missing bracket somewhere. I have gone through and checked all of them but I’m not finding anything missing so I think it is know time to have someone else have a look at it, before my head starts to pound inside out.

JavaScript “Getting a bit more advanced on me” Week 7

Posted in Javascript on May 27, 2009 by Salvador Najar

Worked on some challenges for Programming Logic.

The Homework was a bit more complicated for me so I’ll be getting some additional help on getting that finished up.

Ended up needing a lot of help on figuring out how to change the value entered for the colors into hexidecimal value.

Week 6 JavaScript

Posted in Javascript on May 23, 2009 by Salvador Najar

My two assignments above were in a way simple but also gave me a hard time. I mainly struggled with them because of  minor mistake that would give me a major struggle. But with some help I was able to get through.

Week 5 In Javascript

Posted in Javascript, Website Codeing on May 15, 2009 by Salvador Najar

Well I am half way through my first ever JavaScript Class and I am starting to feel better about everything I have been struggling with in class. Here are some programs that I have been working on. The ones that I am still having trouble with are assignments 2 and 3. Number 2 I am suppose to strip out the domain name and have that to where it is the only thing showing. Number 3 I need to get it to where you type in the radius of a circle and then you get back the circumference in return. But I am at-least about 3/4 of the way to figuring these two out. The other 2 assignments I have to say I am very proud of because I was able to get them finished up and working properly.

On these examples you need to look at the code to see where I commented on what is going on and why it is doing what it does.

Week 4 in Javascript

Posted in Uncategorized on May 6, 2009 by Salvador Najar

This week in Javascript we got into more programming that started to get me lost but with some help from Mr. Likens I was able to understand more of what was going on. Here are the 8 examples we worked on and had to comment on.

This is the program we had to build. It is one that requires information from you and it then shows you what information you put in.

  1. Your Name
  2. Your Information

Week 3 Examples “javascript”

Posted in Javascript on April 28, 2009 by Salvador Najar

These are the examples for week 3. I am having a bit of a hard time with these but I think it might be more because of the math involved even though it looks like simply equations. I understand whats going on with examples 1 and 4 but the other 3 are really beating me around. I think I might need have these explained to me in a different way, I’ll need to go over these this Wednesday again. Now to try and get my number game started for this week.

Here are the examples

  1. Example
  2. Example
  3. Example
  4. Example
  5. Example

Now here is my number game