Thursday, November 12, 2009

two Web design posts below

WEB DESIGN BLOG BELOW ^-^

nov 2 to 12

nov 2 we had the Theory test in web design
nov 3 the Practical Test on web design
nov 4 now that we learned CSS we needed to look for more templates and know we know what the CSS is and we can change it.
nov 5 to the 12 we had to get template and work on a part for the school site mine was the Tech home page

oct 16 to fri 30

so 16 to the the 19 was work periods on making a site with a template and uploading it to the web
oct 20th using first page we are starting to learn frames on first page. using four different sites you could view them all one page with out leaving the site. which is nice but frames are old and very few people use them.
oct 21 we learned iframes which equals floating frames. we also learned to use frames in Dream weaver also how to make a navigation bar
oct 22 - 23 was a work period for a HTML design assignment
oct 26 YAY we are learn about CSS which is cascading style sheets. with CSS you can do alot more and things to make a page look better and run better.
oct 27 we made a page with CSS not frames or tables none of that old stuff.
oct 28 we learned about layers with CSS and positioning
oct 29 had a test review
oct 30 work period on something

Two posts for programming below this

PROGRAMMING BLOG BELOW ^-^

nov 2 - nov 12

nov 2 ya work period on a non-linear recursion (to solve a maze )
nov 3 We started Sorting Techniques. first the bubble sort which is the slowest but easiest way. other sorting techniques are the swap methods then the modified bubble sort then the exchange sort and the best sort is the shell sort. then we got the median assignment
nov 4 work period
nov 5 now we learn the truly fastest method which is the quick sort then we used the pointer sort got the snowfall assignment
friday work period
monday 9 We started searching Techniques is what we learned today sequential search and binary search
tues 10 binary quiz then we got an assignment
weds idk what we did i sat down then mr. rock came in dropped off a computer for me to fix then when i came back to the class room i had to leave for the remembrance day assembly
thurs 12 sir said i didn't need to worry about the project which was great because i had alot going on on weds but today we started on Advanced file handing. Updating sequential files like changing them, deleting them, and adding them.

oct 16 - fri 30

so ya i missed a two weeks and now i am makin them up which works out because no i and write a blog for 2 weeks and still get 4 blogs for his to mark

so on friday 16th we learned four different things about OOPS. Encapsulation which is hiding details of an object from other parts of the program. The object can be used only through its access methods, which keeps the object consistent and secure. The second one is Static methods which are classes and you don't need to make an instance of it to use it. Third method overloading which is when two methods of a class have the same name but diff par list. and last Inheritance which is like making something new but still using what the class you make it from info.
homework was to do a worksheet

Monday 19th
we started by taking up the work sheet after that we recapped friday. Then sir gave us an assignment and the rest of class to work on it ( the assignment was optional)

tuesday 20 we learn about Structures which is a set of values that can be referenced collectively it differs from an array in the element of the structure can be types and similar to class in that they represent data structures. minor project
weds 21 work period

thurs 22 for the first 30 mins we had a quiz on OOP
then we started to work with strings the you can use with methods.
friday 23 we did the Credit card program
mon 26 we did the ISBN program
tues 27 Cryptography with Caesar code
weds 28 We had a string test
thurday 29 we started to learn about recursion and to learn it we started with the GCD program
friday 30 no we learned about non-linear recursion which involves going every way its like to solve a maze