links for 2008-04-18
-
Tripoli is a generic CSS standard for HTML rendering. By resetting and rebuilding browser standards, Tripoli forms a stable, cross-browser rendering foundation for your web projects.
-
O Twitter é um sistema de microblogging com até 140 caracteres com bastante popularidade mundo afora.
-
A empresa de Voip Jaxtr lançou uma função que permite enviar de graça SMS para qualquer telefone. É só se cadastrar no site e depois ir na barra à direita, em “Send a FREE text message”. Testei aqui e funcionou normal.
-
Tudo o que você precisa para iniciar seu projeto, incluindo guias, fóruns e tutoriais para desenvolvedores.
-
The first video focuses on the Google Calendar API. I go over how to get started using the JavaScript client library to interact with Google Calendar, and show a demo of the recently launched Interactive Developer Guide:
-
Here’s a roundup of the talks that went down, with links to videos. Click “More info” on the YouTube description and you’ll often find a link to slides/materials.
-
Para aqueles que estão estudando o XNA ou querem apenas dar uma olhada, a Microsoft colocou para download muitas palestras que ocorreram na Game Developers Conference (no começo do ano).
-
É por isso que Paul Condolora, vice-presidente sênior da Cartoon Network New Media, define “FusionFall” como “um MMOG casual, fácil de jogar, muito acessível, e que não requer muito tempo, como no caso dos MMOGs mais radicais.”
-
Web form is often the main communication channel between visitors and site owners. Feedback is always important which is why it’s necessary to make sure that web forms are easy to understand and intuitive to use. Nevertheless, even in form design one ca
-
The YouTube video sharing site allows Web application developers to access public content through its REST-based developer API. The SimpleXML extension in PHP is ideal for processing the XML feeds generated by this API and using them to build customized P
-
I’m going to do my best in the next three hours to give you a solid introduction to Django. It’s an amazingly powerful framework, so we obviously won’t be able to touch on everything, but hopefully by the end we’ll have covered enough of the basic
-
After learning a few programing languages it gets hard remembering all of the functions and properties that programing languages come with. Below is a list of Cheat sheets to make your coding experience much easier and faster. The list is categorized by l
-
roBlocks is a robot construction kit. By combining sensor, logic and actuator blocks, young kids can create simple reconfigurable robots that exhibit surprisingly complex behavior.
-
Being a web developer is hard these days. From Flex to Silverlight and ASP to PHP, the choices of technology are almost endless, and a good developer needs to stay on top of all of it. Here’s a list of my personal favorite blogs related to web design an
-
Depois da resposta morna para o mecanismo de busca do Yahoo, Ballmer disse brincando: “Uau! Nós oferecemos 31 mangos (dólares) por ação”.
-
I’ve heard these CSS Frameworks save lots of time and are fully tested in all browsers I decided to take a look at them and I put together a list of CSS Frameworks.
-
Blueprint is a CSS framework, which aims to cut down on your CSS development time. It gives you a solid CSS foundation to build your project on top of, with an easy-to-use grid, sensible typography, and even a stylesheet for printing.
-
“Yet Another Multicolumn Layout” (YAML) is an (X)HTML/CSS framework for creating modern and flexible floated layouts. The structure is extremely versatile in its programming and absolutely accessible for end users.
-
The 960 Grid System is an effort to streamline web development workflow by providing commonly used dimensions, based on a width of 960 pixels. There are two variants: 12 and 16 columns, which can be used separately or in tandem.
-
The foundational YUI Grids CSS offers four preset page widths, six preset templates, and the ability to stack and nest subdivided regions of two, three, or four columns. The 4kb file provides over 1000 page layout combinations. Other features include:
-
The Logic CSS framework is a collection of CSS files and PHP utilities to cut development times for web-standards compliant xHTML layouts.
-
Looks like I really need to get my blog in gear again and start being more consistent with entries. Anyway, my ESWAT web project framework
-
Elements is a down to earth CSS framework. It was built to help designers write CSS faster and more efficient. Elements goes beyond being just a framework, it’s its own project workflow.It has everything you need to complete your project, which makes you
-
twhirl is a desktop twitter client, based on the Adobe AIR platform.
-
DyMiXTM is a 2D physics engine for J2ME devices with MIDP. It simulates the physical enviroment using rigid body dynamics. Currently convex polygon shapes, segments and point-masses are supported by the engine. It uses fixed-point math so it’s fast and wo
-
Box2DFlashAS3 is an open source port of Erin Catto’s powerful c++ physics library Box2D.
Cycle through the demos above to see some of the features. -
This tutorial examines the different layout properties available in CSS: position:static, position:relative, position:absolute, and float.
-
Web design usually means something more than just fonts, colours and graphical elements.
-
Meteos: Astro Blocks
Complete Level - While playing, press #946 -
This site contains Darwin’s complete publications, thousands of handwritten manuscripts and the largest Darwin bibliography and manuscript catalogue ever published; [Click to enlarge] also hundreds of supplementary works: biographies, obituaries, reviews,
-
Tables existed in HTML for one reason: To display tabular data. B
-
Tabelas existem no HTML por um motivo: Exibir dados tabulados.
-
foreach (string key in Request.Form)
. {
. Console.Write(Request.Form[key]);
. }