Pages tagged code:

Paul Buchheit: Communicating with code
http://paulbuchheit.blogspot.com/2009/01/communicating-with-code.html

"Or maybe it's because it's too easy to overlook the messy details, or to get caught up in details that seem very important, but aren't. I also get very bored by endless debate." Code (and demo) is better than some slides... I agree.
"Consider spending less time talking, and more time prototyping, especially if you're not very good at talking or powerpoint. Your code can be a very persuasive argument. The other point is that it's important to make prototyping new ideas, especially bad ideas, as fast and easy as possible. ... Fortunately for Gmail, they've recently found a rather clever solution that enables the thousands of Google engineers to add new ui features: Gmail Labs. This is also where Google's "20% time" comes in -- if you want innovation, it's critical that people are able to work on ideas that are unapproved and generally thought to be stupid. The real value of "20%" is not the time, but rather the "license" it gives to work on things that "aren't important""
On the importance of prototyping as quickly as possible, especially if you're idea is a bad one: it can be taken to the backyard and shot ASAP <i>' Some people can sell their ideas with a brilliant speech or a slick powerpoint presentation. I can't '</i> via <a href="http://fishbowl.pastiche.org/2009/01/23/bad_ideas/">The Fishbowl - Charles Miller</a>
quick and dirty ってのは真の実力だよな・・・。
from haruki_zaemon (Simon Harris)
This is just an awesome post about the value of prototyping and has some great code
This is also where Google's "20% time" comes in -- if you want innovation, it's critical that people are able to work on ideas that are unapproved and generally thought to be stupid. The real value of "20%" is not the time, but rather the "license" it gives to work on things that "aren't important". (perhaps I should do a post on "20% time" at some point...)
Homepage of Michael Goerz » Blog Archive » Python Refcard
http://users.physik.fu-berlin.de/~goerz/blog/2008/05/python-refcard/
Python 2.5 リファレンス一覧カード
CSS Code Snippets : 15 Wicked Tricks | DevSnippets
http://devsnippets.com/reviews/css-code-snippets-15-wicked-tricks.html
Code Like a Pythonista: Idiomatic Python
http://python.net/%7Egoodger/projects/pycon/2007/idiomatic/handout.html
Snipt - Share code snippets on twitter
http://snipt.org/
Twitterでコード共有。
Easily share source code on Twitter. Snipt lets you upload source code in any of dozens of programming languages, formats it, and then generates a short Snipt.org URL you can share on Twitter.
share code snippets on twitter
Mastering WordPress Shortcodes | Developer's Toolbox | Smashing Magazine
http://www.smashingmagazine.com/2009/02/02/mastering-wordpress-shortcodes/
Create a Language Compiler for the .NET Framework Using C#
http://msdn.microsoft.com/en-us/magazine/cc136756.aspx
Compiler hackers are celebrities in the world of computer science. I've seen Anders Hejlsberg deliver a presentation at the Professional Developers Conference and then walk off stage to a herd of men and women asking him to sign books and pose for photographs. There's a certain intellectual mystique about individuals who dedicate their time to learning and understanding the ins and outs of lambda expressions, type systems, and assembly languages. Now, you too can share some of this glory by writing your own compiler for the Microsoft® .NET Framework.
8 ways to be a better programmer in 6 minutes.
http://www.secretgeek.net/6min_program.asp
simple tips
"Don't kill yourself striving for 100% coverage of code with automated unit tests. But take a few minutes to increase your coverage by 1%. Most likely, that means going from 0% to 1%. And that's the biggest improvement of all." Annotated link http://www.diigo.com/bookmark/http%3A%2F%2Fwww.secretgeek.net%2F6min_program.asp
Mozilla Labs » Bespin
http://labs.mozilla.com/projects/bespin/
Bespin is a Mozilla Labs experiment that proposes an open, extensible web-based framework for code editing that aims to increase developer productivity, enable compelling user experiences, and promote the use of open standards.
Optimizing Code for Speed
http://www.shlomifish.org/philosophy/computers/optimizing-code-for-speed/
This document will focus on optimizing code to run faster. However, as you will see later, doing this may involve having to optimize the code in a different aspect. Furthermore, often when programmers are trying to optimize one aspect of a program, they are doing so in order to increase speed.
Video: An Introduction to CSScaffold | Anthony Short | Web Design & Development
http://anthonyshort.com.au/blog/comments/video-an-introduction-to-csscaffold/
I'm working on my own spin on CSS frameworks, except that mine is a little bit different. It requires PHP to make CSS better, rather then relying on the bad system that we have to work with.
CodeProject: Visual Representation of SQL Joins. Free source code and programming help
http://www.codeproject.com/KB/database/Visual_SQL_Joins.aspx
Things you may not know about jQuery - James Padolsey
http://james.padolsey.com/javascript/things-you-may-not-know-about-jquery/
zeroclipboard - Google Code
http://code.google.com/p/zeroclipboard/
The Zero Clipboard library provides an easy way to copy text to the clipboard using an invisible Adobe Flash movie, and a JavaScript interface. The "Zero" signifies that the library is invisible and the user interface is left entirely up to you.
PHP Payment Library for Paypal, Authorize.net and 2Checkout (2CO) | Md Emran Hasan (phpfour)
http://www.phpfour.com/blog/2009/02/php-payment-gateway-library-for-paypal-authorizenet-and-2checkout/
PHP Payment Library for Paypal, Authorize.net and 2Checkout (2CO)
Top 10 Professional Sample Code Websites For Programmers | MakeUseOf.com
http://www.makeuseof.com/tag/top-10-professional-sample-code-websites-for-programmers/
Most programmers are not just desktop programmers, web programmers or scripting gurus - they are often all of the above. Over time, most software developers find that it’s much easier to re-use code components than it is to recreate the wheel every time you write an application. Over time, these developers typically archive a library of these reusable modules in order to save time the next time they need to do the same task.
Wolfram Blog : Exploring Logo Designs with Mathematica
http://blog.wolfram.com/2009/02/26/exploring-logo-designs-with-mathematica/
Mathematica is a flexible tool for exploring graphic design programmatically. Study and manipulation of logos and fonts are featured in this example.
This is a very cool idea.
Practice Your Code-Fu: Programming Contests and Puzzles Online | GrokCode
http://grok-code.com/214/practice-your-code-fu-programming-contests-and-puzzles-online/
10 Free CAPTCHA scripts and services for websites
http://woork.blogspot.com/2009/02/10-free-captcha-scripts-and-services.html
10 Free CAPTCHA scripts and services for websites
JavaScript: The Good Parts - good coders code, great reuse
http://www.catonmat.net/blog/javascript-the-good-parts/
video tuturial
inky's see at master - GitHub
http://github.com/inky/see/tree/master
Une bonne alternative à dir() en Python
see.py is an interactive-only replacement for dir()
pretty dir()
An alternative to Python's dir(). Easy to type; easy to read! For humans only.
iPhone SDK Examples
http://www.iphoneexamples.com/
web開発者なら知っておきたい HTTPステータスコード - livedoor ディレクター Blog(ブログ)
http://blog.livedoor.jp/ld_directors/archives/51170061.html
HTTPステータスコード
よく使うステータスコード一覧とtips
Category Hacks for WordPress Theme Designers | Vandelay Website Design
http://vandelaydesign.com/blog/wordpress/category-hacks/
Hacks de Categorias para WordPress.
In this post we’ll take a look at a number of things you can do with WordPress coding that involve categories in one way or another.
fecklessmind - How to create perfect form markup and style it with CSS
http://fecklessmind.com/2009/01/23/how-to-reliable-css-forms/
SitePoint » The 5 Most Under-Used HTML Tags
http://www.sitepoint.com/blogs/2009/02/24/five-under-used-html-tags/
Ajaxian » Getting Semantic With Microformats Series by Emily Lewis
http://ajaxian.com/archives/getting-semantic-with-microformats-series-by-emily-lewis
Introduction Part 1: rel Part 2: XFN Part 3: hCard Part 4: hCalendar Part 5: hAtom Part 6: hResume Part 7: Themes & Issues
Introduction Part 1: rel Part 2: XFN Part 3: hCard Part 4: hCalendar Part 5: hAtom Part 6: hResume Part 7: Themes & Issues
1160 + Ajax/Javascript/Dhtml examples and demos to download
http://ajaxrain.com/ajaxraincms/index
Fluid Grid System
http://fluid.newgoldleaf.com/
Nice site for structuring xhtml with css for some dynamic organized layouts
jaikuengine - Google Code
http://code.google.com/p/jaikuengine/
JaikuEngine is a social microblogging platform that runs on AppEngine. JaikuEngine powers Jaiku.com.
Run Jaiku locally or on GAE
The source for the Django app jaiku, which runs on the google appengine.
JaikuEngine is a social microblogging platform that runs on AppEngine.
Google Code Labs Overview - Google Code Labs - Google Code
http://code.google.com/labs/
up
CSS Codes : CSS Code Snippets for Web Designers & Developers : Web Design Resources Blog & Graphics Blog with Lists of Web Site Design Tools
http://www.allwebdesignresources.com/webdesignblogs/graphics/css-codes-css-code-snippets-for-web-designers-developers/
» CSS Codes : CSS Code Snippets for Web Designers & Developers. Web design blog with graphics and web design resources, lists of graphic design tools, utilities, and other web site design resources, including Web Design and Development articles and creative resources and links to great web design resources on topics.
Interactive map of Linux kernel
http://www.makelinux.net/kernel_map_intro
ecoder | home
http://ecoder.gmeditor.com/
ZF Snippets | Latest Snippets
http://zfsnippets.com/
All kinds of small code developements.
How I Can Code Twice As Fast As You - NETTUTS
http://net.tutsplus.com/videos/screencasts/how-i-can-code-twice-as-fast-as-you/
We're all familiar with text expander programs; though I would surmise that the percentage of us who use them when coding is quite low. To change things up a bit, today I'm going to you how to create custom text-expander scripts that will save you a great deal of time. If you're unfamiliar with such programs, you must watch this! After reviewing the screencast and tutorial, I'd love to hear how you save time when developing. PG Author: Jeffrey Way Hi, I'm Jeff. I'm the editor of NETTUTS, and the Site Manager of Theme Forest. I spend too much time in front of the computer and find myself telling my fiance', "We'll go in 5 minutes!" far too often. I just can't go out to dinner while I'm still producing FireBug errors...drives me crazy. I love jQuery, PHP, MYSQL, CSS, AJAX - pretty much anything. If it will keep you in the good graces of the church, follow me on Twitter.
A great vid/article on how web designers can use a text expander program to gtd.
10 Reasons Why Your Code Won’t Validate (and How to Fix it) - NETTUTS
http://net.tutsplus.com/articles/web-roundups/10-reasons-why-your-code-wont-validate-and-how-to-fix-it/
assertTrue( ): How to write fast code
http://asserttrue.blogspot.com/2009/03/how-to-write-fast-code.html
go fast do less
Longest common subsequence
http://wordaligned.org/articles/longest-common-subsequence
Starting with a list of runners ordered by finishing time, select a sublist of runners who are getting younger. What is the longest such sublist?
Longest common subsequence
Taking a brief step back, this article is the third of a series. In the first episode we posed a puzzle: Starting with a list of runners ordered by finishing time, select a sublist of runners who are getting younger. What is the longest such sublist? In the second episode we coded up a brute force solution which searched all possible sublists to find an optimal solution. Although the code was simple and succinct, its exponential complexity made it unsuitable for practical use. In this episode we’ll discuss an elegant algorithm which solves our particular problem as a special case. On the way we’ll visit dynamic programming, Python decorators, version control and genetics.
Google searches for holy grail of Python performance - Ars Technica
http://arstechnica.com/open-source/news/2009/03/google-launches-project-to-boost-python-performance-by-5x.ars
Google's Python engineers have launched a new project called Unladen Swallow that seeks to improve the performance of the Python programming language. One of the project's goals is to replace the Python virtual machine with an LLVM-based JIT.
Google's Python engineers have launched a new project called Unladen Swallow, which aims to bring a major performance boost to the Python programming language by making runtime speed five times faster. The project is being implemented as a branch of the conventional CPython runtime and will be fully source-compatible with regular Python applications and native extensions. This will make it possible to eventually merge the improvements into Python trunk. The goal of the Unladen Swallow project is to use LLVM, the Low Level Virtual Machine compiler infrastructure, to build a just-in-time (JIT) compilation engine that can replace Python's own specialized virtual machine. This approach offers a number of significant advantages. As the developers describe in the project plan, the project will make it possible to transition Python to a register-based virtual machine and will pave the way for future optimizations. Adopting LLVM could also potentially open the door for more seamlessly integr
Google's Python engineers have launched a new project called Unladen Swallow, which aims to bring a major performance boost to the Python programming language by making runtime speed five times faster.
6 jQuery snippets you can use to manipulate select inputs « Flexible Developments
http://calisza.wordpress.com/2009/03/29/6-jquery-snippets-you-can-use-to-manipulate-select-inputs/
10 Best Libraries for generating PDF Files | AjaxLine
http://www.ajaxline.com/10-best-libraries-for-generating-pdf
Top 5 Sites To Learn Some CSS Programming | MakeUseOf.com
http://www.makeuseof.com/tag/top-5-sites-to-learn-some-css-programming/
Easy AI with Python (#115) - PyCon 2009 - Chicago - A Conference for the Python Community
http://us.pycon.org/2009/conference/schedule/event/71/
Survey several basic AI techniques implemented with short, open-source Python code recipes. Appropriate for educators and programmers who want to experiment with AI and apply the recipes to their own problem domains. For each technique, learn the basic operating principle, discuss an approach using Python, and review a worked out-example. We'll cover database mining using neural nets, automated categorization with a naive Bayesian classifier, solving popular puzzles with depth-first and breath-first searches, solving more complex puzzles with constraint propagation, and playing a popular game using a probing search strategy.
Probably the most beautiful code I have ever seen. Lovely algorithms in elegant style. "Survey several basic AI techniques implemented with short, open-source Python code recipes. Appropriate for educators and programmers who want to experiment with AI and apply the recipes to their own problem domains. For each technique, learn the basic operating principle, discuss an approach using Python, and review a worked out-example. We'll cover database mining using neural nets, automated categorization with a naive Bayesian classifier, solving popular puzzles with depth-first and breath-first searches, solving more complex puzzles with constraint propagation, and playing a popular game using a probing search strategy."
Some AI examples made in Python. Discusses the AI techniques and the code.
20 Useful PHP + jQuery Components & Tutorials
http://digg.com/d1o13K
PHP
ソースコードを快適に読むための GNU GLOBAL 入門 (前編) - まちゅダイアリー(2009-03-07)
http://www.machu.jp/diary/20090307.html#p01
まぁcscopeのほうが便利だけど
ChadFowler.com 20 Rails Development No-No's
http://www.chadfowler.com/2009/4/1/20-rails-development-no-no-s
Sorting Algorithm Animations
http://www.sorting-algorithms.com/
Daring Fireball: How to Block the DiggBar
http://daringfireball.net/2009/04/how_to_block_the_diggbar
How to PLC ladder http://program-plc.blogspot.com/
"Digg sends a tremendous amount of traffic to sites that make it to the top of their front page, but it’s the worst kind of traffic: mindless, borderline illiterates. Good riddance, really."
「ソフトウェアは工業製品ではない」、Rubyのまつもと氏が講演 − @IT
http://www.atmarkit.co.jp/news/200904/10/matz.html
Table Layouts vs. Div Layouts: From Hell to… Hell?
http://digg.com/d1oHag
Mailund on the Internet » Blog Archive » Simple data analysis in R
http://www.mailund.dk/index.php/2009/04/10/simple-data-analysis-in-r/
SiteCrafting > Blog > How to Center a Div
http://www.sitecrafting.com/blog/to-center-div
I hate trying to center DIVs. Stupid CSS.
como centrar divs en una pagina
"Centering a div horizontally and vertically has always been a pain for CSS. Not any more! With this trick, you can create a centered block in no time."
Main Page - ActionScriptWiki
http://wiki.joa-ebert.com/index.php/Main_Page
Perfonmance tips on AS3
Welcome to the ActionScript Wiki. The ActionScript Wiki contains information about ActionScript optimizations, data structures and code snippets.
IE6 Update
http://ie6update.com/
IE6 Update looks like IE’s Information Bar, but instead of offering your visitors an ActiveX plugin, it offers a browser update.
赤色ってどんだけきらいやねん。
Help kill Internet Explorer 6 IE6 is like an illness that just won’t go away, but we have the medicine. IE6 Update looks like IE’s Information Bar, but instead of offering your visitors an ActiveX plugin, it offers a browser update. Click here to see a demo! - Read the blog post. IE6 Update Install IE6 Update on your website Copy and paste this code before your closing </body> tag: <!--[if IE 6]> <script type="text/javascript"> /*Load jQuery if not already loaded*/ if(typeof jQuery == 'undefined'){ document.write("<script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js\"></"+"script>"); var __noconflict = true; } var IE6UPDATE_OPTIONS = { icons_path: "http://static.ie6update.com/hosted/ie6update/images/" } </script> <script type="text/javascript" src="http://static.ie6update.com/hosted/ie6update/ie6update.js"></script> <![endif]--> And you're done! OR If you’re a feeling adventurous... Download the Code Buzz on Twitter Already using IE
Install IE6 Update
Trick people into updating IE6 to something far better.
"IE6 Update looks like IE’s Information Bar, but instead of offering your visitors an ActiveX plugin, it offers a browser update."……これはさすがにやり過ぎ感があります。
What is the best comment in source code you have ever encountered? - Stack Overflow
http://stackoverflow.com/questions/184618/what-is-the-best-comment-in-source-code-you-have-ever-encountered
best comment in source code you have ever encountered?
10 Great CSS Selectors you must know | TutorialFeed
http://tutorialfeed.blogspot.com/2009/04/10-great-css-selectors-you-must-know.html
Explicación de los diferentes opciones css. Sencillos y claros ejemplos. Eso sí, en perfecto inglés...
10 Great CSS Selectors you must know!!!!!! <----
jespern / django-piston / wiki / Home — bitbucket.org
http://bitbucket.org/jespern/django-piston/wiki/Home
RESTful framework for Django
jespern / django-piston / wiki / Home — bitbucket.org
A tool for creating RESTful APIs in Django.
Get the latest version (0.1) here. A mini-framework for Django for creating RESTful APIs. Piston is a relatively small Django application that lets you create application programming interfaces (API) for your sites. It has several unique features: * Ties into Django's internal mechanisms. * Supports OAuth out of the box (as well as Basic/Digest or custom auth.) * Doesn't require tying to models, allowing arbitrary resources. * Speaks JSON, YAML, Python Pickle & XML (and HATEOAS.) * Ships with a convenient reusable library in Python * Respects and encourages proper use of HTTP (status codes, ...) * Has built in (optional) form validation (via Django), throttling, etc. * Stays out of your way. Piston logo NB: OAuth ships with piston for now, but you are not required to use it. It simply provides some boilerplate in case you want to use it later (consumer/token models, urls, etc.) Documentation o Piston Documentation + Gett
Mercurial hosting - we're here to serve.
XeePhotoshopLoader.m - xee - Google Code
http://code.google.com/p/xee/source/browse/trunk/XeePhotoshopLoader.m?spec=svn28&r=11#107
"PSD is not even a bad format. Calling it such would be an insult to other bad formats, such as PCX or JPEG. No, PSD is an abysmal format. Having worked on this code for several weeks now, my hate for PSD has grown to a raging fire that burns with the fierce passion of a million suns."
At this point, I'd like to take a moment to speak to you about the Adobe PSD format. PSD is not a good format. PSD is not even a bad format. Calling it such would be an insult to other bad formats, such as PCX or JPEG. No, PSD is an abysmal format. Having worked on this code for several weeks now, my hate for PSD has grown to a raging fire that burns with the fierce passion of a million suns. If there are two different ways of doing something, PSD will do both, in different places. It will then make up three more ways no sane human would think of, and do those too. PSD makes inconsistency an art form. Why, for instance, did it suddenly decide that *these* particular chunks should be aligned to four bytes, and that this alignement should *not* be included in the size? Other chunks in other places are either unaligned...
We all can relate, bro.
// Earlier, I tried to get a hold of the latest specs for the PSD file format. To do this, // I had to apply to them for permission to apply to them to have them consider sending // me this sacred tome. This would have involved faxing them a copy of some document or // other, probably signed in blood. I can only imagine that they make this process so // difficult because they are intensely ashamed of having created this abomination. I // was naturally not gullible enough to go through with this procedure, but if I had done // so, I would have printed out every single page of the spec, and set them all on fire. // Were it within my power, I would gather every single copy of those specs, and launch // them on a spaceship directly into the sun. //
At this point, I'd like to take a moment to speak to you about the Adobe PSD format...
Reverse Engineering the Twelve Days of Christmas
http://research.microsoft.com/en-us/um/people/tball/papers/XmasGift/
11 Syntax Highlighters To Beautify Code Presentation
http://www.webresourcesdepot.com/11-syntax-highlighters-to-beautify-code-presentation/
Konami Code Sites
http://konamicodesites.com/
上上下下左右左右BA
Konami Code Sites
Facebook's is awesome
up up, down down... you know the rest
Dean Edwards: Callbacks vs Events
http://deanedwards.me.uk/weblog/2009/03/callbacks-vs-events/
Callbacks vs Events
カスタムイベントを取り扱う際のコールバックシステムの問題点と解決策
Most of the major JavaScript libraries claim to support custom events in one form or another. For example, jQuery, YUI and Dojo all support a custom “document ready” event. However, the implementation of these custom events is always some form of callback system.
How to implement a Post-to-Wall Facebook-like using PHP and jQuery
http://woork.blogspot.com/2009/05/how-to-implement-post-to-wall-facebook.html
When a user submits a new message, it appends to top of the ul list with a nice jQuery fade-in effect.
Cheat Code: a jQuery Plugin
http://www.trovster.com/lab/plugins/cheat-code/
Inspired by Konami Code Sites I decided to write a simple jQuery plugin which you can use to easily add your own secret ‘cheat code’ style commands to your own website. By default the “Cheat Code” plugin looks for the Konami code pressed anywhere on the website and can be activated only once.
Add a Konami code cheat to your website/blog/whatever
Inspired by Konami Code Sites I decided to write a simple jQuery plugin which you can use to easily add your own secret ‘cheat code’ style commands to your own website. By default the “Cheat Code” plugin looks for the Konami code pressed anywhere on the website and can be activated only once.
They Write the Right Stuff
http://www.fastcompany.com/node/28121/print
Fast Company, Dec 2007
Writing code for the space shuttle.
Software engineering for the Space Shuttle
How NASA writes software: planned, persnickity, and perfect.
HexoSearch - The World's First Search Engine Dedicated for Actionscript
http://www.hexosearch.com/se/search.aspx
HexoSearch - The World's First Dedicated Search Engine for Actionscript
Search Engine Dedicated for Actionscript
Entity Code - A Clear and Quick Reference to HTML Entities Codes
http://www.entitycode.com/
22 Neat Code Editors for Windows - Nettuts+
http://net.tutsplus.com/articles/web-roundups/22-neat-code-editors-for-windows/
editors for windows
Code editors for Windows are numerous, but it seems that only a few of them are really worth using. After all, it can take a while to really get into the groove
David DeSandro: jQuery Masonry
http://desandro.com/resources/jquery-masonry
jQuery Masonry thumbnail box
Amazon Web Services Developer Community : Introduction to AWS for PHP Developers
http://developer.amazonwebservices.com/connect/entry.jspa?externalID=2433
php amazon aws tutorial s3
While Amazon Web Services (AWS) may seem like an unusual service for an online retailer, AWS is actually a natural progression for a company as seasoned at providing rock-solid internet applications as Amazon. Over the years, Amazon has cultivated a tremendous amount of knowledge around what it takes to build and maintain a successful, highly scalable web application. Fortunately for the rest of us, they've made this knowledge available to all developers via AWS.
So Amazon will be in the web services business for the foreseeable future. Now that we've established that learning more about AWS is not a risky investment of time, let's focus on Amazon's Infrastructure Services -- EC2, Amazon S3, SQS, SDB and EBS -- that make up the core of what some within AWS refer to as "undifferentiated heavy lifting." All of these services are available via both REST and SOAP interfaces. (We'll touch on both in this article, but we'll concentrate on the REST and REST-like Query approaches. ) A growing number of language specific toolkits are available for these services, so you can feel comfortable basing an architecture on AWS given its language-agnostic foundation. The knowledge that you can ramp up 200 servers in five minutes if you need them may be a liberating experience for you -- in the days before AWS, system architects had to worry about handling rapid scale with "hot spares" and other expensive on-hand capacity that often sat idle until the day...
120+ Javascript, Ajax, jQuery Mega Toolbox | tripwire magazine
http://www.tripwiremagazine.com/tools/developer-toolbox/javascript-ajax-jquery-mega-toolbox.html
A huge Javascript, Ajax and jQuery Toolbox that I hope really really gonna make a difference in your work efficiency.
bunch of nice looking jQuery ideas
10 of the Best Programming Fonts
http://www.sitepoint.com/blogs/2009/05/01/top-10-programming-fonts/
this bookmark brought from the different place.
http://www.fsd.it/fonts/pragma.htm
Gradientifier
http://tools.westciv.com/gradients/
Gradientifier
10 HTML Tag Crimes You Really Shouldn’t Commit
http://line25.com/articles/10-html-tag-crimes-you-really-shouldnt-commit
HTML Web Design
15 Extremely Useful CSS Grid Layout Generator For Web Designers
http://www.webdesignbooth.com/15-extremely-useful-css-grid-layout-generator-for-web-designers/
grid system generators
CSS Grid Layout Generators
How To Write Unmaintainable Code
http://freeworld.thc.org/root/phun/unmaintain.html?repost=forPosterity
Thanks Cormier!
JavaDOC
In the Woods - 9 Useful Snippets for Your WordPress Functions
http://blog.themeforest.net/wordpress/9-useful-snippets-for-your-wordpress-functions/
More than 25 Excellent Tips to Improve jQuery | MaX's Blog
http://maxblog.me/2009/04/20/more-than-25-excellent-tips-to-improve-jquery/
I have just found this article on the internet and it has a lot of great tips. some of them I was already aware of them and some are not. It will be modified a little bit and I may add more tips. This article was originally written by Jon Hobbs-Smith
Entity Code - A Clear and Quick Reference to HTML Entities Codes
http://www.entitycode.com/#featured-content
EntityCode A Clear and Quick Reference to HTML Symbol Entities Codes
Codes for HTML symbols
Decent reference.
Ruby Best Practices -- Blog
http://blog.rubybestpractices.com/
some articles on ruby
Write your own PHP MVC Framework (Part 1) | anant garg
http://anantgarg.com/2009/03/13/write-your-own-php-mvc-framework-part-1/
need the picture to be clear......PHP frame work
Common Java Cookbook
http://www.discursive.com/books/cjcook/reference/book-cjcook.html
This collection provides expert tips for using Java-based utilities from projects such as Apache Commons, Apache Lucene, and Apache Velocity. You don't have to be an expert, the book's solution-based format contains code examples for a wide variety of web, XML, network, testing, and application projects. If you want to learn how to combine common open-source Java utilities to create powerful Java applications and tools, the Common Java Cookbook is for you.
10 Useful WordPress Loop Hacks | Developer's Toolbox | Smashing Magazine
http://www.smashingmagazine.com/2009/06/10/10-useful-wordpress-loop-hacks/
The loop is a very important aspect of WordPress blogs. In fact, the loop is what allows you to get posts from your WordPress database and print them on the screen. A set of useful and user-friendly functions, the loop is incredibly powerful. With it, you can get a single post, a list of posts ordered by date, title or category, a list of posts written by a specific author and much more.
Cryptographic Right Answers
http://www.daemonology.net/blog/2009-06-11-cryptographic-right-answers.html
"list of recommendations for using cryptography which, if followed, will make sure you get things right in the vast majority of situations"
Thanks to my background as FreeBSD Security Officer, as a cryptographic researcher, and as the author of the Tarsnap secure online backup system, I am frequently asked for advice on using cryptography as a component in secure systems. While some people argue that you should never use cryptographic primitives directly and that trying to teach people cryptography just makes them more likely to shoot themselves in their proverbial feet, I come from a proud academic background and am sufficiently optimistic about humankind that I think it's a good idea to spread some knowledge around. In light of this, I've put together a list of "Cryptographically Right Answers" -- which is to say, a list of recommendations for using cryptography which, if followed, will make sure you get things right in the vast majority of situations.
Recommendations about cryptography
Lighter.js
http://pradador.com/code/lighterjs/
Lighter.js is a free syntax highlighting class developed with MooTools. It was created with the MooTools developer in mind and takes advantage of many of the Framework's features. Using it can be as simple as adding a single script to your webpage, selecting the elements you wish to highlight, and Lighter.js takes care of the rest.
Why Designers Should Learn How to Code
http://sixrevisions.com/web_design/why-designers-should-learn-how-to-code/
robbie...would say...
The hard truth is that the buck of development should stop with designers. For optimum efficiency, designers should not only be concerned with painting the bigger picture but also building it! In this article, I'd like to share with you some reasons why designers should learn how to code.
Why Designers Should Learn How to Code
Anonymous Pro
http://www.ms-studio.com/FontSales/anonymouspro.html
a font for programmers.
nice free monospaced font designed for coding. will have to try it out and see if I like it better than andale mono
programming font
First Look: Object Oriented CSS
http://www.sitepoint.com/blogs/2009/06/16/first-look-object-oriented-css/
OOCSS isn’t really a framework … but a way of writing scalable, sane, maintainable CSS,” writes Sullivan. Sullivan uses and recommends a grid framework like Yahoo!’s YUI Grids, but you’re free to write your layout styles from scratch using OOCSS principles if that’s your thing. But OOCSS applies equally to the work you do after you have implemented your site’s layout, as you design the blocks and content that slot into your layout. Most web designers tend to write CSS code so that it requires as little extra markup (whether <div> or <span> tags or class attributes) as possible. Fundamentally, adopting OOCSS is making a mental shift towards easy maintenance and reuse of your styles, even if it means writing extra HTML markup.
In October, I’ll speak at Web Directions South 2009 in Sydney about CSS Frameworks. One of the main questions I will answer in my talk is whether or not you should use a CSS Framework in any given project. Since the alternative is writing your own CSS styles from scratch, I’m researching some of the latest thinking on hand-coded CSS.
SitePoint Blogs: News, opinion, and fresh thinking for web developers and designers
Sitepoint article on object oriented CSS.
Object Oriented CSS
Une idée quin'est peut être pas si bonne que ça, si on suit les commentaires. Mais comment cordonner les classes d'une css ?
Stubbornella » Blog Archive » Object Oriented CSS video on YDN
http://www.stubbornella.org/content/2009/03/23/object-oriented-css-video-on-ydn/
Amazon.com: Help > Digital Products Help > Amazon Kindle Wireless Reading Device > Amazon Kindle Terms, Warranties, & Notices > Source Code Notice
http://www.amazon.com/gp/help/customer/display.html?ie=UTF8&nodeId=200203720
Coding like it's 1999 ~ Authentic Boredom
http://cameronmoll.com/archives/2009/06/coding_like_its_1999/
Recently I made the switch back to HTML 4 for DOCTYPEs and px for font-size (sound like 1999 again?), and I’ve tweeted about it occasionally. I’m documenting the switch more thoroughly here.
"I’ve chosen to go with HTML 4.01 Strict as the DOCTYPE in my projects moving forward, favoring it above XHTML 1.0 Strict and HTML 5. I’ll briefly explain my reasoning."
HTML 5 – In a nutshell, HTML 5 is the next major version of the hypertext markup language. The good news is meaningless div and span elements will be replaced by more meaningful elements such as nav, header, and video.
Cameron Moll on HTML5 and px for font-size
Named function expressions demystified
http://yura.thinkweb2.com/named-function-expressions/
An article about named function expressions in Javascript
different ways of defining functions
Theoretical and practical aspects of Javascript's named function construct
Surprisingly, a topic of named function expressions doesn’t seem to be covered well enough on the web. This is probably why there are so many misconceptions floating around. In this article, I’ll try to summarize both - theoretical and practical aspects of these wonderful Javascript constructs; the good, bad and ugly parts of them.
jQuery Function Builder - a quick jQuery syntax function generator | Developer Tools | Accessify
http://accessify.com/tools-and-wizards/developer-tools/jquery-builder/default.php
jqueryの関数ジェネレーター。
Really useful tool for building jquery functions :)
Support Details | Tech support anger management
http://supportdetails.com/
Great tool to find out tech information and send to IT, project manager or developer when you have problems viewing web based content.
Get tech support info like OS/Browser versions, flash player details, javascript settings, etc.
WP Topics | The Best WordPress News and Tutorials, All in One Place
http://www.wptopics.com/
tweetsharp - Google Code
http://code.google.com/p/tweetsharp/
tpl home page
http://tpl.sourceforge.net/index.html
Tpl works with files, memory buffers and file descriptors so it's suitable for use as a file format, IPC message format or any scenario where you need to store and retrieve your data.
A data serialization library for C.
10 Really Interesting jQuery Plugins | Queness
http://www.queness.com/post/295/10-really-interesting-jquery-plugins
I handpicked these plugins from jQuery website. I found them really cool and some of them simply a good stuff to enhance website frontend user interface, usability and capability. Awesome plugins I must say.
Author: kevin | Source: queness | Date: 23 Jun 2009 javascript, usability
» Top10 Simplest jQuery Tutorials WebAir Blog
http://www.webair.it/blog/2009/06/22/top10-simplest-jquery-tutorials/
シンプルなjQueryの効果
10 incredibly cool WordPress shortcodes
http://www.catswhocode.com/blog/10-incredibly-cool-wordpress-shortcodes
scripty2: for a more delicious web
http://scripty2.com/
scripty2: for a more delicious web
22 Open Source PHP Frameworks To Shorten Your Development Time
http://www.webdesignbooth.com/22-open-source-php-frameworks-to-shorten-your-development-time/
PHP is definitely one of the best web programming language. Here, we will look into 22 open source PHP Frameworks that will shorten our development time.
20+ WordPress Recipes (Codes)
http://www.webdesignerwall.com/tutorials/20-wordpress-recipes-codes/
"http://www.facebook.com/share
More and more clients are using WordPress as their CMS. As a designer or developer, you should really get into WordPress coding. To get started, you can read my WordPress theme guide and hacks. Now, I would like to recommend a resourceful WordPress site to you called WpRecipes. This post contains over 20 recipes that I hand picked from WpRecipes. If you have any good WordPress code or hacks that you want to share, feel free to send them over and I will post it.
Write Better CSS with Less
http://www.sitepoint.com/blogs/2009/06/30/write-better-css-with-less/
In the Woods - 20 Excellent Coda Tips
http://blog.themeforest.net/tutorials/20-excellent-coda-tips/
The EveryBlock source code
http://www.everyblock.com/code/
EveryBlock.com is an experimental news Web site that provides information at a "microlocal" level — by neighborhood or city block. It was funded by a grant from Knight Foundation, which requires the site's backend code to be open-sourced. Here is the code.
Potion, a Short Pamphlet
http://hackety.org/potion/
A dynamically typed, object oriented and functional language by _why the lucky stiff. Potion’s mantra is: Everything is an object. But objects aren’t everything ('cause everything's a function).
Tiny language from _why in which everything is an object and a function.
JavaScript, 5 ways to call a function - Sergio Pereira
http://devlicio.us/blogs/sergio_pereira/archive/2009/02/09/javascript-5-ways-to-call-a-function.aspx
An awesome article by Sergio Pereira - Devlicio.us that talks about functions and scope in javascript
apply
Mistaeks I Hav Made: What do Programmers Feel About their Software?
http://www.natpryce.com/articles/000748.html
What do programmers feel about their software? Are they happy with they system? Disgusted? Saddened?
tool that extracts comments from source code and displays its interpretation of the programmers' emotional experience
Really cool visualisation of projects.
AS3 SWF Profiler » Lost In Actionscript - Shane McCartney
http://www.lostinactionscript.com/blog/index.php/2008/10/06/as3-swf-profiler/
Example of ActionScript profiler to track framerate or memory usage
This handy script applies a profiler option to the right click Flash Context Menu which allows you to debug or track the current FPS or memory used by your SWF. Further to this it also stores a configurable history length of the frame rate and memory performance for the SWF.
SWF Profiler
Flash の メモリ使用量やフレームレートなどのパフォーマンスが分かるライブラリ。
Source Code of Several Atari 7800 Games Released! | ProgrammerFish - Everything that's programmed!
http://www.programmerfish.com/source-code-of-several-7800-games-released/
Exactly what the title implies.
Two Centuries On, a Cryptologist Cracks a Presidential Code - WSJ.com
http://online.wsj.com/article/SB124648494429082661.html
For more than 200 years, buried deep within Thomas Jefferson's correspondence and papers, there lay a mysterious cipher -- a coded message that appears to have remained unsolved. Until now. The cryptic message was sent to President Jefferson in December 1801 by his friend and frequent correspondent, Robert Patterson, a mathematics professor at the University of Pennsylvania. President Jefferson and Mr. Patterson were both officials at the American Philosophical Society -- a group that promoted scholarly research in the sciences and humanities -- and were enthusiasts of ciphers and other codes, regularly exchanging letters about them.
Sweet
Keryx (X)HTML Elements Best Practice Sheet
http://keryx.se/resources/html-elements/
Todos elementos ( Creio eu ) de HTML
15 very useful PHP code snippets for PHP developers
http://viralpatel.net/blogs/2009/05/15-very-useful-php-code-snippets-for-php-developers.html
snippets
pedacoes de codigos uteis em php
CMS.txt | What it is
http://cms.thewikies.com/
php cms in 6k
CMS.txt is a free, open-source, 6kb content management system which allows you to easily manage web pages.
iPhone Dev Sessions: Create a Drum App
http://theappleblog.com/2009/05/11/iphone-dev-sessions-create-a-drum-app/
e project “Bickboxx”.
Adding the Sounds Code We have an interface that doesn’t do anything. Let’s fix that. The audio framework we need isn’t added by default. We have to add the AudioToolbox framework.
recent snippets - code snippets wiki / refactory.org
http://www.refactory.org/
This is a community-maintained collection of reusable code snippets. Contribute something without logging in, or improve existing contributions. All code is dedicated to the public domain unless otherwise specified.
Stephen Marsland
http://seat.massey.ac.nz/personal/s.r.marsland/MLBook.html
Stephen Marsland, Massey University
"I've written a textbook ... there are lots of Python code examples in the book, and the code is available here."
Machine Learning: An Algorithmic Perspective
"I've written a textbook entitled "Machine Learning: An Algorithmic Perspective". It will be published by CRC Press, part of the Taylor and Francis group, on 2nd April 2009. The book is aimed at computer science and engineering undergraduates studing machine learning and artificial intelligence. There are lots of Python code examples in the book, and the code is available here. Where special datasets are used they are provided with the code, and there are links to additional datasets at the bottom of the page."
mPDF
http://mpdf.bpm1.com/
A PHP class to generate PDF files from HTML with Unicode/UTF-8
สร้าง pdf จาก html
A PHP class to generate PDF files from HTML with Unicode
mPDF is a PHP class which generates PDF files from UTF-8 encoded HTML. It is based on FPDF, HTML2FPDF, and UFPDF, with a number of enhancements.
How to Use PHP Namespaces, Part 1: The Basics
http://www.sitepoint.com/blogs/2009/07/13/php-53-namespaces-basics/
Namespaces are one of the most significant changes in PHP 5.3. They will be familiar to C# and Java developers, and they are likely to change the structure of PHP applications for the better. Why Do We Need Namespaces? As the size of your PHP code library increases, there is increased risk of accidentally re-defining a function or class name that has been declared before. The problem is exacerbated when you attempt to add third-party components or plugins; what if two or more code sets implement a ‘Database’ or ‘User’ class? Until now, the only solution has been long class/function names. For example, WordPress prefixes every name with ‘WP_’. The Zend Framework uses a highly descriptive naming convention that results in long-winded class names such as Zend_Search_Lucene_Analysis_Analyzer_Common_Text_CaseInsensitive. Name collision problems can be solved with namespaces. PHP constants, classes, and functions can be grouped into namespaced libraries.
** Posted using Viigo: Mobile RSS, Sports, Current Events and more **
Best Websites to Download Free JavaScript Code Snippets  | Dzine Blog
http://dzineblog.com/2009/07/best-sites-to-download-free-javascript-code-snippets.html
Code help
15 Awesome tutorials and resources for web developers
http://woork.blogspot.com/2009/07/15-awesome-tutorials-and-resources-for.html
15 Awesome tutorials and resources for web developers
by @woork
n extremely lightweight jQuery plugin which gives users the ability to easi
Great list of useful web tutorials.
Forget About Photoshop: 5 CSS Hacks to Help You Stop Using Images - Cherrysave
http://www.cherrysave.com/web-design/forget-about-photoshop-five-css-hacks-to-help-you-stop-using-images
** Posted using Viigo: Mobile RSS, Sports, Current Events and more **
Forget About Photoshop: 5 CSS Hacks to Help You Stop Using Images - Cherrysave - http://www.cherrysave.com/web-design/forget-about-photoshop-five-css-hacks-to-help-you-stop-using-images/
45+ Excellent Code Snippet Resources and Repositories | Developer's Toolbox | Smashing Magazine
http://www.smashingmagazine.com/2009/07/21/45-excellent-code-snippet-resources-and-repositories/
Snippet
Excellent repositories
Google Code Blog: Apollo 11 mission's 40th Anniversary: One large step for open source code...
http://googlecode.blogspot.com/2009/07/apollo-11-missions-40th-anniversary-one.html
kod źródłowy Apollo 11 :)
Some of the Apollo source code.
jQuery 1.3 Cheatsheet
http://oscarotero.com/jquery/
jQuery 1.3のオンラインチートシート
15+ CSS Tips and Tricks | Queness
http://www.queness.com/post/402/15-css-tips-and-tricks
Excellent!
A list of CSS tips and tricks that will make your life so much easier! I have also make a list of CSS shorthands for your convenience.
Anything Zoomer | Calendar
http://css-tricks.com/examples/AnythingZoomer/
Chris Coyier's Anything Zoomer
AnythingZoomer
JQuery Zoom Plugin
15 PHP regular expressions for web developers
http://www.catswhocode.com/blog/15-php-regular-expressions-for-web-developers
Hallvord R. M. Steen - Most expensive javascript ever?
http://my.opera.com/hallvors/blog/2009/07/20/most-expensive-javascript-ever
10 Useful code snippets for web developers
http://woork.blogspot.com/2009/07/10-useful-code-snippets-for-web.html
10 Useful code snippets for web developers
HTML 5 Reset Stylesheet | HTML5 Doctor
http://html5doctor.com/html-5-reset-stylesheet/
The CSS3 border-radius property « Blogging CSS
http://www.bloggingcss.com/en/tutorials/the-css3-border-radius-property/
One of the CSS3 properties designers have been longing the most for is undoubtedly the border-radius property. With CSS3 border-radius property it’s possible to create the so popular rectangles with rounded corners exclusively via CSS - no images needed. Cross-browser compatibility CSS3 aren’t supported by all browsers yet. The border-radius property is supported by Firefox (since version 3.0), Safari (since version 3.1) and Chrome (since the first version), but it’s not supported by Internet Explorer or Opera (it should be implemented in Opera 10). Since CSS3 aren’t standard yet, you must add prefixes to border-radius in order to work with the browsers that support it. If you want to work it with Firefox, you must write -moz-border-radius in the CSS; if you want it to work with Safari/Chrome, it’s -webkit-border-radius. Note that although Firefox, Safari and Chrome support this property, they do so in slightly different modalities.
11 Cool iPhone Keypad Codes
http://www.makeuseof.com/tag/cool-iphone-keypad-codes/
jQuery UI Selectmenu: An ARIA-Accessible Plugin for Styling a Custom HTML Select Element | Filament Group, Inc., Boston, MA
http://www.filamentgroup.com/lab/jquery_ui_selectmenu_an_aria_accessible_plugin_for_styling_a_html_select/
At Filament Group, we build elegant communications and interactions that help people understand, work, and collaborate effectively across a variety of media - from web sites to wireless, to interactive exhibits and print.
Setting cookies with jQuery
http://www.electrictoolbox.com/jquery-cookies/
Setting and clearing cookies with jQuery is really easy (especially when compared with regular Javascript) but it's not includedin the jQuery core and requires a plug-in. This post shows how to set, get the value of and clear cookies with jQuery.
Setting and clearing cookies with jQuery is really easy (especially when compared with regular Javascript) but it's not included in the jQuery core and requires a plug-in. This post shows how to set, get the value of and clear cookies with jQuery.
10 Tips for Writing Better jQuery Code
http://www.myinkblog.com/2009/08/04/10-tips-for-writing-better-jquery-code/
** Posted using Viigo: Mobile RSS, Sports, Current Events and more **
jQuery is totally cool. I’ve been using it for a year now and I find myself constantly learning new tricks and running into great improvements.
 The amount of plug-ins and resources out there is great, too, making this powerful javascript library either a must-use (for many developers) or a very-cool-thing-I-like for the others.

 However, many people want to know how to write better code. 

