Mostrando entradas con la etiqueta resource. Mostrar todas las entradas
Mostrando entradas con la etiqueta resource. Mostrar todas las entradas

30 ago 2010

Crockford on JavaScript

Douglas Crockford is Yahoo!'s JavaScript architect and a member of the committee designing future versions of the world's most popular programming language. Over first three months of 2010, Douglas delivered his acclaimed series of lectures on the history of JavaScript, its features, and its use. Links to video, transcripts, and photos from each of the events follows...

source: http://yuiblog.com/crockford/
---

28 may 2010

Why use Spring Python and not just plain python?

I have bumped into articles and forum postings, blog entries, other blog entries, and yet more blog entries. In fact, while writing this blog entry, someone posed the question “what is the aim of Spring Python?” (Click and see my answer.) There are a diverse range of view points, and many in disagreement about the viability of DI in python...

source: http://blog.springpython.webfactional.com/2009/02/01/why-use-spring-python-and-not-just-plain/
---

19 may 2010

LaTeX résumé Follow-up


Since there was a decent amount of interest in my prior post about composing my résumé in LaTeX, I put together a "template" and an example PDF based off of my actual résumé. Here is the template and you can grab the generated PDF by clicking on the image...





source: http://www.toofishes.net/blog/latex-resume-follow-up/
---

5 may 2010

What Every Developer Should Know About URLs

I have recently written about the value of fundamentals in software development. I am still firmly of the opinion that you need to have your fundamentals down solid, if you want to be a decent developer. However, several people made a valid point in response to that post, in that it is often difficult to know what the fundamentals actually are (be they macro or micro level). So, I thought it would be a good idea to do an ongoing series of posts on some of the things that I consider to be fundamental – this post is the first instalment...

source: http://www.skorks.com/2010/05/what-every-developer-should-know-about-urls/
---

Pure CSS3 Spiderman Cartoon w/ jQuery and HTML5

Searching YouTube for inspiration I stumbled on to the intro of the classic 1967 spider-man cartoon series. While watching I realized that the animation was very basic. It was the paper doll sort of animation that lends itself perfectly to css3. Hmmm… "I could something like that with a little css3″, I thought...

source: http://www.optimum7.com/internet-marketing/web-development/pure-css3-spiderman-ipad-cartoon-jquery-html5-no-flash.html
---

28 mar 2010

Web Development Resources

W3Schools (http://www.w3schools.com/)
Because time is valuable, we deliver quick and easy learning. At W3Schools, you can study everything you need to learn, in an accessible and handy format...

QuirksMode (http://www.quirksmode.org/)
QuirksMode.org is the prime source for browser compatibility information on the Internet. It is maintained by Peter-Paul Koch, mobile platform strategist in Amsterdam, the Netherlands. QuirksMode.org is the home of the Browser Compatibility Tables, where you'll find hype-free assessments of the major browsers' CSS and JavaScript capabilities, as well as their adherence to the W3C standards...

SitePoint (http://reference.sitepoint.com/)
SitePoint is a fast growing online media company and information provider targeting the Web professional market, specifically Web Developers and Designers...

---

24 mar 2010

JavaScript Resources

Javascript, CSS, and (X)HTML entities in numeric order (http://www.evotech.net/blog/2007/04/named-html-entities-in-numeric-order/)
Below are the entities listed in numeric order with definition and ISO numeric code. CSS 'content' does not accept named entities or regular numeric entities such as @, but does render ASCII text and unicode...

Top 10 Things that JavaScript Got Wrong (http://net.tutsplus.com/tutorials/javascript-ajax/top-10-things-that-javascript-got-wrong/)
JavaScript, if only by default, is one of the most popular programming languages available. Over the years, it's been labeled as a nightmare to work with, and, to some extent, this is true! However, more often than not, what people mean to say is that the DOM API is a nightmare. Nevertheless, there are a handful of flat-out errors in the language...

Event compatibility tables (http://www.quirksmode.org/dom/events/index.html)
On this page I give a quick overview of events browser compatibility. I assume that you know the three event registration models (traditional, W3C and Microsoft) as well as event bubbling and capturing. I spent most of my time on the cross-browser events; the links in the first compatibility table lead to even more compatibility tables with detailed information about these events. I merely tested basic browser support for the Microsoft and W3C events without delving too deeply into the details...

source: http://www.noupe.com/javascript/35-fresh-javascript-jquery-tools-and-resources.html
---