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. 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. It also gives you a feeling for what the building blocks of the UI are and provides a common basis when discussing with customers and colleagues. 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. You can download the finished svg files or create them yourself following the steps below: Setting up Inkscape 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 ... 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: - what's it all about and how do I do it? OK, well, we'll try and distill a ton of knowledge into a very short space here. Is it really free? You can build, host and run a site entirely for free, no matter what type - even giant CMS (content management system) sites. However, let's be honest here, the 100% free route is best for small sites without a commercial agenda. How it all works 1. Firstly - how to build your website (we look at how to buy a domain name further down the page). You can create a website on your PC then upload it to an Internet server.

Servers are rented out by hosts, aka a web hosting provider. Creating your website - the decisions Firstly you need to make some decisions - Introduction to HTML. HTML and CSS HTML stands for HyperText Markup Language . 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!

You will notice there's a pattern in how we indent each line of HTML, though. 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. 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. If you do not find what you need in this article to feature your images I recommend you check out some jQuery Sliders as they provide another great technique for showcasing images. This article was recently updated with more image jQuery zoom plugins, and I also checked all links. Advertisement Epic Image Zoom – MORE INFO / DEMO. 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. 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. 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 Introduction Twitter has added a new feature a while ago that I believe a lot of twitter users have been waiting for - Image Attachment. Also, not too long ago, I wrote a tutorial called Create a Dead Simple Twitter Feed with jQuery, one of the readers (Jamie Graham) asked about twitter media entities, well honestly, when I was building the script for the tutorial, I did not paid attention on the JSON data returned, I just grab what I need. This time, it will be a little bit more interesting, I modified my previous script and added some cool plugins, everything was done less than an hour, and it looks pretty good!

UPDATE: I forgot to mention one thing! UPDATE: We have written an updated version of Twitter API tutorial based on Twitter Newest API 1.1. - Easiest Way to Retrieve Twitter Timeline and Hashtags Just a simple and clean CSS style to accomodate jQuery Masonry. Javascript. 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.