background preloader

Desenvolvimento WEB

Facebook Twitter

Mini Curso: sou iniciante em web design. O que preciso saber? parte 01. Página Inicial | Artigos | Mini Curso: sou iniciante em web design.

Mini Curso: sou iniciante em web design. O que preciso saber? parte 01

O que preciso saber? Parte 01 Dicas, truques e outras verdades sobre esse mundo … Fala meu amigo/minha amiga que está começando agora no mundo web designer. Ou não. Existem certas coisas que eu acho que todos se perguntam, mas quase ninguém responde; ou ás vezes, sabe a resposta e se mantém quieto para não ter outros “concorrentes” no mercado. A verdade é essa. Learn Regular Expressions - Lesson 1: An Introduction and the ABCs. SPL. Web development - What technical details should a programmer of a web application consider before making the site public? Edit fiddle. Learn Regular Expressions - Lesson 1: An Introduction and the ABCs. Tile based games. All content on the "Tile based games" tutorials website (including text, actionscript code, and all other original works created by Tonypa), is licensed under a Creative Commons License.

Tile based games

Before entering the "Tile based games" tutorials website, you must read the license. How I understand the licenseYou can use the tutorials to learn or use them in educational process. You can modify tutorials and distribute them as long you give credit to me and you do not use them for commercial purposes, including ads placed on your site or promoting commercial products. You can not sell the tutorials or source files or games based directly on code presented in the turials. If you write your own code based on the ideas learned from tutorials, then the code is yours. Tonypa / 2003 / 2004 / 2005.

Circular Motion in AS3: Make One Moving Object Orbit Another. Having one object orbit another is a movement mechanic that's been used since the early gaming era, and it remains handy to this very day!

Circular Motion in AS3: Make One Moving Object Orbit Another

In this Quick Tip we will explore the mathematical function for orbiting, see how to modify it, and look at practical uses in actual game design. Here's what we will be working towards: To create an orbit we must define the following: Origin - The object or position that the orbit centers on.Orbiter - The object that orbits the origin.Angle - The current angle of the orbiter.Speed - The number of pixels our object orbits per frame.Radius - The orbiter's distance from the origin. It is also helpful to note that Flash's coordinate system is like a regular cartesian plane, except that the y-axis is flipped, so the value increases as we move downwards.

In this image, 0, 90, 180, and 270 refer to angles, measured in degrees. Tile based games. Here you can read some tutorials about making tile based games with Adobe Flash CS3 and Actionscript 3.

Tile based games

This is updated version of tile based games tutorials, originally started in 2003 and written for Flash 5. In case you do not have Flash CS3 yet or you wish to make games with Actionscript 1, please look here. Please notice that the old version is not updated anymore and some code may fail in newer Flash versions. These tutorials expect you to know something about actionscript and Macromedia Flash, they are not to written to teach basics of Flash and actionscript.

Beginner's Guide to OOP - Tuts+ Game Development Tutorials. CSS Callback Functions Using Iteration. Resources for Web Developers. Script: Envio de Newsletter percorrendo banco de dados. How do you use bcrypt for hashing passwords in PHP? Regex - PHP preg_match - only allow alphanumeric strings and - _ characters.

PHP

Disable arrow key scrolling in users browser. How To Post a Reblog Button to Tumblr. Get Linux Shared Web Hosting by Arvixe. You have finally found the web host you've been looking for. Since 2003, Arvixe has been offering world class quality Linux web hosting services to individuals and families all around the world. We strive to provide top quality web hosting with a rare combination of unmatched reliability and affordability. Our number one priority for our Linux web hosting plans is to provide the quality service our customers expect, at the lowest prices possible, all while meeting the needs of every customer regardless of their expertise.

We are proud to say that we have mastered it. Looking for ASP .NET Web Hosting? Plans here. To Developers: We are a very developer friendly web hosting firm. Need Help? Icons below beside each feature for more information. All plans on this page are 100% Windows, Mac and Linux friendly.

CSS

HTML5. Criar Jogos Para O Facebook. AS3. OS. Parsing HTML to find Links < PHP. From blogging to log analysis and search engine optimisation (SEO) people are looking for scripts that can parse web pages and RSS feeds from other websites - to see where their traffic is coming from among other things.

Parsing HTML to find Links < PHP

Parsing your own HTML should be no problem - assuming that you use consistent formatting - but once you set your sights at parsing other people's HTML the frustration really sets in. This page presents some regular expressions and a commentary that will hopefully point you in the right direction. 1. Simplest Case Let's start with the simplest case - a well formatted link with no extra attributes: /<a href=\"([^\"]*)\">(.*)<\/a>/iU.