Baker Designz 2.0
So I’ve been working on my design skills as of late, and I really wanted to redesign the site and build a cms for it. So, here’s a preview of the new design:
Name: Justin Baker
Member since: 2008-07-15 13:18:39
Last Login: 2008-09-25 13:53:23
Homepage: http://bakerdesignz.com
Notes:
I'm a 15 year old Web Developer.
I Co-Own Baker Designz, and we are constantly
expanding.
I spend the rest of my time racing motocross. I currently race Mx Lites B
Baker Designz 2.0
So I’ve been working on my design skills as of late, and I really wanted to redesign the site and build a cms for it. So, here’s a preview of the new design:
Erlang, and the future.
I’m convinced that Erlang is going to see a large increase in popularity in the future. After reading about how the people at Ericsson, where it saw its birth, wrote a electronic switching system with a few million lines of code that should only fail one second every 30 years or every billion seconds. I’ve also read of YAWS ( Yet Another Web Server ), a web server wrote in Erlang that out performs Apache in parallel connections. (See it here) This means that things wrote in Erlang are very scalable. Erlang applications are also suited to solve heat issues you could find at a data center.
Okay.. So that’s the good.. but what’s the bad? Well first off it has a different paradigm that what many people are accustomed to. It is not Object Oriented, but Concurrency Oriented. Its syntax isn’t C-like to make it easier for you to learn.
Want to learn more? Visit Erlang’s Website
CSS circles using border radius.
After I began using border radius to give elements rounded corners, I began to wonder if circles could be created this way. The corners would have to be half of the height and width. This technique worked in Firefox 3, but not Safari 3.Any ways, I made a circle with that technique.
Works in FF3, Safari 3
view it at http://bakerdesignz.com/code/circle.html .
Google Chrome is great!
Today, Google released their own open source web browser, Chrome. The Javascript rendering engine, v8, that Google uses for Chrome is super fast. The browser was built for speed, security, and the future. Each separate tab runs in its own sandbox, so if a single tab crashes, it and only it will crash. It is built from existing open source components including Web Kit and v8. This means that you need not learn how to make hacks sites for Chrome, because if your site already works in Safari, it will work in Chrome.
Oh, and the logo for the project ( Chromium) Looks like a Poke’ Ball!
Frameworks killed the javascript star
After playing around today with prototypejs and scriptaculous, I began to think: “How did the world work without this!?”. If you compare using a javascript framework for XHR, as opposed to writing the code for each one, there’s no competition between the two. Frameworks, whether or not they are server-side or client-side, simply do the task they are designed to do: cut development time in half.
Frameworks also bridge the gaps of browser incompatibilities *cough* IE. Code only has to be written in one way, unlike without a framework where you can end up with a lot of ugly try and catches.
One thing frameworks cannot do is write the code for you. You still need an experienced developer to write the code using the framework. After all, wheres the fun if you don’t have to do anything?
Others have certified jbaker as follows:
[ Certification disabled because you're not logged in. ]
New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.
Keep up with the latest Advogato features by reading the Advogato status blog.
If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!