Here, my friend, are some tips.
Interesting way to save data in point 10.
Vim Plugins You Should Know About, Part IV: snipmate.vim - good coders code, great reuse
http://www.catonmat.net/blog/vim-plugins-snipmate-vim/
http://www.vim.org/scripts/script.php?script_id=2540, or http://www.vim.org/scripts/script.php?script_id=2611, or http://www.vim.org/scripts/script.php?script_id=2715 want surround.vim: http://www.vim.org/scripts/script.php?script_id=1697
jQuery Custom Events: They Will Rock Your World! | Fuel Your Coding
http://fuelyourcoding.com/jquery-custom-events-they-will-rock-your-world
Ok, maybe they won’t exactly “Rock Your World” but they might completely change the way you look at your jQuery development. At the very least, I hope this simple technique will help you build clean, reusable and extendable front-end code.
Code Samples - IE6 No More
http://www.ie6nomore.com/code-samples.html
Devo aggiungere una para di questi banner
23 jQuery Fade in Fade out Effect - Toolbox - Geek Sucks
http://www.geeksucks.com/toolbox/23-jquery-fade-in-fade-out-effect.htm
23 jQuery Fade in Fade out Effect
Interesting Code Highlighters for blogs and websites
http://woork.blogspot.com/2009/07/interesting-code-highlighters-for-blogs.html
Code highlighters are very useful tools to present code snippets on your blog or website with a professional look and improve the readability of code you provide for your readers. In this post I want to reply to some requests I received in the past weeks about this topic and suggest you my five favourites code highlithers.
It's 100% Java Script based and it doesn't care what you have on your server. This is
Popular CSS Snippets
http://snipplr.com/popular/language/css
Site com partes ou peços ou snippets (tudo a mesma coisa) de códigos CSS para webdesign
Signs that you're a bad programmer ‎(Software Engineering Tips)‎
http://sites.google.com/site/yacoset/Home/signs-that-you-re-a-bad-programmer
Very interesting. Also gives some practice methods for improving your programming skills. Google cache: http://tinyurl.com/mprt6w
Speeding up Google Analytics load times with a jQuery plugin | Geekology
http://www.geekology.co.za/blog/2009/08/speeding-up-google-analytics-load-times-with-jquery-plugin/
To keep the Google Analytics code from interfering with page rendering you can use jQuery to load and execute the ga.js file. The ‘jquery.geekga.js
Speeding up Google Analytics
5 CSS3 Design Enhancements That You Can Use Today | Webdesigner Depot
http://www.webdesignerdepot.com/2009/08/5-css3-design-enhancements-that-you-can-use-today/
Top 10 Wordpress Codes Every Designer Should Know | Css Reflex - Design Blog | Web Design | Inspiration and Resources for Designers
http://www.cssreflex.com/2009/08/top-10-wordpress-codes-every-designer-should-know.html
Hello there! Here I collected a very great collection of 10 Wordpress codes that I consider the most commonly used by any Wordpress developer. The content was reformatted for quick reference from the Template Tag section of the WordPress.org Codex, a relative encyclopedia to WordPress themeing, and great reference for your WordPress questions.
Project Lombok
http://projectlombok.org/index.html
annotations simplify your boiler plater...SneakThrows looks dangerous. Is this mung-ing?
10 Rules of Front End Coding | Fuel Your Coding
http://fuelyourcoding.com/10-rules-of-front-end-coding/
g
CSS3 rounded corners for every browser? An alternative quick solution without headache
http://woork.blogspot.com/2009/08/css3-rounded-corners-for-every-browser.html
21 Really Useful & Handy PHP Code Snippets
http://webdeveloperplus.com/php/21-really-useful-handy-php-code-snippets/
generating random passwords, encoding email adds, etc.
Coding Horror: All Programming is Web Programming
http://www.codinghorror.com/blog/archives/001296.html
are two reasons for thi
20 Top jQuery tips & tricks for jQuery programmers. jQuery Tips Tricks - ViralPatel.net
http://viralpatel.net/blogs/2009/08/20-top-jquery-tips-tricks-for-jquery-programmers.html
Following are few very useful jQuery Tips and Tricks for all jQuery developers. I am sharing these as I think they will be very useful to you. Disclaimer: I have not written all of the below code but have collected from various sources from Internet.
22 Beautiful jQuery Plugins for Web Designers | Tutorial9
http://www.tutorial9.net/resources/22-beautiful-jquery-plugins-for-web-designers/
This collection of jQuery plugins might come in handy next time you’re building a site. This post highlights some of the more aesthetic plugins online that can add a spark of creativity into your web design.
This collection of jQuery plugins might come in handy next time you're building a site. This post highlights some of the more aesthetic plugins online that can add a spark of creativity into your web design.
Top 10 WordPress hacks from June ‘09
http://www.catswhocode.com/blog/top-10-wordpress-hacks-from-june-09
Make your WordPress theme translatable List all hooked WordPress functions Disable WordPress automatic formatting on posts using a shortcode How to detect the visitor browser within WordPress Creating user-defined RSS feeds in WordPress Display your tags in a dropdown menu Retrieving custom fields outside the loop Create custom “Read more” links on your WordPress blog Get tags specific to a particular category on your WordPress blog Get rid of auto media enclosures on your WordPress blog
Create a Thumbnail Gallery with Slick Heading and Caption Effect with jQuery | Queness
http://www.queness.com/post/484/create-a-thumbnail-gallery-with-slick-heading-and-caption-effect-with-jquery
Flex for PHP developers : Mihai CORLAN
http://corlan.org/flex-for-php-developers/
Gamasutra - Features - Dirty Coding Tricks
http://www.gamasutra.com/view/feature/4111/dirty_coding_tricks.php
[When the schedule is shot and a game needs to ship, programmers may employ some dirty coding tricks to get the game out the door. In an article originally published in Gamasutra sister publication Game Developer magazine earlier this year, here are nine real-life examples of just that.]
ith a rotated camera at level start -- the other two platforms we
More tricks described in the comments!
Really Useful Tools For PHP Developers | W3Avenue
http://www.w3avenue.com/2009/08/26/really-useful-tools-for-php-developers/
By http://bit.ly/Tweets2Delicious
Firebug
Whether you are a PHP novice or an experienced developer; tools that you use have direct impact on your productivity. W3Avenue has compiled a list of really useful extensions & tools for PHP developers that will help you speed up development and significantly improve overall quality of your code.
A/Bingo: RoR Split Testing by Bingo Card Creator
http://www.bingocardcreator.com/abingo
Google Website Optimizer seems a bit dirty - this looks like a cleaner way
csharp-sqlite - Project Hosting on Google Code
http://code.google.com/p/csharp-sqlite/
Alecco Locco: SQLite: A Lesson In Low-Defect Software
http://aleccolocco.blogspot.com/2009/08/sqlite-lesson-in-low-defect-software.html
"99% Statement Coverage, 95% Branch Coverage, Goal: 100% branch coverage by Dec 2009, Striving for 100% test coverage has been [their] most effective method for finding bugs."
I didn't know gcc could do that. Cool.
@newsycombinator: "SQLite: A Lesson In Low-Defect Software (review/summary w/ working source) http://bit.ly/qcfy0" (from http://twitter.com/newsycombinator/status/3550078799)
Algorithmatic
http://algorithmatic.com/
A repository for algorithms, and an environment for collaborative development.
looks like an interesting stack overflow for algorithms. i'll keep watching this one...doesn't have kelly ratio or even sharpe ratio yet.
A List Apart: Articles: Get Ready for HTML 5
http://www.alistapart.com/articles/get-ready-for-html-5/
intro to HTML 5, input validation, canvas, regular expressions, SVG
With support in Chrome, Firefox 3.5, Opera, and Safari, HTML 5 is coming at you like a runaway train. Here are some suggestions to help you prepare to get on board rather than be left at the platform or tied to the tracks.
none of that will help you understand HTML 5 as much as using the new elements. You can modify part of an existing site or experiment by creating new pages.
20+ HTML Forms Best Practices for Beginners - Nettuts+
http://net.tutsplus.com/tutorials/html-css-techniques/20-html-forms-best-practices-for-beginners/
Edited Contributions - Programmer 97-things
http://programmer.97things.oreilly.com/wiki/index.php/Edited_Contributions
Pre-alpha book release
# Fulfill Your Ambitions with Open Source by Richard Monson-Haefel # Comment Only What the Code Cannot Say by Kevlin Henney
Code Snippets
http://css-tricks.com/snippets/
Various snippets of code (html, css, php, jquery, etc). Definitely worth keeping handy.
45 Amazing Examples of Code Generated and 3D CG Artworks | Inspiration | Smashing Magazine
http://www.smashingmagazine.com/2009/08/21/45-amazing-examples-of-code-generated-and-3d-cg-artworks/
45 Amazing Examples of Code Generated and 3D CG Artworks | Inspiration | Smashing Magazine
Generative art w/flash and processing!
Eli Bendersky’s website » Blog Archive » Co-routines as an alternative to state machines
http://eli.thegreenplace.net/2009/08/29/co-routines-as-an-alternative-to-state-machines/
Observation: Co-routines are to state machines what recursion is to stacks When you have to traverse some sort of a nested data structure (say, a binary tree), one approach is to create a stack that remembers where in the tree you are. Another, much more elegant approach, is to write the function recursively. A recursive function employs the machine stack used to implicitly implement function calls - you get the benefits of the stack without paying the cost of reduced readability.
HTML 5 Visual Cheat Sheet by Woork
http://woork.blogspot.com/2009/09/html-5-visual-cheat-sheet-by-woork.html
A simple visual grid with a list of all HTML tags and their related attributes supported by HTML versions 4.01 and/or 5.
HTML5 きたよー
Relevance Blog : Rifle-Oriented Programming with Clojure
http://blog.thinkrelevance.com/2009/8/12/rifle-oriented-programming-with-clojure-2
An article describing the basic syntax of clojure
In this article, you will see some of the ways that Clojure addresses the key concerns of OO: encapsulation, polymorphism, and inheritance.
FlexPMD - Flex PMD - Confluence
http://opensource.adobe.com/wiki/display/flexpmd/FlexPMD
Allows you to examine an ActionScript code base (flex isn't required). While some rules I disagree with it, the coolest thing is un-used code and other helpful best practices your code may not be following.
FlexPMD is a tool that helps to improve code quality by auditing any AS3/Flex source directory and detecting common bad practices, such as: * Unused code (functions, variables, constants, etc.) * Inefficient code (misuse of dynamic filters, heavy constructors, etc.) * Over-complex code (nested loops, too many conditionals, etc.) * Over-long code (classes, methods, etc.) * Incorrect use of the Flex component lifecycle (commitProperties, etc.)
code quality auditing tool
Code quality checking for Flex
FlexPMD is a tool that helps to improve code quality by auditing any AS3/Flex source directory and detecting common bad practice
Ferramenta da adobe para verificar codigos flex e detectar aonde pode haver melhorias.
Tiny Code: New additions: Movitz Lisp, Ocaml Mindstorm
http://kmkeen.com/tiny-code/index.html
小さい処理系のまとめ, lisp, scheme, forthなどなど
10 Mini-Tips and Tricks in JavaScript for Beginners | Admix Web
http://www.admixweb.com/2009/08/25/10-mini-tips-and-tricks-in-javascript-for-beginners
Useful for more advanced developers too - I didn't know several of these.
return arguments.length; }
16 Free Javascript Code Syntax Highlighters For Better Programming | Graphic and Web Design Blog - Inspiration, Resources and Tools
http://www.1stwebdesigner.com/resources/16-free-javascript-code-syntax-highlighters-for-better-programming/
16 Javascript para resaltar los códigos de tus post
Ekin Ertaç
http://ekinertac.com/?p=259
wordpress tag チートシート
Complete Wordpress Cheat Sheet
La liste de toutes les commandes wordpress pour réaliser son propre thème (lien direct: http://ekinertac.com/wp-content/uploads/2009/07/Wordpress-Cheat-Sheet.pdf )
wordpress
Free Complete Wordpress Cheat Sheet
AIMA Python file: utils.py
http://aima.cs.berkeley.edu/python/utils.html
Norvig
SpriteMe
http://spriteme.org/
Background images make pages look good, but also make them slower. Each background image is an extra HTTP request. There's a fix: combine background images into a CSS sprite. But creating sprites is hard, requiring arcane knowledge and lots of trial and error. SpriteMe removes the hassles with the click of a button.
10 useful Wordpress theme hacks | Designer Daily
http://www.designer-daily.com/10-useful-wordpress-theme-hacks-3354
Some may require advanced features of WordPress
Netflix prize tribute: Recommendation algorithm in Python | This Number Crunching Life
http://blog.smellthedata.com/2009/06/netflix-prize-tribute-recommendation.html
Quick implementation of the Netflix recommendation algorithm (probablistic matrix factorization) in Python.
probabalistic matrix factorisation
I test my code using synthetic data, where I first make up latent vectors for users and items, then I generate some training set ratings by multiplying some latent user vectors by latent item vectors then adding some noise. I then discard the latent vectors and just give the model the synthetic ratings.
Snippet App
http://snippetapp.com/
Easily create Snippets from selected text anywhere; Sync Snippet with MobileMe so you always have your snippets; Creating new snippets only takes seconds; Search your snippets instantly with a few keystrokes; Never have to leave the keyboard
Copy/paste, search snippets of code
Naming Tips (Software Engineering Tips)
http://sites.google.com/site/yacoset/Home/naming-tips
"Name physical things what they are, not what they're doing"
gource - Project Hosting on Google Code
http://code.google.com/p/gource/
Nifty program that visualizes changes made in a Git repository over time.
Gource is a software version control visualization for Git and CVS.
Home | Trollim
http://www.trollim.com/
Trollim is a skill evaluation and comparison platform assessing the coding level, performance and skill set of programmers worldwide. Programmers of similar skill sets and coding languages compete against each other either by one to one or many to many coding challenges (Battles).
Ruby on Rails Code Quality Checklist - Matthew Paul Moore
http://www.matthewpaulmoore.com/ruby-on-rails-code-quality-checklist
As ThriveSmart hires more developers - not all of them Ruby or Ruby on Rails experts - there's a growing need to ensure that code and design strategies maintain an extremely high level of quality across different projects. My good friend Dan and I assembled this checklist that all of our teams are expected to sign off on for each of their projects. It's an evolving list, but here's a snapshot of it.
Official Google Blog: Let's make the web faster
http://googleblog.blogspot.com/2009/06/lets-make-web-faster.html
Includes links on initiatives, techniques, and development (opening up by the FCC of the white spectrum) that can make the web faster
Very interesting possibilities with this HTML5 feature. I'm intrigued to see the capabilities it can show in future web apps - if it lives up to expectations.
10 code snippets to interact with Twitter
http://www.catswhocode.com/blog/10-code-snippets-to-interact-with-twitter
Trocets de codi per fer cosetes amb twitter :P
Often called a revolution, Twitter is a very easy and cool way to communicate and promote your blog or service. In this article, I have compiled 10 very useful code snippets to interact with Twitter in your web dev projects.
The Art of zen-coding: Bringing Snippets to a New Level - Monday By Noon
http://mondaybynoon.com/2009/08/17/the-art-of-zen-coding-bringing-snippets-to-a-new-level/
It doesn’t stop there. zen-coding has included an even more elaborate set of possibilities on top of valid CSS selectors.
I've rigged up some similar snippets that make my workflow in TextMate irreplaceable. Might have to install these snippets to get a broader range though.
10+ extremely useful PHP classes
http://www.catswhocode.com/blog/10-extremely-useful-php-classes
One of the numerous good points of the PHP programming language is its extensibility. In this article, I’m going to show you 10+ extremely useful PHP classes that will definitely make your developer life easier.
John Resig - Test Swarm Alpha Open
http://ejohn.org/blog/test-swarm-alpha-open/
os + browser組み合わせテスト ->buildbot
Caffeinated Simpleton » Blog Archive » An Introduction to JavaScript’s “this”
http://justin.harmonize.fm/index.php/2009/09/an-introduction-to-javascripts-this/
In many languages (all the good ones, if you ask me),  lexical scoping is supported. Lexical scoping basically allows you to access local variables in a parent function. If a function is defined within another function, it can access its own local variables as well as those of the function it was defined within. Time for another example.function drinkBeer() { var beer = "Big Daddy IPA"; function pour() { var glass = "Pint Glass"; return "Poured " + beer + " into a " + glass; } function drink() { beer = null; return "Beer is all gone"; } pour(); drink(); } drinkBeer();This works just fine. drinkBeer cannot access glass, but pour and drink can access beer. //// /*<!--<a href="http://justin.harmonize.fm/index.php/2009/09/an-introduction-to-javascripts-this/">Caffeinated Simpleton » Blog Archive » An Introduction to JavaScript’s “this”</a>-->*/
Adobe Cookbooks
http://cookbooks.adobe.com/home
Browse popular Cookbooks * Flex 722 Recipes * ActionScript 421 Recipes * AIR 66 Recipes * Mobile and Devi... 23 Recipes Mobile and Devices * ColdFusion 22 Recipes * Flash Professio... 6 Recipes Flash Professional * Video 3 Recipes * LiveCycle 3 Recipes * JavaScript 22 Recipes
codes zu allen themen/ geräte
SEARCH AND SHARE CODE RECIPES FOR FLEX,ACTIONSCRIPT,AIR,MOBILE AND DEVICES,COLDFUSION,FLASH PROFESSIONAL,VIDEO,LIVECYCLE,JAVASCRIPT,PHP,BLAZEDS,JAVA,FIREWORKS,DREAMWEAVER,RIA,FLASH PLAYER,FLASH CATALYST. COMMUNITY POWERED DOCUMENTATION FOR FLEX,ACTIONSCRIPT,AIR,MOBILE AND DEVICES,COLDFUSION,FLASH PROFESSIONAL,VIDEO,LIVECYCLE,JAVASCRIPT,PHP,BLAZEDS,JAVA,FIREWORKS,DREAMWEAVER,RIA,FLASH PLAYER,FLASH CATALYST.
The Only HTML Guide That You'll Ever Need : The World : Idea Hub :: American Express OPEN Forum
http://www.openforum.com/idea-hub/topics/the-world/article/the-only-html-guide-that-youll-ever-need-guy-kawasaki
headset microphone to make a speech, and it was so good that I bought one to bring it when I make a speech. In addition to the sound quality, I noticed another benefit: Bringing my own Countryman impressed AV people, so they took better care of me
for blog posts
100++ jQuery Tutorial and Plugin Collections on September | Queness
http://www.queness.com/post/742/100-jquery-tutorial-and-plugin-collections-on-september
100++ jQuery Tutorial and Plugin Collections on September | Queness - http://www.queness.com/post/742/100-jquery-tutorial-and-plugin-collections-on-september
Flash HTML設定のまとめ | エントリー | _level0.KAYAC
http://level0.kayac.com/2009/09/post_50.php
Simple PHP Contact Form
http://www.sevenscript.net/?p=48
Simple PHP Contact Form - http://www.sevenscript.net/?p=48
This is a very simple PHP contact form for your website. Visitors can simply send emails using this contact form to an email address. Different recipient email address’s can be added to the subject dropdown with different subject names so they can be directed to the right department. The form features a CAPTCHA security image to protect your email address’s from spam.
Google Code Samples
http://www.googlecodesamples.com/
Twitto: A web framework in a tweet
http://twitto.org/
Twitto is the fastest PHP web framework, and the first to use the newest features of PHP 5.3
A web framework in a tweet.
Haskell Platform Download (Beta)
http://hackage.haskell.org/platform/
“The Haskell Platform is a blessed library and tool suite for Haskell distilled from Hackage, along with installers for a wide variety of machines. The contents of the platform is specified here: Haskell: Batteries Included.”
This is the the Haskell Platform, version 2009.2.0.2: a single, standard Haskell distribution for every system. The Haskell Platform is a blessed library and tool suite for Haskell distilled from Hackage, along with installers for a wide variety of machines. The contents of the platform is specified here: Haskell: Batteries Included.
This is the the Haskell Platform, version 2009.2.0.2: a single, standard Haskell distribution for every system.
10+ WordPress plugins for developers
http://www.catswhocode.com/blog/10-wordpress-plugins-for-developers
Google Code Blog: Video Introduction to HTML 5
http://googlecode.blogspot.com/2009/09/video-introduction-to-html-5.html
Google's video introduction to #html5
an educational Introduction to HTML 5 video that goes over many of the major aspects of this new standard
We've put together an educational Introduction to HTML 5 video that goes over many of the major aspects of this new standard.
Video Introduction to HTML 5
SVN Server Admin Issue: Fix It! « Smashing Magazine
http://www.smashingmagazine.com/2009/09/25/svn-strikes-back-a-serious-vulnerability-found/
Serious problems like this aren’t supposed to exist nowadays. Every serious or visible exploit is found and fixed quickly. But here we will show you something simple and ordinary yet quite dangerous.
10 Really Useful WordPress Code Snippets | WPShout.com
http://wpshout.com/10-code-snippets-for-faster-wordpress-coding
6 Advanced JavaScript Techniques You Should Know
http://sixrevisions.com/javascript/6-advanced-javascript-techniques-you-should-know/
xCSS - OO CSS Framework
http://xcss.antpaw.org/
xCSS, un nuevo framework CSS orientado a objetos.
First CSS framework that allows you to work object-oriented and keeps your workflow as “DRY” as possible
xCSS extends CSS and gives you the ability to cut down the development time by having a better overview, using variables, re-using your models and many other features.
Why a CSS framework? xCSS bases on CSS and empowers a straightforward and object-oriented workflow when developing complex style cascades. Using xCSS means a dramatic cut down to your development time by: having a intuitive overview of the overall CSS structure, using variables, re-using existing style cascades and many other handy features. But, most frameworks are bulky and inflexible, aren't they? Not xCSS! It's lightweight and seamlessly integrates into any existing workflow. Aside from that the CSS overhead is getting reduced while your (X)HTML attributes remain semantic.
In the Woods – 7 Things I Wish I Had Known About jQuery
http://blog.themeforest.net/tutorials/7-things-i-wish-i-had-known-about-jquery/
25 New & Useful PHP Techniques & Tutorials
http://webdeveloperplus.com/php/25-new-useful-php-techniques-tutorials/
Looks very good
10 Fresh jQuery Tutorials to Enhance Navigation Menus | Web Design Ledger
http://webdesignledger.com/tutorials/10-fresh-jquery-tutorials-to-enhance-navigation-menus
Collezione menu jQuery
10 Puzzle Websites to Sharpen Your Programming Skills
http://sixrevisions.com/resources/10-puzzle-websites-to-sharpen-your-programming-skills/
check these out
programming puzzles site to upskill porg skills
10 More Puzzle Websites to Sharpen Your Programming Skills | Coderholic
http://www.coderholic.com/10-more-puzzle-websites-to-sharpen-your-programming-skills/
Software Design Review
http://philip.greenspun.com/software/design-review
Automatic Wordpress Thumbnail Without Custom Field | Pro Blog Design
http://www.problogdesign.com/wordpress/automatic-wordpress-thumbnail-without-custom-field/
Automatic Wordpress Thumbnail Without Custom Field
Criar fazer miniatura thumbnail automaticamente sem precisar de campo personalizado custom field [EXCELENTE]
This post will show you how to make your theme generates thumbnail automatically based on your post’s first image.
KAI.JAEGER.BLOG : JavaScript for people who are in a hurry
http://kaijaeger.com/javascript-for-people-who-are-in-a-hurry.html
Sniff Out That Smelly Code
http://www.hackification.com/2009/01/20/sniff-out-that-smelly-code/
functions are difficult to change, and difficult to understand.
virtualagc - Project Hosting on Google Code
http://code.google.com/p/virtualagc/
The purpose of this project is to provide an emulation of the on-board Apollo guidance computers, along with some ancillary items needed to make the emulation do something interesting. "AGC" stands for Apollo Guidance Computer. The AGC was the principal on-board computer for NASA's Apollo missions, including all of the lunar landings. Both the Command Module (CM) and the Lunar Module (LM) had AGCs, so two AGCs were used on most of the Apollo missions, but with differing software. The computer and its software were developed at MIT's Instrumentation Laboratory, also known as Draper Labs.
Apollo source code
jQuery and General Javascript Tips to Improve Your Code | tripwire magazine
http://www.tripwiremagazine.com/tutorials/tutorials/jquery-and-general-javascript-tips-to-improve-your-code.html
25 Hand Picked Best jQuery based Wordpress Plugins | Css Reflex - Design Blog | Web Design | Inspiration and Resources for Designers
http://www.cssreflex.com/2009/10/25-hand-picked-best-jquery-based-wordpress-plugins.html
In this post you’ll find out about amazing WordPress plugins based on jQuery UI. jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript. Below is a list of 25 surprisingly amazing best jQuery based WordPress plugins. I hope you will like the list and will use one of these plugins on your blog . Feel free to Subscribe if you would like to be informed for the latest posts.
Compile Software from Source Code - Wired How-To Wiki
http://howto.wired.com/wiki/Compile_Software_from_Source_Code
Most of the time, especially in the Windows and Mac OS X world, end users don't have to compile software. The programmers of the software write the code and then compile it into a "binary executable" for you.
Social Bookmarking Link Codes for 33 of the Biggest | Pro Blog Design
http://www.problogdesign.com/wordpress/social-bookmarking-link-codes-for-33-of-the-biggest/
Social Bookmarking Link Codes for 33 of the Biggest | Pro Blog Design - http://www.problogdesign.com/wordpress/social-bookmarking-link-codes-for-33-of-the-biggest/
Social bookmarking and link sharing is probably the largest source of traffic for most of us. Sites like Stumbleupon and Delicious send hundreds of thousands of visitors across the blogosphere. So how can we encourage more people to share our links? One of the easiest options is to include a set of links at the bottom of your posts which readers can click to automatically vote for your article. There are plugins which can do this of course, but that requires you to work with their settings, names icons in their banner and it means having yet another plugin installed on your site. If you would rather avoid that and have complete control for yourself, then you might prefer to code the links into your theme yourself.
http://www.linkedin.com/shareArticle?mini=true&url=
Websites To Search And Find Code Snippets
http://www.appsheriff.com/web-apps/script/15-unforgettable-websites-to-find-code-snippets-with-ease/
In a race against time, we are always looking to save as much as possible; this is especially applicable to the Website development. A website needs to be developed as fast as possible without compensating on any of features that make it unique and stand out. This is where code snippets show their power. Code Snippet is a small region of re-usable code that are developed in specific modules in order to facilitate smooth integration in to programming. Here, we will show you where can you get the snippet to satiate your needs. Show some love by bookmarking it
snippets = trozos de codigo
Smipple - Social Code Snippets
http://www.smipple.net/
this was built using gae and app engine patch
Cocoa with Love: Showing a "Loading..." message over the iPhone keyboard
http://cocoawithlove.com/2009/04/showing-message-over-iphone-keyboard.html
The "Text" (SMS) application on the iPhone uses a custom, semi-transparent view to show its "Sending..." message over the keyboard. I'll show you a simple class that can display semi-transparent loading messages and how you can display messages over the keyboard.
Loading..." messages When waiting for data loaded from the internet, many iPhone applications use a mostly black, semi-transparent view to block the display. Most use a basic "spinner" (UIActivityIndicatorView) to reassure the user that the application is still running, frequently accompanied by "Loading..." text. Despite the prevalence of this type of loading message, it is not a standard control and must be constructed manually.
12 Lesser Known But Useful WordPress Hacks
http://webdeveloperplus.com/wordpress/12-lesser-known-but-useful-wordpress-hacks/
Functional Geometry
http://www.frank-buss.de/lisp/functional.html
Nice bit of drawing code.
関数プログラミングで扱う幾何学について。
Closure Compiler - Google Code
http://code.google.com/closure/compiler/
"The Closure Compiler is a tool for making JavaScript download and run faster. It is a true compiler for JavaScript. Instead of compiling from a source language to machine code, it compiles from JavaScript to better JavaScript. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left. It also checks syntax, variable references, and types, and warns about common JavaScript pitfalls. Efficiency. The Closure Compiler reduces the size of your JavaScript files and makes them more efficient, helping your application to load faster and reducing your bandwidth needs. Code checking. The Closure Compiler provides warnings for illegal JavaScript and warnings for potentially dangerous operations, helping you to produce JavaScript that is less buggy and and easier to maintain."
is a tool for making JavaScript download and run faster. It is a true compiler for JavaScript.
Closure Compiler Service
http://closure-compiler.appspot.com/home
Compressore Javascript Google
Google JavaScript Compiler
Closure Library - Google Code
http://code.google.com/closure/library/
The Closure Library is a broad, well-tested, modular, and cross-browser JavaScript library. You can pull just what you need from a large set of reusable UI widgets and controls, and from lower-level utilities for DOM manipulation, server communication, animation, data structures, unit testing, rich-text editing, and more. The Closure Library is server-agnostic, and is intended for use with the Closure Compiler.
Javascript all purpose library
The Closure Library is a broad, well-tested, modular, and cross-browser JavaScript library. You can pull just what you need from a large set of reusable UI widgets and controls, and from lower-level utilities for DOM manipulation, server communication, animation, data structures, unit testing, rich-text editing, and more. The Closure Library is server-agnostic, and is intended for use with the Closure Compiler.
Javascript UI components from Google.
Simple CSS Tips that Go a Long Way - Inspect Element
http://inspectelement.com/articles/simple-css-tips-that-go-a-long-way/
Quickie CSS3 Tricks with Fallbacks | CSS-Tricks
http://css-tricks.com/quickie-css3-tricks-with-fallbacks/
More jQuery and General Javascript Tips to Improve Your Code | tripwire magazine
http://www.tripwiremagazine.com/ajax/developer-toolbox/more-jquery-and-general-javascript-tips-to-improve-your-code.html
This post pick up on my previous post "jQuery and General Javascript Tips to Improve Your Code" and provides additional nice to know tips for jQuery developers. jQuery is popular for a reason and widely used by nearly everyone from huge companies
jQuery skill up
Beautiful-HTML.png (PNG Image, 2000x2000 pixels)
http://css-tricks.com/examples/CleanCode/Beautiful-HTML.png
Beautiful tips and tricks.
การแก้ไข Browser ต่างกัน
The Go Programming Language
http://golang.org/
Google 発の開発言語
Home of the new Google Go language.
"a systems programming language expressive, concurrent, garbage-collected" -- BSD license
expressive, concurrent, garbage-collected
Big Spaceship | Labs Blog - A Dash of Rosemary on Your CSS
http://www.bigspaceship.com/blog/labs/a-dash-of-rosemary-on-your-css/
Scalable CSS wrapper from Big Spaceship.
visto en el twitter de smashing magazine
Let's Go
http://golang.org/doc/go_tutorial.html
TODO: find out why, and where
Go Programming Language from google
Programmer 101: Teach Yourself How to Code - Teach Yourself - Lifehacker
http://lifehacker.com/5401954/programmer-101-teach-yourself-how-to-code
Get off to a running start using tons of great free web-based tutorials and resources.
Writing great documentation: what to write
http://jacobian.org/writing/great-documentation/what-to-write/
Annotated link http://www.diigo.com/bookmark/http%3A%2F%2Fjacobian.org%2Fwriting%2Fgreat-documentation%2Fwhat-to-write
How to Read Other People’s Code — and Why « Design By Gravity
http://designbygravity.wordpress.com/2009/10/23/how-to-read-other-peoples-code-and-why/
How to Create an Author Info Section in Wordpress
http://line25.com/tutorials/how-to-create-an-author-info-section-in-wordpress
Using a mix of Wordpress template tags, find out how to add an info section to the bottom of your posts, showing the author's name, gravatar and bio
How to bring CSS3 features into your design « WelcomeToTheSky
http://welcome2thesky.com/2009/11/13/how-to-bring-css3-features-into-your-design/
もうこっそり使ってもいいと思う。
Coding Clean and Semantic Templates
http://www.webdesignerwall.com/tutorials/coding-clean-and-semantic-templates/
Coding Clean and Semantic Templates with comparisons examples
Fazladan kullanılan DIV elementleri ile HTML sayfa üzerindeki nesnelerin CSS ile nasıl kontrol edildiğini anlatır belge.
If you are the guy who uses <div> tag for everything, this post is for you. It focuses on how you can write clean HTML code by using semantic markups and minimize the use of <div> tag. Have you ever edited someone’s templates, don’t those messy tags drive you crazy? Not only writing clean templates can benefit yourself, but your team as well. It will save you time when you have to debug and edit (particularly the large projects).
html coding example
Programmer 101: Teach Yourself How to Code - Teach Yourself - Lifehacker
http://lifehacker.com/5401954/
Lifehacker
Programmer 101
10 Must Have Hacks For WordPress Development | Spyre Studios
http://spyrestudios.com/10-wordpress-hacks/
Building your own wordpress themes will open your eyes to a lot of things, mainly the fact that you'll be retyping a lot of code over and over and over again. So in this post I am going to show you ten wordpress code hacks that you can add to your arsenal that will not only save you a lot of time, but they will also set your themes apart from others who don't come pre built with these types of features.
Zen Coding: A Speedy Way To Write HTML/CSS Code - Smashing Magazine
http://www.smashingmagazine.com/2009/11/21/zen-coding-a-new-way-to-write-html-code/
Holy sh*t! A new speedy way of writing HTML code using CSS-like selector syntax — a handy set of tools for high-speed HTML and CSS coding. Totally mind blowing - check it out!
Python Library for Google Search - good coders code, great reuse
http://www.catonmat.net/blog/python-library-for-google-search/
Here is a quick hack that I wrote. It’s a Python library to search Google without using their API. It’s quick and dirty, just the way I love it. Why didn’t I use Google’s provided REST API? Because it says “you can only get up to 8 results in a single call and you can’t go beyond the first 32 results”. Seriously, what am I gonna do with just 32 results?
# Python Library for Searching Adwords # Python Library for Google Translate # Python Library for Google Sets
from xgoogle.search import GoogleSearch, SearchError try: gs = GoogleSearch("quick and dirty") gs.results_per_page = 50 results = gs.get_results() for res in results: print res.title.encode('utf8') print res.desc.encode('utf8') print res.url.encode('utf8') print except SearchError, e: print "Search failed: %s" % e
Transforms
http://westciv.com/tools/transforms/
http://www.textfiles.com/100/taoprogram.pro
http://www.textfiles.com/100/taoprogram.pro
Daring Fireball: A Liberal, Accurate Regex Pattern for Matching URLs
http://daringfireball.net/2009/11/liberal_regex_for_matching_urls
Good regular expression to user for grabbing a url
A Reading Guide To Becoming A Better Developer | The Inquisitive Coder – Davy Brion's Blog
http://davybrion.com/blog/2009/11/a-reading-guide-to-becoming-a-better-developer/
Lista de libros sobre programación que merece la pena tener
10 front-end techniques to improve your site usability
http://www.catswhocode.com/blog/10-front-end-techniques-to-improve-your-site-usability
Front-end techniques to improve your site usability using jQuery
Usability is a very important part of website building. Sadly, this is often neglected by designers and developers.
How HTML5 Will Change the Way You Use the Web - HTML5 - Lifehacker
http://lifehacker.com/5416100/how-html5-will-change-the-way-you-use-the-web
Artículo que explica algunas de las características de HTML5.
Firefox and Safari partially support it, Google's Wave and Chrome projects are banking on it, and most web developers are ecstatic about what it means. It's HTML5, and if you're not exactly sure what it is, here's an explainer.
What is HTML5? Some kind of really fancy link tag? HTML5 is a specification for how the web's core language, HTML, should be formatted and utilized to deliver text, images, multimedia, web apps, search forms, and anything else you see in your browser. In some ways, it's mostly a core set of standards that only web developers really need to know. In other ways, it's a major revision to how the web is put together. Not every web site will use it, but those that do will have better support across modern desktop and mobile browsers (that is, everything except Internet Explorer).
Hadoop - YDN
http://developer.yahoo.com/hadoop/
"Apache Hadoop* is an open source Java software framework for running data-intensive applications on large clusters of commodity hardware."
Hadoop and Distributed Computing at Yahoo!
How's My Code
http://howsmycode.com/
"How's My Code is a simple, lightweight code review tool meant for git users and distributed teams.
How's My Code is a simple, lightweight code review tool meant for git users and distributed teams
Stupid WordPress Tricks • Perishable Press
http://perishablepress.com/press/2009/12/01/stupid-wordpress-tricks/
One of the most popular articles here at Perishable Press is my January 2005 post, Stupid htaccess Tricks. In that article, I bring together an extensive collection of awesome copy-&-paste HTAccess code snippets. Four years later, people continue to tell me how much they enjoy and use the content as a bookmarked reference for many of their HTAccess needs. The article was even published in a book on Joomla! Security.
Wordpress goldmine of php info...
きれいなソースコードを書くために必要な、たったひとつの単純な事 - よくわかりません
http://d.hatena.ne.jp/r-west/20090510/1241962864
"「すべてに正しい名前を付けて、そして、正しい名前であることを維持する」という鉄の意志"
「「すべてに正しい名前を付けて、そして、正しい名前であることを維持する」という鉄の意志」
名前重要、超重要。そしてその先 ちゃんと名前を付けるってのは、基本と言えば余りに基本的な事。でもそれは、その一言ではとても尽くせない、広大な汎用性を持つ超重要事項。それに本気になればなるほど、それに見合ったご利益が得られる、と思う。
渋川さんはちょろっと触れてるだけだけど、自分はこれが最も基本的で汎用的、かつ、ソースをきれいにする原動力となる上にバグをも減らしてコードの汎用性まであげる、コーディングのエンジンみたいなものと思ってる。
Easy front-end framework
http://easyframework.com/
The New Clearfix Method • Perishable Press
http://perishablepress.com/press/2009/12/06/new-clearfix-hack/
23 Best jQuery Facebook Style Plugins | jQuery Wisdom
http://www.jquery.wisdomplug.com/jquery-plugins/facebook-jquery-plugins/23-best-jquery-facebook-style-plugins/
These jQuery plugins help designes to create facebbok style UI with ease
RSS
18 CSS Compression Tools and Techniques | Design Shack
http://designshack.co.uk/articles/css/18-css-compression-tools-and-techniques
Learning to write clean, optimized CSS requires lots of practice and an unstoppable compulsive desire for neatness. Keeping your CSS trim and tidy isn’t all about feeding your crazy psychological need for cleanliness though, in the case of particularly large websites, the payoff is faster loading pages. Faster loading times equals increased usability and higher user satisfaction.
Top 15+ Best Practices for Writing Super Readable Code - Nettuts+
http://net.tutsplus.com/tutorials/html-css-techniques/top-15-best-practices-for-writing-super-readable-code/
Code readability is a universal subject in the world of computer programming. It's one of the first things we learn as developers. Readable and maintainable
Top 15+ Best Practices for Writing Super Readable Code - Nettuts+
好的编程习惯
10 Tips for Flex Application Performance | InsideRIA
http://www.insideria.com/2009/09/10-tips-for-flex-application-p.html
We're going to keep this post lean and mean, and get down to business with 10 Tips that will keep your Flex applications fast, lean, and responsive. The tips are focused around three best practices rules. Rule # 1: Clean up after yourself -- In general, it is good practice to maintain clean code. Not only in the sense of having properly formatted and readable code, but also code that leaves nothing behind... no memory leaks, no cpu hogs, nothing but a clean object that can be reclaimed by the GC.
Harish Mallipeddi's Blog - CouchDB naked
http://blog.poundbang.in/post/132952897/couchdb-naked
Good explanation of how CouchDB indexes.
how couchdb b-trees work internally
24 ways: Rock Solid HTML Emails
http://24ways.org/2009/rock-solid-html-emails
10 CSS Snippets to Save Precious Time | Blog Oh Blog
http://www.blogohblog.com/10-css-snippets-to-save-precious-time/
10 jQuery snippets for efficient developers
http://www.catswhocode.com/blog/10-jquery-snippets-for-efficient-developers
image load detection
tips and trick code
jQuery is by far my favorite Javascript framework, which allows developers to create stunning visual effects, manipulate data properly, and much more. In this article, I have compiled 10 extremely useful jQuery snippets.
jQuery snippets for web developers
20+ Tools for Quick and Clean Code Development | Web Design Ledger
http://webdesignledger.com/tools/20-tools-for-quick-and-clean-code-development
Developing websites is much more than just a pretty face, and depending on what typed of features you’d like to implement on the site, there’s a lot of coding that goes into it. Many times designers turn to a WYSIWYG tool, however tools of that sort are more limited to advanced code. Being able to code a site using a variety of tools lets you simplify the coding process while you take a big bite out of saving time. Below we’ve hand picked 20+ Tools for Quick & Clean Code Development that will help you code much faster and in an efficient manner.
Secret Perl Operators - good coders code, great reuse
http://www.catonmat.net/blog/secret-perl-operators/
A goatse operator? .p
etherpad - Project Hosting on Google Code
http://code.google.com/p/etherpad/
This is the open source release of EtherPad, a web-based realtime collaborative document editor. This project exists mainly as an exhibition of the code, to help support those who want to run or modify their own etherpad servers, or for those who are curious about how etherpad's algorithms make realtime collaboration possible.
Compile source code - and solve problems | TuxRadar
http://tuxradar.com/content/compile-source-code-and-solve-problems
Building software from source - that's a bit old-school, isn't it? Who wants to wrestle with the command line, hunting down dependencies and coaxing the GCC compiler into running properly? Well, it does sound like a strange thing to do in this world of binary packages and online repositories.
compile source but also explains how to deal with issues that come up
_why's Estate
http://viewsourcecode.org/why/
The collected works of Mr Stiff.
A Look at Some of the New Selectors Introduced in CSS3 - Inspect Element
http://inspectelement.com/tutorials/a-look-at-some-of-the-new-selectors-introduced-in-css3/
A Look at Some of the New Selectors Introduced in CSS3
django-solr-search - Google Code
http://code.google.com/p/django-solr-search/
"Django Solr search is a Django pluggable for rapidly integrating Solr search into a Django Application."
Django module for implementing Solr search
Django Solr search is a Django pluggable for rapidly integrating Solr search into a Django Application. It was originally written for The Washington Times. Readers where complaining that they were never able to find relevant content and they weren't given the tools to narrow down their search. With some of our past experiences with Solr it seemed like the obvious choice for this type of enterprise search concept.
Django module for integrating solr search.
Django pluggable for integrating Solr search. Updated to work with Django 1.0. Can even generate schema.xml files on the fly.
Scott Hanselman's Computer Zen - Best Code Syntax Highlighter for Snippets in your Blog
http://www.hanselman.com/blog/BestCodeSyntaxHighlighterForSnippetsInYourBlog.aspx
Scott Hanselman on Programming, User Experience, The Zen of Computers and Life in General
ideone.com
http://ideone.com/
nopaste inaczej (potrafi skomppilowac i odpalic wklejony kod)
The Atari 7800 Pro System - The Atari Museum
http://www.atarimuseum.com/videogames/consoles/7800/games/
Atari Source Code
source code to many classic Atari games (Digdug, Joust, Ms Pacman)
7800 game source
Top WordPress hacks of 2009
http://www.catswhocode.com/blog/top-wordpress-hacks-of-2009
Wordpress Hacks
Top WordPress hacks of 2009
jQuery Inline Form Validation Engine | Web Resources | WebAppers
http://www.webappers.com/2009/06/12/jquery-inline-form-validation-engine/
jQuery Inline Form Validation Engine - Open Source Resources for Web Developers
alternate jquery validation plugin
* is Unix
http://jacobian.org/writing/star-is-unix/
Ryan’s I like Unicorn because it’s Unix appears to have started a mini-meme of folks writing simple forking network servers in their language of choice. I’m really enjoying reading ‘em — they’re a sort of Rosetta Stone of network code — so I’m going to keep a running list of links here. Tell me about any I’ve missed (via email, comments, or twitter) and I’ll add ‘em to the list.
a . . . of Rosetta Stone of network code
The 15 Most Popular Text Editors for Developers
http://sixrevisions.com/web-development/the-15-most-popular-text-editors-for-developers/
http://sixrevisions.com/web-development/the-15-most-popular-text-editors-for-developers/
For many developers, a trusty text editor is all you need for even the most complex web applications. Whether you’re creating a site from scratch, editing a CSS file, or messing around with configuration files on the server – a good, solid text editor will do the trick just fine. Last week, over 600 people voted for the text editor that they felt was the best from the large set of options out in the market. In this article, you’ll find fifteen of the most ubiquitous text editors for development as voted by you.
Linux, Mac OS X und Windows-basierte Editoren
まつもとゆきひろ氏が語る「ビューティフルコード」セミナーに行って来た - Slow Dance
http://d.hatena.ne.jp/LukeSilvia/20090207/p1
計算量
「コードは、美術等の芸術ともまた違う。見るだけで楽しんだりするものではない。実用的であってナンボ」だよなぁ。。。
結構長めかも。
前述の通り、コードは工業製品ではなく、一品ものの「作品」。つまり、「プログラマ = アーティスト」。作品を作っているんだというこの自覚を持つことがまず重要。決してプログラマは作業員ではない。
0x1fff: 35 Google open-source projects that you probably don't know
http://blog.0x1fff.com/2009/12/35-google-open-source-projects-that-you.html
Awesome.
"I for one, welcome our new overlords"
13 Useful Code Snippets for WordPress Development | Web Design Ledger
http://webdesignledger.com/tips/13-useful-code-snippets-for-wordpress-development
trechos de código, inclusive para encaminhar seu rss para o feedburner
10 WordPress dashboard hacks
http://www.catswhocode.com/blog/10-wordpress-dashboard-hacks
WebDevMania - Top 10 CSS Snippets
http://webdevmania.com/archive/top_10_css_snippets/
Essential CSS Snippets
Followerlap
http://meyerweb.com/eric/tools/followerlap/
ESTADISTICAS Cde follower entre 2 cuentas
Find out how many followers two Twitter accounts have in common.
Kiểm tra follower chung giữa 2 account Twitter.
Compare Followers of two twitter-accounts.
tool von eric meyer
再起動なしでFirefoxの内部データベースをさくっと最適化する小技 - IDEA*IDEA ~ 百式管理人のライフハックブログ
http://www.ideaxidea.com/archives/2009/08/how_to_optimize_firefox_internal_db.html
Firefox ファイヤ
How 12 Hours, 2 Guys, 6 Cups of Coffee = 1 iPhone App - iPhone App - Gizmodo
http://gizmodo.com/5435605/12-hours-2-guys-6-cups-of-coffee-1-iphone-app
Making an Expanding Code Box
http://diggingintowordpress.com/2009/07/making-an-expanding-code-box/
コードプレビュー
expanding code box
Recreating the THX Deep Note - EarSlap
http://www.batuhanbozkurt.com/instruction/recreating-the-thx-deep-note
supercollider
<blockquote> <p>So let’s get going. SuperCollider is my tool of choice here. I start with a simple waveform. I want to use a sawtooth wave as the oscillator source, it has a rich and harmonic spectrum consisting of even and odd partials. I’ll want to filter the upper partials later on. Here is some beginning code:</p> <pre> //30 oscillators together, distributed across the stereo field ( { var numVoices = 30; //generating initial random fundamentals: var fundamentals = {rrand(200.0, 400.0)}!numVoices; Mix ({|numTone| var freq = fundamentals[numTone]; Pan2.ar ( Saw.ar(freq), rrand(-0.5, 0.5), //stereo placement of voices numVoices.reciprocal //scale the amplitude of each voice ) }!numVoices); }.play; ) </pre> </blockquote>
If you’ve ever watched a movie in a movie theater, chances are that you are familiar with the “Deep Note”, the audio logo of THX. That sound is one of the first sounds we hear at the beginning of movie trailers in a THX-certified venue. The origins of that sound tickled my curiosity and I did some little research. I’m deeply moved by the history behind it, and I want to share what I’ve learned with you. Then we will move on to create that sound ourselves, get your scissors ready, and some glue!
6 Steps To Refactoring Rails (for Mere Mortals) | Union Station
http://www.engineyard.com/blog/2009/6-steps-to-refactoring-rails-for-mere-mortals/
Good pointers.
improve the way layouts were selected
refactoring
A Form of Madness - Dive Into HTML5
http://diveintohtml5.org/forms.html
placeholder
A Form of M
Using HTML Symbol Entities
http://www.webdesignerwall.com/tutorials/using-html-symbol-entities/
"Some characters (e.g. the less than and greater than signs) are reserved for HTML markup. In order to display these characters as text, you must enter the HTML entities in the source code. For example, to display the less than sign (<), you need to enter &lt; (entity name) or &#60; (entity number). Among the entity list, there are quite a lot of symbol entities that we can use in layout design. For examples: → ♥ ♫ ✓ ✗ • ☞ ✁ ★ “ ⊕. Have you seen the snowman ☃ symbol before? If not, continue on this post to find more surprises."
How 12 Hours, 2 Guys, 6 Cups of Coffee = 1 iPhone App - iPhone App - Gizmodo
http://gizmodo.com/5435605/12-hours-2-guys-6-cups-of-coffee-1-iphone-app?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+gizmodo%2Ffull+%28Gizmodo%29&utm_content=Google+Reader
Some Useful JavaScript & jQuery Snippets | Codrops
http://tympanus.net/codrops/2010/01/05/some-useful-javascript-jquery-snippets/
ASCII Table - The Pronunciation Guide
http://ascii-table.com/pronunciation-guide.php
list of known pronunciations of various ASCII punctuation marks
Ce site contient toutes les tables ascii/unicode/etc... Mais aussi LA table de prononciation (en anglais) des signes ASCII. Exemple: ! exclamation (mark), (ex)clam, excl, wow, hey, boing, bang, shout, yell, shriek, pling, factorial, ball-bat, smash, cuss, store, potion (NetHack), not (UNIX) (C), dammit (UNIX) # pound, pound sign, number, number sign, sharp, octothorpe, hash, (garden) fence, crunch, mesh, hex, flash, grid, pig-pen, tictactoe, scratch (mark), (garden) gate, hak, oof, rake, sink (NetHack), corridor (NetHack), unequal, punch mark
ASCII punctuation characters and their various pronunciations. e.g., the entry for **Exclamation point** (!) lists: > exclamation (mark), (ex)clam, excl, wow, hey, boing, bang, shout, yell, shriek, pling, factorial, ball-bat, smash, cuss, store, potion (NetHack), not (UNIX) (C), dammit (UNIX) That last one has a footnote: "as in 'quit, dammit!' while exiting vi and hoping one hasn't clobbered a file too badly."
How to pronounce characters like !, ", !?, */, etc
Anti-Grain Geometry - Interpolation with Bezier Curves
http://www.antigrain.com/research/bezier_interpolation/index.html
直線をベジェ曲線にするためのアルゴリズム。参考に。
直線を曲線に補完するコード。
ベジェのスムースアルゴリズム
pyprocessing - Project Hosting on Google Code
http://code.google.com/p/pyprocessing/
This project provides a Python package that creates an environment for graphics applications that closely resembles that of the Processing system
Python implementation of Processing, based on Pyglet.
A Processing-like environment for doing graphics with Python
Selectors, Animation, and AJAX – jQuery Tutorial And Examples (Part Two) | Spyre Studios
http://spyrestudios.com/jquery-part-two-selectors-animation-and-ajax/
By now I’m sure you have grasped at least the basics and simplicity of the jQuery library. Now it’s time to move on to some more in depth and practical techniques. jQuery isn’t just for hiding and showing content as we saw in the first part of our series, it can also perform many powerful tasks for us with just a few lines of code. For part two of our jQuery series, we will have a look at some special selectors, the animation method, and simple AJAX calls. Be sure to check out the demo for each section for an idea of how you could implement some of these ideas and scripts! Special Selectors We have learned that selecting elements with jQuery is very similar to selecting elements with CSS. For example, say we wanted to select all paragraphs within a certain div, we could do something like this: $(function(){ $('#my_div p').click(function(){ //your code here }); }); This is all fine and dandy for simple selections and manipulation. But what if we wanted to get more specific or use a
» A Sixty-Eight Year Old Code - Entropic Memes
http://www.slugsite.com/archives/957
ink is really cool, though, is that the photo also shows the agent’s worksheet:
German
20/20: Top 20 Programming Lessons I've Learned in 20 Years - DCS Media
http://www.dcs-media.com/Archive/20-20-top-20-programming-lessons-ive-learned-in-20-years-FI
'1. Set a duration of how long you think it should take to solve a problem; 2. A language is a language is a language; 3. Don't over-"design pattern" applications; 4. Always backup your code; 5. You are not the best at programming. Live with it; 6. Learn to learn more; 7. Change is constant; 8. Support Junior; 9. Simplify the algorithm; 10. Document your code; 11. Test, Test, Test; 12. Celebrate every success; 13. Have Code Reviews Frequently; 14. Reminisce about your code; 15. Humor is necessary; 16. Beware the know-it-all, possessive coder, and the inexperienced coder; 17. No project is ever simple; 18. Never take anything for granted; 19. Software is never finished; 20. Patience is definitely a virtue'
Une vingtaine de conseils d'un routard avec 20 ans d'expérience au sujet de la programmation.
10 PHP functions you (probably) never use
http://infinity-infinity.com/2009/07/10-php-functions-you-probably-never-use/
**PHP** MD5 - pack()
When scripting in PHP, we often restrict ourselves to a limited number of API functions: the common ones, like print(), header(), define(), isset(), htmlspecialchars(), etc. If some needed functionality doesn’t exist, we often write it making use of these basic components which we have in mind. The PHP API actually offers a lot of functionality, some useless and some useful; often seldom used. I have been looking through the available functions and was interested to find some really cool functions that I should have known about. Here, I share my findings.
__()
A Tour of the Arduino Internals: How does Hello World actually work? - Ideas For Dozens
http://www.urbanhonking.com/ideasfordozens/2009/05/an_tour_of_the_arduino_interna.html
ponder
Some Useful JavaScript & jQuery Snippets - Part 2 | Codrops
http://tympanus.net/codrops/2010/01/07/some-useful-javascript-jquery-snippets-part-2/
JavaScriptとjQueryのちょっとした便利なコード集です。
jQueryスニペット集(Toggle all checkboxes:チェックボックス全ON/OFF切り替え…etc)
smallpt: Global Illumination in 99 lines of C++
http://www.kevinbeason.com/smallpt/
Make Your Site An iPhone App - Webmonkey
http://www.webmonkey.com/blog/Make_Your_Site_An_iPhone_App
You can get most of the benefits of an iPhone application without writing a single line of Objective C. An open source project called PhoneGap lets your wrap your website in iPhone App goodness. And you can even charge for your creation. Even more exciting than being able to easily create an app is getting access to some native iPhone APIs. Currently PhoneGap supports JavaScript access to the user’s location and the device accelerometer. Camera and vibration are still in the works.
You can get most of the benefits of an iPhone application without writing a single line of Objective C. An open source project called PhoneGap lets your wrap your website in iPhone App goodness. And you can even charge for your creation. Even more exciting than being able to easily create an app is getting access to some native iPhone APIs. Currently PhoneGap supports JavaScript access to the user’s location and the device accelerometer. Camera and vibration are still in the works. There’s talk of being able to use a web form to create your app by submitting only the URL of your website. Currently, it’s a little more work, but easier than creating an app from scratch. You’ll still need to download the SDK and write your app in Apple’s XCode. The PhoneGap wiki has a hello world tutorial that should get you started. One really cool aspect of the PhoneGap project is that it also supports Android and Blackberry. A write-once approach to mobile development is within grasp of the ordinary
Proyecto de desarrollo de aplicaciones para iPhone
Custom blend modes for Flash 10 » Lost In Actionscript - Shane McCartney
http://www.lostinactionscript.com/blog/index.php/2009/05/26/custom-blend-modes-for-flash-10/
FlashPlayer10で使えるカスタマイズブレンドモード。
Emerging Techniques Every Web Developer Should Know – woorkup.com
http://woorkup.com/2010/01/16/emerging-techniques-every-web-developer-should-know/
explanations and examples of modern web dev techniques
10 NEW WordPress Wanted Hacks and Powerful Techniques » DevSnippets
http://devsnippets.com/article/10-new-wordpress-wanted-hacks-and-powerful-techniques.html
Some good WP Hacks
10 NEW WordPress Wanted Hacks and Powerful Techniques » DevSnippets
10 interesting projects from Google Code
http://www.catswhocode.com/blog/10-interesting-projects-from-google-code
"10 interesting projects from Google Code" http://j.mp/6MYk2Y
webdevmania - Top 10 jQuery Snippets (including jquery 1.4)
http://webdevmania.com/archive/top_10_jquery_snippets_including_jquery_1.4/
The quick copy paste jQuery starter embed; Value swap (usually for search fields); Equal Column Height; On Hover add and Remove a class; Live Event Binding; Partial Page Refresh; Each Element; Find an element close by (jQuery 1.4); Delay animation/effect; Check if an element contains a certain class or element;
jQuery “flash like” menu « Position Absolute
http://www.position-absolute.com/articles/jquery-flash-like-menu/
jQuery “flash like” menu
When you rollover one item of your menu, the font-size expand to 225%, the color fade to yellow and the other items are giving more space to the hovered item, when you roll out it will take its place back in the menu.
Find The Right JavaScript Solution With A 7-Step Test - Smashing Magazine
http://www.smashingmagazine.com/2010/01/21/find-the-right-javascript-solution-with-a-7-step-test/
javas
By far the most important item here is how well the solution works with JavaScript turned off. Too many developers do not think about this. How well are styles ingrained with the code? If a look and feel change requires a JavaScript change, that's a dealbreaker (sorry, Tina). Is the JS code usable without a mouse; is keyboard navigation fully available? (this isn't just an accessibility issue, it's also power user productivity enhancer). Also, KNOW THE CODE.
cdecl: C gibberish ↔ English
http://cdecl.org/
Two Centuries On, a Cryptologist Cracks a Presidential Code - WSJ.com
http://online.wsj.com/article/SB124648494429082661.html?mod=yhoofront
Interesting, though the codebreaker did use a computer to solve it.
200 anos depois um texto criptografado é decodificado.
WSJ.com is available in the following editions and languages:
A cipher by Mr. Patterson. Simple to use without a computer, hard to crack.
For more than 200 years, buried deep within Thomas Jefferson's correspondence and papers, there lay a mysterious cipher -- a coded message that appears to have remained unsolved. Until now.
dtcss - Google Code
http://code.google.com/p/dtcss/
good for dynamic css, can conditionally point to different php scripts. reduces editing time for multiple selectors.  good for maintaining!
DtCSS is a PHP script that preprocesses your CSS file. It speeds up CSS coding by extending the features to CSS. Such as nested selectors, color mixing and more. DtCSS reads the CSS file with special syntax written for DtCSS, and outputs the standard CSS. It also comes with a smart caching system.
Seems like an interesting idea. Wonder if it could be incorporated into EE...
gist: 289467 - GitHub
http://gist.github.com/289467
PHP hide_email()
http://www.maurits.vdschee.nl/php_hide_email/
A PHP function to protect the E-mail address you publish on your website against bots or spiders
permite ocultar las direcciones de correo en un página, util para evitar el spam
A PHP function to protect the E-mail address you publish on your website against bots or spiders that index or harvest E-mail addresses for sending you spam. It uses a substitution cipher with a different key for every page load. Look at the generated XHTML in the example while pressing the browsers "reload" button to see this in effect.
5 useful PHP functions for MySQL data fetching - AnyExample.com
http://www.anyexample.com/programming/php/5_useful_php_functions_for_mysql_data_fetching.xml
Muy, interesante, recomendaciones para recuperar información de mysql
How To Safely Store A Password | codahale.com
http://codahale.com/how-to-safely-store-a-password/
bcrypt
2010-01-31, by Coda Hale, "Use bcrypt. Use bcrypt. Use bcrypt. Use bcrypt. Use bcrypt. Use bcrypt. Use bcrypt. Use bcrypt. Use bcrypt."
jQuery source viewer
http://james.padolsey.com/jquery/
I was sick and tired of having to scroll through a raw copy of jQuery everytime I wanted to view a me
13 Useful WordPress SQL Queries You Wish You Knew Earlier | Onextrapixel - Showcasing Web Treats Without Hitch
http://www.onextrapixel.com/2010/01/30/13-useful-wordpress-sql-queries-you-wish-you-knew-earlier/
WordPress is driven by a MySQL database. This is something active WordPress users would know. However, if you only just read about it here from us, here’s what you should know. MySQL is a free relational database management system
ignore the code » Designers are not Programmers
http://ignorethecode.net/blog/2009/03/10/designers-are-not-programmers/
Very interesting perspective.
There seems to be a growing sentiment that interaction designers, visual designers and UI designers need to know how to write code.
Do not force user experience designers to learn how to code.
Doom Classic code review.
http://fabiensanglard.net/doomIphone/doomClassicRenderer.php
Also http://fabiensanglard.net/doomIphone/index.php
Doom 1993 code review
Doom Iphone code review.
http://fabiensanglard.net/doomIphone/index.php
Doom Iphone code review
The Knight's Tour
http://ttsiodras.googlepages.com/knightstour.html
Pyth
The Knight's Tour is a mathematical problem involving a knight on a chessboard. The knight is placed on the empty board and, moving according to the rules of chess, must visit each square exactly once.
d at runtime g_board = [] # the board will be constructed as a list o
python-sqlparse - Google Code
http://code.google.com/p/python-sqlparse/
sqlparse is a non-validating SQL parser for Python. It provides support for parsing, splitting and formatting SQL statements.
sqlparse is a non-validating SQL parser for Python. It provides support for parsing, splitting and formatting SQL statements.
Support for parsing, splitting and formatting SQL statements.
12 Wordpress Plugins to Display and Highlight Code within your Blog : Speckyboy Design Magazine
http://speckyboy.com/2009/02/19/12-wordpress-plugins-to-display-and-highlight-code-within-your-blog/
12 plugins para mostrar codigos en wordpress.
12 Wordpress Plugins to Display and Highlight Code within your Blog
Let's make the web faster - Google Code
http://code.google.com/intl/de-DE/speed/articles/
15 Fantastic Finds on the Google Code Repository
http://sixrevisions.com/resources/15-fantastic-finds-on-the-google-code-repository/
Google Code Repository is a section of Google that, just like SourceForge, allows developers to upload their code for others to use under license. The repository was launched in 2006 and after searching through its archives, I found a number of interesting scripts and other goodies that would be an asset in any website owner/website builder’s arsenal.
Red Laser - The First Accurate iPhone Barcode Scanner - Hits The App Store : iSmashPhone
http://www.ismashphone.com/2009/05/red-laser-the-first-accurate-iphone-barcode-scanner-hits-the-app-store.html
There already are a few barcode related applications in the app store, but they all have one thing in common - they don't really work. Red Laser, which has just hit the iTunes App Store, is the ultimate iPhone barcode scanner, which works just like one of those red-laser scanners at the checkout (hence the name.)
Occipital
canada?
barcode scanner
mobilesynth - Google Code
http://code.google.com/p/mobilesynth/
MobileSynth is free, an open source synthesizer, targeted initially for the iphone.
mobilesynth - Project Hosting on Google Code
help in making a synthesizer, free source code.
moriyak2:
Six Useful Tips for Web Designers and Developers | Think Vitamin
http://thinkvitamin.com/dev/six-useful-tips-for-web-designers-and-developers/
Check this out for tonight.
Lou's Pseudo 3d Page
http://www.gorenfeld.net/lou/pseudo/
2D (pseudo 3D) Graphics engine.
cleanstickyfooter - Project Hosting on Google Code
http://code.google.com/p/cleanstickyfooter/
Over the past couple of months I have run across a few "sticky footer" techniques. While these techniques are okay, I felt that they were a little to invasive with their hacks, such as using the "clear fix" hack. About a year ago I had to conquer the "sticky footer" problem on a project I was working on. Ever since then I have been refining my technique, and feel that now it's a perfect time to release what I like to call the "cleanStickyFooter". There is only one hack, which is a height targeting hack for Internet Explorer 6 and older browsers like it. The HTML Lets start off by building out the basic HTML needed for this technique. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>cleanStickyFooter</title> <link rel="stylesheet" type="text/css" href="cleanstickyfooter.css" media="screen" charset="utf-8" /> <link rel="stylesheet" type="text/css" href="styles.css" media="screen" charset="utf-8" /> </head> <body> <div
por si cuando estás pegando un footer abajo, nada funciona…
Google Code Blog: Mercurial support for Project Hosting on Google Code
http://google-code-updates.blogspot.com/2009/04/mercurial-support-for-project-hosting.html
Good news everyone!
MacBook Multitouch
http://www.steike.com/code/multitouch/
MacBook Multitouch source code
How to Test your JavaScript Code with QUnit | Nettuts+
http://net.tutsplus.com/tutorials/javascript-ajax/how-to-test-your-javascript-code-with-qunit/
Como testar o seu codigo java script
Snippets — Stop Reinventing the Code
http://www.snippetsapp.com/
Snippets is an application for Mac OS X that stores the most valuable pieces of your code you can re-use in different projects many times. The main idea is to make the process of re-using as easy as possible to avoid wasting your valuable time to write the same code again.
John Resig - ECMAScript 5 Objects and Properties
http://ejohn.org/blog/ecmascript-5-objects-and-properties/
This new code gives you the ability to dramatically affect how users will be able to interact with your objects, allowing you to provide getters and setters, prevent enumeration, manipulation, or deletion, and even prevent the addition of new properties. In short: You will be able to replicate and expand upon the existing JavaScript-based APIs (such as the DOM) using nothing but JavaScript itself.
アポロ11号のソースコード - Radium Software
http://d.hatena.ne.jp/KZR/20090727/p2
wtfjs
http://wtfjs.com/
JavaScript is a language we love despite it giving us so much to hate. This is a collection of those very special irregularities, inconstancies and just pain unintuitive moments for the language of the web.
JavaScript is a language we love despite it giving us so much to hate. This is a collection of those very special irregularities, inconstancies and just pain unintuitive moments for the language of the web.
"JavaScript is a language we love despite it giving us so much to hate. This is a collection of those very special irregularities, inconstancies and just pain unintuitive moments for the language of the web."
A Few Billion Lines of Code Later: Using Static Analysis to Find Bugs in the Real World | February 2010 | Communications of the ACM
http://cacm.acm.org/magazines/2010/2/69354-a-few-billion-lines-of-code-later/fulltext
How Coverity built a bug-finding tool, and a business, around the unlimited supply of bugs in software systems.
“The unusual starts to occur with increasing frequency.”
How to Code up a Web Design from PSD to HTML
http://line25.com/tutorials/how-to-code-up-a-web-design-from-psd-to-html
coder un psd en html
Interesante
A couple of weeks back we went through the process of creating a gnarly snowboarding themed website design concept in Photoshop. The tutorial covered the process of designing our site concept from sketch to finished PSD design. Now, let’s take the design to the next step and code up a complete mockup in HTML and CSS, ensuring our code is semantic and standards compliant. We’ll then add some finishing touches with a spot of jQuery
10+ useful online code editors
http://www.catswhocode.com/blog/10-useful-online-code-editors
As a developer, your main tool is obviously those that will allow you to turn your ideas into code: A text editor. As time go by, more online text editors are created that can help you code from any computer with internet access. In this article, let's have a look at 10+ useful online code editors.
What Pythonistas Think of Ruby | Free PeepCode Blog
http://blog.peepcode.com/tutorials/2010/what-pythonistas-think-of-ruby
The very things I find ugly in Ruby are what make amazing Ruby software like RSpec possible, and that Python could never have (given the current implementation). Gary Bernhardt I think Ruby's syntax is ugly until they do something glorious and beautiful with it like Rake, then I think "damn it!" Unidentified Attendee
C O D E O R G A N
http://www.codeorgan.com/
The dawn chorus... the music of love... whale song... a babbling brook... but none compare to the beauty of the Codeorgan. It reads the content of any webpage and translates the content into music.
Generiert fluffige Elektromusik aus HTML-Code. Lustig.
code funk fun ♫♪ via Sarah
Turn any website into music...
CSS3 Dropdown Menu
http://www.webdesignerwall.com/tutorials/css3-dropdown-menu/
Ventanas desplegables
Automated tests of programming skills. Assessment of software developers. Recruitment software. Codility
http://codility.com/
Automated recruitment test reduces the cost of screening of a programmer. Recruitment testing decreases the amount of interview work by up to 90% by requesting the candidate to write a snippet of a code in an online assessment tool. It also allows the recruiter to test employee in a natural working environment.
Automated tests of programming skills.
CSS Border Radius
http://border-radius.com/
Border Radius syntax for CSS3, WebKit and Mozilla.
Getting Started with CodeIgniter and How to Create All Those Great Apps | DevSnippets
http://devsnippets.com/article/getting-started-with-codeigniter-and-how-to-create-all-those-great-apps.html
CodeIgniter is a powerful PHP framework with a very small footprint, built for PHP coders who need a simple and elegant toolkit to create full-featured web applications. If you're a developer who lives in the real world of shared hosting accounts and clients with deadlines, and if you're tired of ponderously large and thoroughly undocumented frameworks
Choosing a good PHP frameworks can help you develop complex Rich Internet Applications quickly, with a best practices oriented approach, and saving a lot of
Kodingen - Online Code Editor, Cloud Hosting, Web based access to file-system, Web based ftp & svn integration
http://kodingen.com/
Een web based development platform waarin je oneindig veel projecten aan kunt maken en toegang hebt tot jouw FTP servers. In de toekomst kun zelfs je eigen webservers toevoegen. De ideale tool als je veel in een team werkt of veel op verschillende werkplekken.
Most Wanted Twitter Hacks and Plugins for WordPress
http://www.wpbeginner.com/wp-tutorials/most-wanted-twitter-hacks-and-plugins-for-wordpress/
コードレビューの道具、使っていますか?
http://www.ibm.com/developerworks/jp/opensource/library/j_os-codereview/?ca=drs-jp
remail-iphone - Project Hosting on Google Code
http://code.google.com/p/remail-iphone/
reMail downloads all your email to your iPhone and searches it instantly. reMail was recently acquired by Google, and we've decided open source the product.
Localize into more languages: Currently, reMail is localized into German (well) and French (badly). You could help by translating into more languages. (1/5)
reMail downloads all your email to your iPhone and searches it instantly.
Uncovering jQuery's Hidden Features | Nettuts+
http://net.tutsplus.com/tutorials/javascript-ajax/uncovering-jquerys-hidden-features/
jQuery is not always as it appears. There's a lot of cool stuff going on under the surface, and there are many methods just waiting to be discovered, and many potential usages of jQuery's API that you may not have considered before. In this article I'll be taking you through a few of the not-so-obvious things I've discovered about jQuery.
A great article that uncovers some of the mysteries in jQuery.
A JavaScript Content Switcher That Works Without JavaScript | Impressive Webs Toronto
http://www.impressivewebs.com/javascript-content-switcher-without-javascript/
10 sql tips to speed up your database
http://www.catswhocode.com/blog/10-sql-tips-to-speed-up-your-database
SQL optimization
10 sql tips to speed up your database http://bit.ly/9uIi6k #sql
Ruby, Rails, Web2.0 » Blog Archive » Ruby’s Most Underused Keyword
http://www.rubyrailways.com/rubys-most-underused-keyword/
redo ‘jumps’ to the beginning of the block
REDO: Ruby’s Most Underused Keyword
To understand this, remember this (from the Pickaxe book): "A Ruby iterator is simply a method that can invoke a block of code"
Hobnox Open Source | Open minds. Open source.
http://opensource.hobnox.com/
framework event handler
Open source hob nox framework for AS audio
Coding Horror: The Problem With Logging
http://www.codinghorror.com/blog/archives/001192.html
Logging level definition
A recent Stack Overflow post described one programmer's logging style. Here's what he logs:
Scott Hanselman's Computer Zen - The Weekly Source Code 33 - Microsoft Open Source inside Google Chrome
http://www.hanselman.com/blog/TheWeeklySourceCode33MicrosoftOpenSourceInsideGoogleChrome.aspx
Higly informative read... Almost made me load up a wipe the dust off VC... almost...
Add Custom Search to any site in two minutes
http://www.mattcutts.com/blog/add-custom-search-to-any-site/
No need to register, sign up for anything, get a user ID, or anything like that. You can see the result on the right-hand sidebar of my blog.
Free Applications for the iPhone and the iPod Touch - Chronometer, Stopwatches, Worldclocks, RPN Calculator, Money Management, Voice Recorder, Puzzles
http://www.tausendstern.com/
Learn from real world examples of commercial software for the iPhone!
40 Powerful CSS Tools And Generators To Automate Your Workflow | Graphic and Web Design Blog -Resources And Tutorials
http://www.1stwebdesigner.com/resources/powerful-css-tools-generators-automate-workflow/
40 Powerful CSS Tools And Generators To Automate Your Workflow
Basic CSS3 Techniques That You Should Know
http://sixrevisions.com/css/basic-css3-techniques-that-you-should-know/
We'll be looking at a few of the essential things you need to know about CSS3. With all of these new features, it's important to place emphasis on the most important ones to get you up to speed.
Ksplice » Hello from a libc-free world! (Part 1) - System administration and software
http://blog.ksplice.com/2010/03/libc-free-world/
As an exercise, I want to write a Hello World program in C simple enough that I can disassemble it and be able to explain all of the assembly to myself. This should be easy, right? [...]
Nice article about compiling "Hello World" without libc under linux. Suprisingly deep digging necessary to get it to run properly.
"Hello, world" without libc
As an exercise, I want to write a Hello World program in C simple enough that I can disassemble it and be able to explain all of the assembly to myself.
The subtleties in outsourcing using RentACoder - Cube Of M
http://blog.cubeofm.com/the-subtleties-in-outsourcing-using-rentacode
Using RentACoder
jQuery for Complete Beginners: Part 1 | Graphic and Web Design Blog
http://www.1stwebdesigner.com/tutorials/jquery-beginners-1/
[object Object]
Programming Languages - Google Code University - Google Code
http://code.google.com/intl/ja/edu/languages/index.html
WordPress functions.php Template with 15 Essential Custom Functions | Digging into WordPress
http://digwp.com/2010/03/wordpress-functions-php-template-custom-functions/
default 55-word limit, this function enables you to specify any length for your excerpts.
As we explain in the book, enabling threaded comments requires adding a snippet of code into your <head> area just before the wp_head tag. After a little experimenting, I discovered that you can include this snippet from the functions.php file:
8 Common CSS Mistakes and How to Fix Them - Pxleyes.com Blog
http://www.pxleyes.com/blog/2010/03/8-common-css-mistakes-and-how-to-fix-them/
To keep in mind: mistake 5 (we should use html5 simple <!doctype html>, and mistake 7 (we should be using overflow: hidden)
Guilty as charged. I guess.
by @photoshoptalent
Inspiration - Color Theme Generator - TextMate/Emacs/Vim
http://inspiration.sweyla.com/code/
Inspiration - Color Theme Generator http://inspiration.sweyla.com/code/ (via @rob_rix) – Joe Ricioppo (joericioppo) http://twitter.com/joericioppo/statuses/10935608331
Design & Code a Cool iPhone App Website in HTML5
http://line25.com/tutorials/design-and-code-a-cool-iphone-app-website-in-html5
A very basic example on how to code a site using HTML5
中途半端に優秀なプログラマが「正しいプログラミングテクニック」だと妄信しがちな3つポイント - 分裂勘違い君劇場
http://d.hatena.ne.jp/fromdusktildawn/20081026/p1
それと、これはプログラムの担当分け問題にも依存する。比較的小規模のシステム開発で、たとえば一人がサーバ、一人がクライアントを担当する、というように、クライアントプログラム全体のコーディングを一人のプログラマが担当するような場合、広いスコープの変数を使うメリットがデメリットを遙かに凌駕するケースは多くなるだろう。
QuicklyCode - Cheat Sheets and programming stuff
http://www.quicklycode.com/
Programming cheat sheets, with functions, keywords, etc.
RT @webochronik: QuicklyCode - Cheat Sheets and programming stuff http://bit.ly/bC0UMV
20 Helpful jQuery Methods you Should be Using | Nettuts+
http://net.tutsplus.com/tutorials/javascript-ajax/20-helpful-jquery-methods-you-should-be-using/
20 Helpful jQuery Methods you Should be Using
So you’ve been playing with jQuery for a while now, you’re starting to get the hang of it, and you’re really liking it! Are you ready to take your jQuery knowledge to level two? Today, I’ll demonstrate twenty functions and features you probably haven’t seen before! 1 after() / before() Sometimes you want to insert something into the DOM, but you don’t have any good hooks to do it with; append() or prepend() aren’t going to cut it and you don’t want to add an extra element or id. These two functions might be what you need. They allow you to insert elements into the DOM just before or after another element, so the new element is a sibling of the older one. view plaincopy to clipboardprint? 1. $('#child').after($('<p />')).text('This becomes a sibling of #child')); 2. $('#child').before($('<p />')).text('Same here, but this is go about #child')); $('#child').after($('<p />')).text('This becomes a sibling of #child')); $('#child').before($('<p />')).text('Same here, but this
Styling
 tags with CSS - CSS  - CSS Code Blocks - CSS 
 Code Snippets Tutorial
http://www.sohtanaka.com/web-design/styling-pre-tags-with-css-code-block/
esse é interessante pra quando for publicar códigos no blog/site. ele ajuda a dar uma arrumada nos snippets
code, preを装飾するcss
Although there are many useful plug-ins out there that dress up code snippets, I would like to share a technique playing with the background of the <pre>
Coding Horror: Top 25 Most Dangerous Programming Mistakes
http://www.codinghorror.com/blog/2009/01/top-25-most-dangerous-programming-mistakes.html
Coding technique without error
guide to 25 of the most dangerous programming mistakes - a must read!
outsider
Essential Practices for Styling Your CSS | Design Reviver
http://designreviver.com/tips/essential-practices-for-styling-your-css/
Essential Practices for Styling Your CSS | Design Reviver - http://designreviver.com/tips/essential-practices-for-styling-your-css/
Coding a Clean and Professional Web Design
http://sixrevisions.com/tutorials/web-development-tutorials/code-clean-professional-web-design/
In this web development tutorial, you will learn how to code a clean and professional web page template from a Photoshop.
Coden einer Website
EveryBlock source code released / The EveryBlock Blog
http://blog.everyblock.com/2009/jun/30/source/
oooh, I was waiting for this! would love to play around with this for oly.
10+ regular expressions for efficient web development
http://www.catswhocode.com/blog/10-regular-expressions-for-efficient-web-development
Useful regular expressions for web validation.
Spotify vs OllyDbg
http://www.steike.com/code/spotify-vs-ollydbg/
sudo dtrace -n 'syscall::write*:entry /execname == "Spotify" && arg0 == 2/ { trace(copyinstr(arg1)); ustack(); }'
"Spotify for Windows contains code so awesome that [Windows debugger] OllyDbg can't look at it without crashing."
Spotify for Windows contains code so awesome that OllyDbg can't look at it without crashing.
Friendly Cheatsheets | Coder-friendly
http://www.coderfriendly.com/friendly-cheatsheets/
Amberjack: Amazing On-Page Tutorials
http://amberjack2.org/
Create on-page tutorials in javascript with Amberjack - better than manuals for most people
interesting http://amberjack2.org/ #yam #dev #js #css #tooltips #framework
Hacking JavaScript for Fun and Profit: Part II [JavaScript & Ajax Tutorials]
http://www.sitepoint.com/article/javascript-fun-profit-part-2/
In the first part of this series, you learned enough JavaScript and CSS to make an animated character move around your browser. In this article, I will explore some computer game techniques that will allow us to animate multiple sprites, as well as have them interact with each other.
javascript-fun-profit-part-2
Sitepoint - Hacking JavaScript
CSS & Javascript version of Mario
エンジニアがタイトル買い、著者買いすべき本 - {Fight the Future => じゅくのblog}
http://d.hatena.ne.jp/jyukutyo/20090416/1239970660
31 jQuery Snippets That Will Help Make You A JavaScript Pro | AddyOsmani.com | Where Web Businesses Grow
http://addyosmani.com/blog/31-jquery-snippets/
Några braiga tips och nyheter från jQuery 1.4.
31 jQuery Snippets That Will Help Make You A JavaScript Pro /by @addyosmani http://j.mp/d90IOM #jquery #webdesign
Coding Horror: HTML Validation: Does It Matter?
http://www.codinghorror.com/blog/archives/001234.html
igners who can create old-style "Tag Soup" pages that do work flawlessly in every browser; there certain
The web is, to put it charitably, a rather forgiving place. You can feed web browsers almost any sort of HTML markup or JavaScript code and they'll gamely try to make sense of what you've provided, and render it the best they can. In comparison, most programming languages are almost cruelly unforgiving. If there's a single character out of place, your program probably won't compile, much less run. This makes the HTML + JavaScript environment a rather unique -- and often frustrating -- software development platform.
But the question remains: does HTML Validation really matter? Yes. No. Maybe. It depends. I'll tell you the same thing my father told me: take my advice and do as you please.
are you colorized? @ dumpz.org
http://dumpz.org/
Dumpz.org — is useful method of sharing the programming code with your friends and colleagues. Every dump automatically highlighted with respect to choosen language.
Dumpz.org — это удобный способ поделиться фрагментами кода с вашими друзьями и коллегами. Каждый дамп автоматически раскрашивается в соответствии с выбранным языком.
Strive for low coupling and high cohesion What does that even mean
http://codeodor.com/index.cfm/2009/6/17/Strive-for-low-coupling-and-high-cohesion-What-does-that-even-mean/2902
"A standard bit of advice for people who are learning to design their code better, who want to write software with intention as opposed to coincidence, often parroted by the advisor with no attempt to explain the meaning."
o
8 useful code snippets to get started with WordPress 3.0
http://www.catswhocode.com/blog/8-useful-code-snippets-to-get-started-with-wordpress-3-0
Looking forward to custom post types and native multisite installs. Just brilliant :)
Your Random Numbers – Getting Started with Processing and Data Visualization | blprnt.blg
http://blog.blprnt.com/blog/blprnt/your-random-numbers-getting-started-with-processing-and-data-visualization
"This post, then, is a first sketch of what a lesson plan for teaching Processing and data visualization might look like. I’m going to start from scratch, work through some examples, and (hopefully) make some interesting stuff. One of the nice things, I think, about this process, is that we’re going to start with fresh, new data – I’m not sure what kind of things we’re going to find once we start to get our hands dirty. This is what is really exciting about data visualization
A Sudoku Solver in Java implementing Knuth’s Dancing Links Algorithm
http://www.ocf.berkeley.edu/~jchu/publicportal/sudoku/sudoku.paper.html
Dr. Donald Knuth’s Dancing Links Algorithm solves an Exact Cover situation. The Exact Cover problem can be extended to a variety of applications that need to fill constraints. Sudoku is one such special case of the Exact Cover problem.
See also the references, esp. Knuth's original paper.
Modern Hobo Code
http://www.cockeyed.com/archive/hobo/modern_hobo.html
@jorgeortiz85: "For @jasonpjason: hobo code 2.0 http://bit.ly/isjrA (via @awans)" (from http://twitter.com/jorgeortiz85/status/2841001877)
also http://www.cockeyed.com/archive/candy_code/candy_code.html for Hallowe'en code for kids
***Modern Hobo Code The legendary "hobo code"was a set of covert markings used to warn other hobos about danger or to clue them into good situations. As times have changed, a new set of code symbols have emerged to alert other hobos to circumstances in modern America. Perhaps you have seen them on your own city streets.
The legendary "hobo code"was a set of covert markings used to warn other hobos about danger or to clue them into good situations. As times have changed, a new set of code symbols have emerged to alert other hobos to circumstances in modern America. Perhaps you have seen them on your own city streets.
No. 2: Used frying oil available for biodiessel. Might come in useful during the 2nd Great Depression.
http://www0.us.ioccc.org/1990/westley.c
http://www0.us.ioccc.org/1990/westley.c
IOCCC entry from 1990 that forms a dialogue between two characters in code.
Funny argument between a man and a woman written in c [for:twitter]
C Prog in the form of a conversation
Hilarious and amazing piece of code in C, it reads like a conversation between a couple, while it compiles well.
"[...] obviously, (char)lotte and (char*)lie are incompatible types..."
Coding Horror: How to Motivate Programmers
http://www.codinghorror.com/blog/archives/001260.html
How do motivate programmers? Depends on the kind of programmers you have. "Don't try to race sheep, Don't try to herd race horses". With the right level of programmers, peer pressure is the key, and you should lay off the guidelines and rules. Contrawise, with other developers, maybe my "peer pressure" approach won't work as well.
Seven JavaScript Things I Wish I Knew Much Earlier In My Career - Smashing Magazine
http://www.smashingmagazine.com/2010/04/20/seven-javascript-things-i-wish-i-knew-much-earlier-in-my-career/
Smashing Magazine | JS tips
Coding Horror: So You'd Like to Send Some Email (Through Code)
http://www.codinghorror.com/blog/2010/04/so-youd-like-to-send-some-email-through-code.html
Extra setup required for your app to send email. Some tips on how to get that going, check that you have what you need, and test it's working
Just some tidbits to keep around in case I end up writing an smtp server on a side job I'm considering
CSS Tips I Wish I Knew When I First Started | MyInkBlog
http://www.myinkblog.com/2010/04/19/css-tips-i-wish-i-knew-when-i-first-started/
CSS Tips I Wish I Knew When I First Started http://bit.ly/aqIV3Q rt @richbugger
The Pragmatic Bookshelf | List of Tips
http://pragprog.com/the-pragmatic-programmer/extracts/tips
AJAX APIs Playground
http://code.google.com/apis/ajax/playground/#table
少しのコードで実装可能な20のCSS小技集 | Webクリエイターボックス
http://www.webcreatorbox.com/tech/css-tips20/
なんとなく・・・
便利なCSSのTips 集。目新しいものはありませんが、実践で役に立ちそうなものばかりです。
使える小技
7 Useful CSS3 Code Generators | Coding | PelFusion.com
http://pelfusion.com/tools/7-useful-css3-code-generators/
lista
If you code HTML, Zen Coding will change your life
http://www.downloadsquad.com/2010/04/30/if-you-code-html-zen-coding-will-change-your-life/
If you write HTML for a living, and you don't know Zen Coding yet, you are missing out big time.
Cinder | The library for professional-quality creative coding in C++
http://libcinder.org/
Cinder is a community-developed, free and open source library for professional-quality creative coding in C .
Cinder is a community-developed, free and open source library for professional-quality creative coding in C++.
Introduction to JSON and PHP
http://www.itnewb.com/v/Introduction-to-JSON-and-PHP
muy bien explicado
Code Standards | Isobar
http://molecularvoices.molecular.com/standards/
This document contains normative guidelines for web applications built by the Interface Development practice of Isobar North America (previously Molecular). It is to be readily available to anyone who wishes to check the iterative progress of our best practices.
10 Essential PHP Code Snippets You Might be Looking For | DevSnippets
http://devsnippets.com/article/10-essential-php-code-snippets.html
codeNothing? 8 jQuery Micro Optimization Tips
http://www.codenothing.com/archives/2010/8-jquery-micro-optimization-tips/
Now I am in no way advocating that you lose the abstraction that jQuery provides, but rather, providing a faster alternative that doesn't require the use of jQuery. Always keep in mind that while not as elegant, native javascript can do what you want faster.
also includes interesting links
Scott Hanselman's Computer Zen - The Weekly Source Code 34 - The Rise of F#
http://www.hanselman.com/blog/TheWeeklySourceCode34TheRiseOfF.aspx
Some very good notes about F#.
Great list of F# links and tutorials and other stuff.
Particletree » Beautiful Code Roundup
http://particletree.com/notebook/beautiful-code-roundup/
While reading through lots of code can give you an appreciation of what well-written code looks and feels like, the ability to create it is a skill that is developed from experience and frustration. Luckily, there are a number of excellent articles and books out there to help the aspiring code perfectionist. The following resources are ones that have helped me personally strive to write code worth looking at
New Programming Jargon — Global Nerdy
http://www.globalnerdy.com/2010/05/09/new-programming-jargon
HTML5 presentation
http://apirocks.com/html5/html5.html#slide46
20 Best And Useful jQuery Plugins of March 2010
http://resources.savedelete.com/20-best-and-useful-jquery-plugins-of-march-2010.html
jquery 관련
SVG Wow!
http://svg-wow.org/
Look ma, no Flash!
Why you should never use rand() | game development | Ian Bullard
http://mjolnirstudios.com/IanBullard/files/79ffbca75a75720f066d491e9ea935a0-10.php
Coding Kata: Home
http://codingkata.org/
Improve your coding skills by playing with challenging exercises ('code katas') in Java, Groovy or Scala.
It provides automatic setups of interesting, unique exercises and immediate, build-in validation - so you can focus on programming.
SQL Server 2005 Paging – The Holy Grail - SQL Server Central
http://www.sqlservercentral.com/articles/T-SQL/66030/
The paging and ranking functions introduced in 2005 are old news by now, but the typical ROW_NUMBER OVER() implementation only solves part of the problem. Nearly every application that uses paging gives some indication of how many pages (or total records) are in the total result set. The challenge is to query the total number of rows, and return only the desired records with a minimum of overhead? The holy grail solution would allow you to return one page of the results and the total number of rows with no additional I/O overhead. In this article, we're going to explore four approaches to this problem and discuss their relative strengths and weaknesses. For the purposes of comparison, we'll be using I/O as a relative benchmark.
NimbleKit: Native iPhone apps with HTML and JavaScript
http://www.tuaw.com/2009/05/27/nimblekit-native-iphone-apps-with-html-and-javascript/
Tools to build HTML based apps with more functionality
javascript para iphone
8 Websites Every Microsoft .NET Developer Should Know About | MakeUseOf.com
http://www.makeuseof.com/tag/8-web-sites-every-microsoft-net-developer-should-know-about/
There are currently millions of developers worldwide that are using Microsoft.NET technologies. If you are one of them or want to become one, then each of the
InAppSettingsKit - Put settings in your iPhone apps easily
http://www.inappsettingskit.com/
给iPhone程序添加settings
Android but not Paranoid: Dynamically generating and executing x86 code
http://androidbutnotparanoid.blogspot.com/2009/05/dynamically-generating-and-executing.html
<GeDaMo> Use mmap rather than malloc if you want memory with nx disabled: http://androidbutnotparanoid.blogspot.com/2009/05/dynamically-generating-and-executing.html
Computer programs can generate machine code in memory and then execute it. This is the case with Sun's Java Hotspot VM, which dynamically compiles Java bytecode to native code to increase the VM's performance. Several exploits are based on buffer overflows to remotely inject machine code into memory and then jumping into it. Google released it's Chrome web browser featuring the V8 Javascript Engine, which greatly improved Javascript's performance by compiling Javascript to native code.
Carrer Blog: CSS Mini Reset
http://www.vcarrer.com/2010/05/css-mini-reset.html
The Swinger « Music Machinery
http://musicmachinery.com/2010/05/21/the-swinger/
Swinger uses the new Dirac time-stretching capabilities of Echo Nest remix.
fun software hack that takes any song and makes it swing...with examples
Stretches the first half of each beat and shrinks the latter. Via http://twitter.com/nondisbeliever
HOLY SHIT! The Swinger is a bit of python code that takes any song and makes it swing. It does this be taking each beat and time-stretching the first half of each beat while time-shrinking the second half. It has quite a magical effect.
Stack Overflow Creative Commons Data Dump - Blog - Stack Overflow
http://blog.stackoverflow.com/2009/06/stack-overflow-creative-commons-data-dump/
Awesome, Stack Overflow release all of their public web data under a CC license.
How to Integrate Twitter to WordPress Blog Comments
http://themesphere.com/twitter-wordpress-comments.html
Wouldn’t it be cool if the commenter provides URL to their twitter profile in the website URL field, and you can add a link to a cute little icon with “Follow Me!” text right next to their comment?
gist: 44410 — GitHub
http://gist.github.com/44410
request.subdomains.first
Multiple Domains für eine Anwendung à la *.domain.irgendwo.
# 1) Point *.example.com in your DNS setup to your server. # # 2) Setup an Apache vhost to catch the star pointer: # # <VirtualHost *:80> # ServerName *.example.com # </VirtualHost> # # 3) Set the current account from the subdomain class ApplicationController < ActionController::Base before_filter :set_current_account private def set_current_account @current_account = Account.find_by_subdomain(request.subdomains.first) end end # 4) Tie all top-level requests off the current account class CustomersController < ApplicationController def index @customers = @current_account.customers end end
Subdomains
Five Strangest Programming Languages
http://www.computersight.com/Programming/Five-Strangest-Programming-Languages.397205
django-gae2django - Google Code
http://code.google.com/p/django-gae2django/
gae2django is a Django helper application that provides an implementation of Google's App Engine API based on pure Django. The helper makes it easier to re-use applications originally designed for Google's App Engine environment in a Django environment. (If you want to run existing Django applications in Google's App Engine environment, then Google App Engine Helper for Django is the right choice for you...)
Web Development For The iPhone And iPad: Getting Started - Smashing Magazine
http://www.smashingmagazine.com/2010/05/28/web-development-for-the-iphone-and-ipad-getting-started/
iphone ipad tools
I know that most discussion about the iPhone OS platform centers on native applications. But you can still create powerful, native-looking applications using HTML, JavaScript and CSS. This article focuses on three phases of building and optimizing your website: design, coding and testing.
Comparing E-mail Address Validating Regular Expressions
http://fightingforalostcause.net/misc/2006/compare-email-regex.php
It would be interesting to expore how evolutionary computation would perform in this domain.
Finding the best regular expression for validating e-mail addresses
Email Regexps
James Watts and Francisco Jose Martin Moreno are the first to develop one which passes all of the tests. /^([\w\!\#$\%\&\'\*\+\-\/\=\?\^\`{\|\}\~]+\.)*[\w\!\#$\%\&\'\*\+\-\/\=\?\^\`{\|\}\~]+@((((([a-z0-9]{1}[a-z0-9\-]{0,62}[a-z0-9]{1})|[a-z])\.)+[a-z]{2,6})|(\d{1,3}\.){3}\d{1,3}(\:\d{1,5})?)$/i
Regular expressions for testing email addresses. Oh my!
How HTML 5 link prefetching can make your site load faster with one line of code. « keyboardy
http://keyboardy.com/programming/html5-link-prefetching/
ably decrease load times for a significant chunk of your users just by adding one line of code to your HTML. Pretty cool, huh?
interesante tecnica.
One of the lesser-known jewels of HTML 5 is link prefetching. The idea is to extend the time-honored concept of image preloading to HTML content (and without any messy AJAX code). Here’s how it works: You add a line like this to your page: <link rel="next" href="page2.html"> Then the browser automatically downloads page2.html in a background process as soon as the user’s computer is idle. When the user finally clicks a link to page2.html, the browser serves it from the cache, and so it loads significantly faster. Link prefetching is currently only supported by Firefox. But since Firefox is the second most popular web browser in the world, you can noticeably decrease load times for a significant chunk of your users just by adding one line of code to your HTML. Pretty cool, huh?
How to Debug Your jQuery Code
http://msdn.microsoft.com/en-us/scriptjunkie/ee819093.aspx
Debug JQuery
jQueryのコードを Firebugを使ってデバッグする方法のレクチャー記事です。
Different tools and techniques for improving jQuery code
How to Customize Your Facebook Page Using Static FBML | Social Media Examiner
http://www.socialmediaexaminer.com/how-to-customize-your-facebook-page-using-static-fbml/
Beginning Staes of pimping out the fbook page
How to use Static FBML to customize your Facebook Fan page and add a clickable image and embed a YouTube video.
RT @tracitoguchi: How to Customize Your Facebook Page Using Static FBML http://ow.ly/1W034 (via @ericesilva) #bm
Good tutorial on using Static FBML to customize your Facebook Page
HTML5 Starter Pack – a sick freebie - Sickdesigner
http://sickdesigner.com/index.php/2010/html-css/html5-starter-pack-a-sick-freebie/
Normally, I'm a big adept of not using templates for presets for pretty much anything I do. But, I must admit, there are tasks that are so trivial, so mundane
HTML5 layout/template/starter
10 PHP code snippets for working with strings
http://www.catswhocode.com/blog/10-php-code-snippets-for-working-with-strings
Syntax Highlighting - jQuery.Syntax - Orion Transfer Ltd
http://www.oriontransfer.co.nz/software/jquery-syntax/index.en
Syntax highlighter written in JavaScript.
24 Irresistible jQuery Tips to Power Up Your JavaScript Skills | tripwire magazine
http://www.tripwiremagazine.com/2010/04/24-irresistible-jquery-tips-to-power-up-your-javascript-skills.html
WhiteHouse.gov Releases Open Source Code | The White House
http://www.whitehouse.gov/tech
drupal open source code at whitehouse
RT @robpierson: opensourcing of @whitehouse website = 1 step closer to @timoreilly's vision of gov as platform: http://www.whitehouse.go ...
Signs of a poorly written jQuery plugin
http://remysharp.com/2010/06/03/signs-of-a-poorly-written-jquery-plugin/
Signs of a poorly written jQuery plugin
A complete guide to CSS pseudo-classes - Suburban Glory
http://www.suburban-glory.com/blog?page=125
not too much new stuff but a nice explanation
30 Useful Web-Based Applications for Designers | Most Inspired: Design Inspiration Blog
http://www.mostinspired.com/blog/2010/04/27/30-useful-web-based-applications-for-designers/
RT @rkiker: http://bit.ly/ak0IZE 30 Useful Web-Based Applications for Designers with menu, font, css, and color tools
A web application is an application that is accessed via a web browser over a network. They may also mean a computer software application that is hosted in a browser-controlled environment or coded in a browser-supported language (such as JavaScript,
CSS3 Watch
http://css3watch.com/
FlareVideo
http://flarevideo.com/
ScriptJunkie Home
http://msdn.microsoft.com/en-us/scriptjunkie/default.aspx
The Essential Guide to WordPress 3.0 Custom Taxonomies
http://www.1stwebdesigner.com/wordpress/essential-guide-wordpress-custom-taxonomies/
Schau mir jetzt auch mal WordPress 3.0 etwas genauer an // The Essential Guide to WordPress 3.0 Custom Taxonomies http://bit.ly/c6HCQp #wp
In general, taxonomies are used to arrange, classify and group things. By default, Taxonomies in WordPress are tags and categories that WordPress is using for the posts. Apart from these two, WordPress makes it possible for theme developers to create their own taxonomies which are created within the functions.php theme file.
The essential guide to #WordPress 3.0 custom taxonomies http://dld.bz/h2dn
10 Things I Learned from the jQuery Source « Paul Irish
http://paulirish.com/2010/10-things-i-learned-from-the-jquery-source/
If jQuery is just the "magic black-box" to you, have a watch of this brilliant screen cast -> http://bit.ly/dxS69t – Oliver Gosling (goslingoweb) http://twitter.com/goslingoweb/statuses/16457270950
Try Erlang
http://www.tryerlang.org/
Erlang is a programming language created in the Computer Science lab at Ericsson in Sweden in the late 1980s. The above prompt represents an Erlang shell, where you can try the full power of Erlang (well, sort of). To start this tutorial please type ok.. Please note that in Erlang every instruction must be terminated by a DOT (.), and to have it evaluated type Enter.!
"Erlang is a programming language created in the Computer Science lab at Ericsson in Sweden in the late 1980s. The above prompt represents an Erlang shell, where you can try the full power of Erlang (well, sort of). To start this tutorial please type ok.."
Mensch -- A coding font
http://robey.lag.net/2010/06/21/mensch-font.html
The latest MacOS release (10.6, or “Snow Leopard”) comes with a new monospace font. It’s called “Menlo” and it’s a slightly modified form of the standard Linux font (with appropriately weightly Linux name) “DejaVu Sans Serif Mono”, which is itself an updated form of Bitstream Vera Sans Mono. Apple’s modifications are a definite improvement to my eyes, mostly because they thicken up some of the wispier glyphs from DejaVu, like the underline and period. There’s a great comparison over here. One thing that bothered me, though, is that they turned the zero into a 1980s-style “slashed circle”. Unhip, daddy-o! Naturally I searched for a font editor, and the best one I found was Font Forge, an old Linux app ported to the Mac but still requiring X11. So that’s two ways OS X is borrowing from Linux for font support. What’s up with that? Was there an elite cadre of fontistas working on Linux machines in a secret bunker? Linux is, um, not usually known for its great designers.
The latest MacOS release (10.6, or “Snow Leopard”) comes with a new monospace font. It’s called “Menlo” and it’s a slightly modified form of the standard Linux font (with appropriately weightly Linux name) “DejaVu Sans Serif Mono”, which is itself an updated form of Bitstream Vera Sans Mono. Apple’s modifications are a definite improvement to my eyes, mostly because they thicken up some of the wispier glyphs from DejaVu, like the underline and period. There’s a great comparison over here. One thing that bothered me, though, is that they turned the zero into a 1980s-style “slashed circle”. Unhip, daddy-o! I couldn’t limit my tweaking to the zero glyph, so in the end I made about a dozen changes. Bitstream released these fonts with a very open license that only requires that you change the name if you change anything about the font, so I'm releasing my changes with the same license, as the font “Mensch”.
The 10 HTML Tags Beginners Aren’t Using | Nettuts+
http://net.tutsplus.com/tutorials/html-css-techniques/the-10-html-tags-beginners-arent-using/
Let's go back to the basics for this one. Everyone reading this at least knows what HTML is. I believe that, no matter what experience level someone has, reviewing the foundation can help increase knowledge. It also helps to hone skills, especially with the constantly evolving technologies that drives the Internet. There has also been a lot of talk of change with HTML 5. Every tag that I mention below is supported in both HTML 4.01 and HTML 5. While some of these tags are already widely used; I would like to challenge some of the ways that we use and think about them.
Creating Your Own XHTML & CSS Framework | Spyre Studios
http://spyrestudios.com/creating-your-own-xhtml-css-framework/
A lot of developers like to use a framework when they code. While frameworks can save you valuable coding time, I believe using pre-made frameworks to sometimes be limiting and unproductive... If you’re business is based on handwritten, clean and accessible code, I personally feel like it’s cheating to use someone else’s code. It’s also never as clean because it’s someone else’s coding style mixed into yours. To use one of these frameworks requires that you either change the code each time to fit your style, or that you change your style of coding to fit theirs. You’ll also end up deleting a lot of what’s included in the framework because you probably won’t need it.
A lot of developers like to use a framework when they code.
it's the way I think.
Mercurial (hg) with Dropbox
http://www.h4ck3r.net/2010/05/11/mercurial-hg-with-dropbox/
git
Creating mercurial repository only clones with --noupdate and storing them on Dropbox.
Dropbox as repo holder
1. Push a change from computer 1 while offline. Dropbox can't sync the repo since it's offline. 2. Push a change from computer 2 while online. Dropbox syncs the changes to the git repo. 3. Computer 1 goes online and Dropbox tries to sync the repo -> conflicts.
3 Practical WordPress Code Snippets You Probably Must Know – woorkup.com
http://woorkup.com/2010/06/06/3-practical-wordpress-code-snippets-you-probably-must-know/
3 porciones de codigo PHP utiles para wordpress
Twitter and Tweetmeme total retweets URL shortener with Bitly Facebook Like
25 Handy Tools To Paste And Share Your Code Snippets
http://www.1stwebdesigner.com/resources/paste-share-code-snippets/
25 Handy Tools To Paste And Share Your Code Snippets http://ff.im/-mpinU
Feature Table Design | CSS-Tricks
http://css-tricks.com/feature-table-design/
Feature Table Design | CSS-Tricks
como crear una tabla de caracteristicas con html y css
I ran into the feature table design from Shopify over on Pattern Tap and I was like DAMN SHOPIFY, that is one sexy table. I was inspired to try and replicate
Create your first WordPress Custom Post Type | Carsonified
http://carsonified.com/blog/dev/create-your-first-wordpress-custom-post-type/
Clockwise/Spiral Rule
http://c-faq.com/decl/spiral.anderson.html
There is a technique known as the ``Clockwise/Spiral Rule'' which enables any C programmer to parse in their head any C declaration!
""There is a technique known as the ``Clockwise/Spiral Rule'' which enables any C programmer to parse in their head any C declaration!
"Technique [...] which enables any C programmer to parse in their head any C declaration".
"There is a technique known as the ``Clockwise/Spiral Rule'' which enables any C programmer to parse in their head any C declaration!"
John Graham-Cumming: The 10:10 Code
http://blog.jgc.org/2010/06/1010-code.html
Four years ago I wrote about a way to encode the latitude and longitude of any point on the Earth's surface to 10m of accuracy with a 10 character code. Apart from a modification to the way the check digit is calculated, the code remains unchanged.
Four years ago I wrote about a way to encode the latitude and longitude of any point on the Earth's surface to 10m of accuracy with a 10 character code. Apart from a modification to the way the check digit is calculated, the code remains unchanged. The idea is this: instead of giving people addresses, or coordinates, you can give them something like a post code for any point on the Earth's surface. This can then be entered into a GPS device and decoded. Thus a business can provide its 10:10 code and know that people will be able to find it.
code to calculate gps position accuratly to 10 m
Code | Drew Wilson.com
http://code.drewwilson.com/
Built on jQuery, Titan interfaces with JSON, enabling you to easily put data from JSON into your HTML elements via Javascript or CSS classes. Titan will even query the server for you using REST methods to retrieve the JSON you will be working with.
7 FBML examples to rock your Facebook fan page.
http://blog.webdistortion.com/2010/03/22/7-fbml-examples-to-rock-your-facebook-fan-page/comment-page-1/?utm_source=twitter&utm_medium=twitter&utm_term&utm_campaign=manual+repeats&utm_content
Facebook markup language or FBML for short is used in a variety of places within the social network. Anyone who has written any Facebook applications will already be pretty familiar with its tags, and will probably have used it to write data to walls, or share postings with others programmatically. If however you haven’t yet dipped your toe in the water of the Facebook API, or indeed haven’t actually needed to – there are some snippets of FBML which prove to be mighty useful when creating custom Facebook Fan Pages, and can easily and quickly out of the box be used with the FBML widget, which adds an extra much needed layer of customisation to an existing Facebook fan page. The static FBML widget can be added multiple times, and in multiple places (sidebar and tabs) to facilitate this. Once you’ve added it to your page, simply go to “edit page”, then under Applications click “edit” under Static FBML. This will give you the options you need to paste in your code.
Code Free Font | Fontfabric™
http://fontfabric.com/code-free-font-3/
Code free font is applicable for any type of graphic design – web, print, motion graphics etc and perfect for t-shirts and other items like posters, logos.
Franco-Provencal, Fre
Description: Code free font is applicable for any type of graphic design – web, print, motion graphics etc and perfect for t-shirts and other items like posters, logos.
The Experiments of Hakim El Hattab
http://hakim.se/experiments/
HTML5 Canvas Experiments - http://bit.ly/bV1cSv – Smashing Magazine (smashingmag) http://twitter.com/smashingmag/statuses/17881844213
Experimentos increíbles con canvas
cells. A massively multi-agent Python programming game. « Phonons
http://phonons.wordpress.com/2010/06/01/cells-a-massively-multi-agent-python-programming-game/
cells. A massively multi-agent Python programming game. « Phonons
http://phonons.wordpress.com/2010/06/01/cells-a-massively-multi-agent-python-programming-game/
cells. A massively multi-agent Python programming game. « Phonons
http://phonons.wordpress.com/2010/06/01/cells-a-massively-multi-agent-python-programming-game/
Object-Oriented PHP for Beginners | Nettuts+
http://net.tutsplus.com/tutorials/php/object-oriented-php-for-beginners/
cells. A massively multi-agent Python programming game. « Phonons
http://phonons.wordpress.com/2010/06/01/cells-a-massively-multi-agent-python-programming-game/
7 lines of code, 3 minutes: Implement a programming language
http://matt.might.net/articles/implementing-a-programming-language/
Implementing a programming language is an experience no programmer should go without; the process fosters a deep understanding of computation, and beside that, it's fun!
!
Writing a new programming Language
MIT OpenCourseWare | Electrical Engineering and Computer Science | 6.087 Practical Programming in C, January IAP 2010 | Home
http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-087-practical-programming-in-c-january-iap-2010/
This course provides a thorough introduction to the C programming language, the workhorse of the UNIX operating system and lingua franca of embedded processors and micro-controllers. The first two weeks will cover basic syntax and grammar, and expose students to practical programming techniques. The remaining lectures will focus on more advanced concepts, such as dynamic memory allocation, concurrency and synchronization, UNIX signals and process control, library development and usage. Daily programming assignments and weekly laboratory exercises are required. Knowledge of C is highly marketable for summer internships, UROPs, and full-time positions in software and embedded systems development.
MIT OpenCourseWare | Electrical Engineering and Computer Science | 6.087 Practical Programming in C, January IAP 2010 | Home
http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-087-practical-programming-in-c-january-iap-2010/
This course provides a thorough introduction to the C programming language, the workhorse of the UNIX operating system and lingua franca of embedded processors and micro-controllers. The first two weeks will cover basic syntax and grammar, and expose students to practical programming techniques. The remaining lectures will focus on more advanced concepts, such as dynamic memory allocation, concurrency and synchronization, UNIX signals and process control, library development and usage. Daily programming assignments and weekly laboratory exercises are required. Knowledge of C is highly marketable for summer internships, UROPs, and full-time positions in software and embedded systems development.
MIT OpenCourseWare | Electrical Engineering and Computer Science | 6.087 Practical Programming in C, January IAP 2010 | Home
http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-087-practical-programming-in-c-january-iap-2010/
This course provides a thorough introduction to the C programming language, the workhorse of the UNIX operating system and lingua franca of embedded processors and micro-controllers. The first two weeks will cover basic syntax and grammar, and expose students to practical programming techniques. The remaining lectures will focus on more advanced concepts, such as dynamic memory allocation, concurrency and synchronization, UNIX signals and process control, library development and usage. Daily programming assignments and weekly laboratory exercises are required. Knowledge of C is highly marketable for summer internships, UROPs, and full-time positions in software and embedded systems development.
How to Build a Distance Finder with Google Maps API
http://www.1stwebdesigner.com/tutorials/distance-finder-google-maps-api/
We'll make a distance finder. We'll add a Google map to our site, plot two points on it (the user will be able to choose the addresses for these points), compute the distance between them and show the quickest route between them.
permite determinar y trazar la distancia entre dos direcciónes, se podría utilizar para mostrar negocios por cercania. muy bueno
We’ll make a distance finder. We’ll add a Google map to our site, plot two points on it (the user will be able to choose the addresses for these points), compute the distance between them and show the quickest route between them.
How to Build a Distance Finder with Google Maps API
cool distance finder between two addresses build with javascript and google maps api
CSS Starbursts with CSS3 transforms and transitions
http://matthewjamestaylor.com/blog/css3-starbursts
huh: http://matthewjamestaylor.com/blog/css3-starbursts #css #dev #yam
woow!!
starbursts
CSS3 Starbursts - http://bit.ly/dsJaLF By @mattjamestaylor (via @ImpressiveWebs) – W3Avenue (w3avenue) http://twitter.com/w3avenue/statuses/16070010555
How to create a built-in contact form for your WordPress theme
http://www.catswhocode.com/blog/how-to-create-a-built-in-contact-form-for-your-wordpress-theme
How to create a built-in contact form for your WordPress theme
สอนทำแบบฟอร์มใส่ใน wp เองเลย
Many WordPress plugins can add a contact form to your blog, but a plugin is not necessary. In this tutorial, I'm going to show you how you can create a built-in contact form for your WordPress theme.
Understanding and Applying Operational Transformation - Code Commit
http://www.codecommit.com/blog/java/understanding-and-applying-operational-transformation?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+codecommit+%28Code+Commit%29
@djspiewak wrote a very detailed intro to operational transformation. Very useful for building, say, a collab editor
Almost exactly a year ago, Google made one of the most remarkable press releases in the Web 2.0 era. Of course, by “press release”, I actually mean keynote at their own conference, and by “remarkable” I mean potentially-transformative and groundbreaking. I am referring of course to the announcement of Google Wave, a real-time collaboration tool which has been in open beta for the last several months.
Good article explaining how the Operational Transform from Google Wave can be implemented, and the various cases that have to be handled when server and client both have edits pending.
The algorithm behind "Wave"
Start In The Middle « yield thought
http://coderoom.wordpress.com/2010/05/18/start-in-the-middle/
"Newspaper reporters are taught to write fractal articles ... We should approach programming projects in the same way."
J'ai déjà reconnu la valeur de commencer par la fin. Voici qu'un gourou des startups, à l'instar des méthodes dites agiles, suggère de commencer par le milieu !
How To Read Code | Re-gur-gi-tate (n) | Omer Gertel
http://omergertel.com/2010/07/04/how-to-read-code/
It's like the Talmud via exitcreative
Apparently, it's like reading religious texts.
10 life-saving PHP snippets
http://www.catswhocode.com/blog/10-life-saving-php-snippets
couple good functions in here. Add to php library.
jQuery Deconstructed
http://www.keyframesandcode.com/resources/javascript/jQuery/deconstructed/
50 Useful JavaScript and jQuery Techniques and Plugins - Noupe Design Blog
http://www.noupe.com/javascript/50-useful-javascript-and-jquery-techniques-and-plugins.html
Computer History Museum | MacPaint and QuickDraw source code
http://www.computerhistory.org/highlights/macpaint/
“we are pleased, with the permission of Apple Inc., to make available the original program source code of MacPaint and the underlying QuickDraw graphics library.”
How do you measure programmer productivity? When the Lisa team was pushing to finalize their software in 1982, project managers started requiring programmers to submit weekly forms reporting on the number of lines of code they had written. Bill Atkinson thought that was silly. For the week in which he had rewritten QuickDraw’s region calculation routines to be six times faster and 2000 lines shorter, he put "-2000" on the form. After a few more weeks the managers stopped asking him to fill out the form, and he gladly complied.
Mac Paint Source Code FYI. My favorite all time program! Wz making Mac Paint gradients bfr my current Photoshop Gradients
For those who want to see how it worked "under the hood", we are pleased, with the permission of Apple Inc., to make available the original program source code of MacPaint and the underlying QuickDraw graphics library.
"For those who want to see how it worked "under the hood", we are pleased, with the permission of Apple Inc., to make available the original program source code of MacPaint and the underlying QuickDraw graphics library."
jQuery Deconstructed
http://www.keyframesandcode.com/resources/javascript/jQuery/deconstructed/
SECTION : jQuery Core
50 Useful JavaScript and jQuery Techniques and Plugins - Noupe Design Blog
http://www.noupe.com/javascript/50-useful-javascript-and-jquery-techniques-and-plugins.html
Computer History Museum | MacPaint and QuickDraw source code
http://www.computerhistory.org/highlights/macpaint/
Computer History Museum receives MacPaint source code. http://www.computerhistory.org/highlights/macpaint/ Great, clean Pascal code. – Alexander O'Neill (alxp) http://twitter.com/alxp/statuses/18984263345
MacPaint のソースコードがコンピュータ歴史博物館に寄贈されて、非商用目的ならば閲覧できるようになりました。MacPaint については Knuth が過去に書かれた最高のプログラムと評したそうです。身近で興味のある人はいたら輪読もいいかも。
Bill Atkinson's MacPaint and QuickDraw source code, in Pascal and assembler.
at the Computer History Museum
jQuery Deconstructed
http://www.keyframesandcode.com/resources/javascript/jQuery/deconstructed/
jQueryのコードをインタラクティブ&グラフィカルに読み解いていくことができる『jQuery Deconstructed』
graphical jQuery code
jQueryの構造がわかりやすい。クリックで関数表示も。
50 Useful JavaScript and jQuery Techniques and Plugins - Noupe Design Blog
http://www.noupe.com/javascript/50-useful-javascript-and-jquery-techniques-and-plugins.html
Computer History Museum | MacPaint and QuickDraw source code
http://www.computerhistory.org/highlights/macpaint/
Wow - MacPaint was < 80k of code.
For those who want to see how it worked "under the hood", we are pleased, with the permission of Apple Inc., to make available the original program source code of MacPaint and the underlying QuickDraw graphics library.
Computer History Museum receives MacPaint source code. http://www.computerhistory.org/highlights/macpaint/ Great, clean Pascal code. – Alexander O'Neill (alxp) http://twitter.com/alxp/statuses/18984263345
MacPaint のソースコードがコンピュータ歴史博物館に寄贈されて、非商用目的ならば閲覧できるようになりました。MacPaint については Knuth が過去に書かれた最高のプログラムと評したそうです。身近で興味のある人はいたら輪読もいいかも。
20+ Free CSS3 Code Generators | Design Shack
http://designshack.co.uk/articles/css/20-free-css3-code-generators
20+ Free CSS3 Code Generators
Cowboy Programming » Programming Poker AI
http://cowboyprogramming.com/2007/01/04/programming-poker-ai/
I recently programmed the AI for the World Series of Poker, developed by Left Field Productions and published by Activision. I started out thinking it would be an easy task. But it proved a lot more complex than I initially thought.
I recently programmed the AI for the World Series of Poker, developed by Left Field Productions and published by Activision. I started out thinking it would be an easy task. But it proved a lot more complex than I initially thought. This article for the budding poker AI programmer provides a foundation for a simple implementation of No-Limit Texas Holdem Poker AI, covering the basics of hand strength evaluation and betting. By following the recipe set out here, you will quickly become able to implement a reasonably strong poker AI, and have a solid foundation on which to build. I assume you are familiar with the basic terminology of poker.
Cowboy Programming » Programming Poker AI
http://cowboyprogramming.com/2007/01/04/programming-poker-ai/
I recently programmed the AI for the World Series of Poker, developed by Left Field Productions and published by Activision. I started out thinking it would be an easy task. But it proved a lot more complex than I initially thought.
The Bits of JavaScript that Every Designer Needs to Know | Onextrapixel - Showcasing Web Treats Without A Hitch
http://www.onextrapixel.com/2010/06/07/the-bits-of-javascript-that-every-designer-needs-to-know/