Category Archives: News

Microsoft is at it again!!

http://www.foxnews.com/scitech/2012/05/10/microsoft-will-ban-chrome-firefox-from-windows-8-mozilla-says/ Trying to gain an advantage through force and unfair practices. Start complaining in public, otherwise they are going to walk all over us!  

Posted in News | Leave a comment

Fixed Footer’s

Been looking at how the footer and header interacts with the rest of the code within WordPress.  I have wanted to figure out a way to keep my footer always showing and use it to display some imaging that I … Continue reading

Posted in Site Related | Leave a comment

Javascript: Multiple Sounds, Stop Sounds Before Playing Another

Was trying to build a little script that has embedded sounds that play from a button onClick.  Sticking it online because as I searched for an answer for this, I found nothing that solved it so simply. Came up with: … Continue reading

Posted in News | Leave a comment

Tell Congress: Don’t Censor the Web!

Figure it is worthwhile to put this link here.  There is not much to say other than to sign the petition and at the very least add your voice and signature to the masses!  It’s either that or just sit … Continue reading

Posted in News | Leave a comment

Slight Update on Border-Radius

Was looking at the border-radius properties and realized you could impliment them non-equidimensionally. In other words you can set the horizontal and verical radii independently. So instead of just listing the code as: border-radius: 5px; You can set each corner … Continue reading

Posted in Site Related | Leave a comment

Androids and iPhones

So, we have been playing around with our iPhone 4S and our Samsung Galaxy S2 Skyrocket cell phones and discovered a real bad problem. The driver for the Android that allows it to communicate with the PC through the USB … Continue reading

Posted in News | Leave a comment

CSS: Transform and More Animation

I have a little tagline along the top header of this site. I played around with some CSS on it for awhile and came up with a simple rotated tranform that places it on the page with a 10 degree … Continue reading

Posted in Site Related | Leave a comment

Finally Purchased Our New Smart Phones

We were dead set on buying a Galaxy S2 a few months ago, but after they took so much time to release that product, we decided to wait and see what would hit the market by Thanksgiving. I ended out … Continue reading

Posted in News | Leave a comment

Animation Using CSS 3

I have been playing around with Javascript and jQuery using fadein and fadeout functions but decided to try some new CSS code for fun, just to see what it did. So I added some animation on my main wrapper that … Continue reading

Posted in Site Related | Leave a comment

CSS Box-Shadow and Border-Radius Updates

Added some new code to my CSS. I’ve been using border-radius on another site of mine and decided to play around with the box-shadow to see what I could get it to do. Strangely enough, while first playing around with … Continue reading

Posted in Site Related | Leave a comment