background preloader

Programming

Facebook Twitter

Window Object. Creating interactive wireframes with Inkscape and JavaScript. In this post I will show you how to create interactive wireframes the open source way using Inkscape and JavaScript.

Creating interactive wireframes with Inkscape and JavaScript

Wireframes are blueprints of how a website or other UIs of graphical applications will look. They allow for creating a simple prototype at a very early stage of development (actually before development kicks in). Introduction Sometimes people concentrate on the desired features of an application but neglect the presentation of those features to users. Creating a mockup of an application’s user interface encourages thinking about how people will eventually interact with your application. At this point of the project it’s not about going deep into detail but to stake out the broad outlines of the user interface. We will be creating the wireframes using Inkscape, a free and open source SVG editor available for Windows, Linux and OSX.

You can download the finished svg files or create them yourself following the steps below: Setting up Inkscape Creating the wireframe Adding text. Livecoding.io. CSS Id and Class. How to build and host a website for free - 1. - a multi-part series on creating your first website - Part 1 - Your Website ...

How to build and host a website for free - 1

The Big Decisions Decisions to make Creating a site Flat and dynamic sites Domain names Websites Lots of people need to have a website now, but apart from "What will it cost? ", there are two major hurdles to get over first: Introduction to HTML. HTML and CSS HTML stands for HyperText Markup Language .

Introduction to HTML

Hypertext means "text with links in it. " Any time you click on a word that brings you to a new webpage, you've clicked on hypertext! A markup language is a programming language used to make text do more than just sit on a page: it can turn text into images, links, tables, lists, and much more. HTML is the markup language we'll be learning. What makes webpages pretty? The first thing we should do is set up the skeleton of the page. a. Go ahead and put the three lines mentioned above into test.html , which is now blank. Stuck? In HTML, the order you put things in matters! Cursos de TI - TreinaWeb Cursos Online. 25+ jQuery Image Zoom Effect Plugins. With jQuery image zoom effect plugins, you can create amazing image zoom effects with minimal coding effort.

25+ jQuery Image Zoom Effect Plugins

This is very useful if you have large images that will otherwise take up too much space on your web pages. With a jQuery zoom script you can keep the image smaller and allow visitors to zoom in as needed. Using jQuery zoom image effects is an elegant way to show details e.g, in photographs, art or designs. Image zoom also works well as simple hover effects where the hovered image wither zoom in or out for usability purpose.

For this post I have collected most of the jQuery plugins available to create image zoom effects on websites and blogs. Disclosure: Please note that some of the links below are affiliate links and I will earn a commission if you purchase through those links (at no extra cost to you). Realidade aumentada em JavaScript - Conferência Web W3C Brasil 2012.

Construção de sites

jQuery Image Zoom Viewer, jQuery Zoom, Javascript 360 Spin & Zoom Rotate Fullscreen PHP / ASP.NET iPhone/iPad. Javascript. Android App. PhoneGap Android Tutorial. Android Application Development Tutorial - 1 - Download and Install the Java JDK. Svn eclipse tutorial android. Programming for all, part 1: An introduction to writing for computers. Computers are ubiquitous in modern life.

Programming for all, part 1: An introduction to writing for computers

They offer us portals to information and entertainment, and they handle the complex tasks needed to keep many facets of modern society running smoothly. Chances are, there is not a single person in Ars' readership whose day-to-day existence doesn't rely on computers in one manner or another. Despite this, very few people know how computers actually do the things that they do. How does one go from what is really nothing more than a collection—a very large collection, mind you—of switches to the things we see powering the modern world? We've arranged a civilization in which most crucial elements profoundly depend on science and technology. At their base, even though they run much of the world, computers are one thing: stupid. First, it needs to be said that programming is not some black art, something arcane that only the learned few may ever attempt. Programming is about problem solving and thinking in a methodical manner.

Thinking in base 10. Realidad Aumentada para Android - Augmented Reality on Android. New York Nearest Subway augmented Reality App for iPhone 3GS from acrossair. How to write a FaceBook Application in 10 minutes. Writing F8 apps is where it’s at right now.

How to write a FaceBook Application in 10 minutes

Everybody knows it. The userbase is huge and now we have a (free) API to. Everything is good….but the documentation. I spent a day writing my Sudoku Facebook application yesterday. I already had the sudoku javascript widget ready to go - the time was spent wading through pages of documentation and downloading toolkits that (as it turns out) I didn’t need. As far as I can tell, Facebook allows you to create applications that appear to the user in 2 different areas. 1 - The profile. 2 - The ‘Canvas page’. Ok, thats it for the overview. 1. <script type=text/javascript> var iRandom; function Restart() { iRandom = Math.floor(Math.random()*10)+1; alert('OK, I am thinking of a number between 1 and 10'); } function Guess() { var yourGuess = document.getElementById('myGuess').value; if (yourGuess>iRandom) alert('Too High.'); if (yourGuess<iRandom) alert('Too Low.'); if (yourGuess==iRandom) { alert('Well done!

Ok, now log into Facebook. 2. 3. 5. 6. Create a Twitter Feed with Attached Images from Media Entities. Our Sponsor: Browse through dozens of job offers for web professionals including design jobs and tech jobs.

Create a Twitter Feed with Attached Images from Media Entities

Create A Dead Simple Twitter Feed with jQuery. Introduction In this tutorial, we will be creating a jQuery script that retrieve twitter tweets from user account. It's quick and easy, come with link, hash tag, alias parser as well as time posted (calculated relatively). Most importantly, everything has a class and will be flexible to style and match your design!

DroidAR Mobile Augmented Reality - How to use the framework in your own application. FYP-Location Finder Augmented Reality Based 2012 Android.