Monthly Archives: August 2010

San Francisco 49ers at Oakland Raiders

Once again, time to bring the camera out! It looks like I will be covering almost all the Raiders home games this year including Stanford. So, it is Football Magic time!!! It has been a while since I have shot football so I actually found it very challenging, especially when you forget the most important [...]

HTML5 & CSS3

Today I had a chance to play a bit with HTML5 and CSS3. I used this tutorial by smashing magazine: http://www.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/ I found it very interesting as there was a lot of markups that I did not recognize. That made me feel like Internet Explorer… which does not recognize the markup for either CSS3 or [...]

2005 Ford Focus ZX3 for Sale

Video: HAHA I know I know… it is not the usual posting of images or how to do things online, but I just want to sell my car so here is another way to do it. It is going for $5,875. Here is what I posted on craigslist along with a video of the car [...]

Getting Creative

Some one asked me how I get creative, so how do I? I have been in the creative field for almost 10 years now, starting by becoming a photographer for the US Navy and moving into the newspaper world. But I found times hard with having a large family I needed to do something else [...]

Bank of The West Classic Part 2

I ended up photographing the tennis tournament for a total of two days. Both days the light was harsh, coming from above or behind. I was there basically to cover the bigger matches and they all seemed to be in the middle of the day. Now people always love shooting strait on and since Sunday [...]

Box Model

The Box Model is a good model to follow for people just learning CSS. It gives a visual on how CSS works and why we set margins, borders, and padding. Check out the diagram from sitepoint.com: Code: .box { width: 300px; height: 200px; padding: 10px; border: 1px solid #000; margin: 15px;} From the image, you [...]