Mostrando entradas con la etiqueta Party Rocks. Mostrar todas las entradas
Mostrando entradas con la etiqueta Party Rocks. Mostrar todas las entradas

Geolocation spike + Git Hub Repo

Hi guys,

Today I worked on Geolocation which is a HTML5 feature. I made three different spikes about it:

  1. A spike shows a message with the coordinates
  2. Another spike shows a Google Map with the accurate coordinates
  3. The last one monitors the location

image

What is a spike?

A spike needs no testing. It is dirty, incomplete, instable and it can have security failures but meets its objective: make a quick search about something to discover if it works or not.

What do I discover about Geolocation feature?

It is too easy to use. If you don’t believe me, take a look at the code.

image

Find here a tutorial. To develop it, I search about JQuery.

I’ve also created a repo using Git Hub. Firstly I installed Git (I strongly recommend also Install Git Extensions), and then created the repo.

If you want to join the repo, send me an E-mail!

Feedback is more than welcome!

See you later,

Party Rocks

Hi everyone,

I am starting a new project called Party Rocks, which is about a web page where users firstly should sign in and then could log in to share or watch party such as a disco, a bar or a party in a house (Yeah, it sounds good).

Another idea was sharing Restaurants but I decided Party because it is funnier and the aim of this project is to learn, not to become rich.

I want to apply new html5 features. For instance GeoLocation, tag Video, show pictures in a crazy way, tag Article and Section.

GeoLocation

What’s it?

It is the art of figuring out where you are in the world and (optionally) sharing that information with people you trust (Demo here). There is more than one way to figure out where you are. I strongly recommend reading this link.

Where to implement it?

My idea is that the user logs in and clicks a button Search party which returns the nearest party where the user is in that moment.

Tag video

What’s it?

HTML5 defines a new element called <video> for embedding video in your web pages. Embedding video used to be impossible without third-party plugins such as Apple QuickTime® or Adobe Flash®. A long time ago, Steve Jobs said that Flash sucks and it would die.

Where to implement it?

When a User wants to know more about a party, he could watch a video.

Show pictures in a crazy way

What’s it and How?

Here.

Where to implement it?

It is similar to Tag video. When a User wants to know more about a party, he could watch pictures.

Tag article and Tag section

What are them?

They are new sectioning elements.

Where to implement it?

In each party, users could leave comments about it.

Bye!