Other

Oferta de trabajo: Desarrollador PHP Junior

0

logo Oferta de trabajo: Desarrollador PHP Junior

Tumanitas.com, en su fase de expansión, precisa incorporar profesional con perfil de desarrollador web junior.

Importante ser un amante de la tecnología web y tener muchas ganas de aprender en un gran equipo de desarrollo que crece día a día.

Tú pérfil:
Estudios de Informática de gestión o símil.
Persona con motivación y compromiso por el proyecto.
Proactividad y participación.
Apasionado de la tecnología web y del Software Libre.
Inglés técnico (para documentar).
1 año de experiencia demostrable en desarrollo de tecnologías web.

Tienes que saber de:
Linux (nivel usuario medio/avanzado)
HTML
POO
PHP5
MySQL

Que te ofrecemos:
Salario según experiencia
Contrato de 6 meses + Indefinido
Posibilidad real de hacer carrera dentro de la empresa.
Ambiente de trabajo joven y dinámico.
Crecer profesionalmente con nuevas tecnologías.

Por favor enviad CV a chema [arroba] tumanitas.com

Don’t Code – Maquetación profesional PSD a HTML

0

Convertimos tus diseños (PSD, AI y otros formatos) en contenidos HTML o HTML5 con hojas de estilo CSS, respetando siempre el diseño original. Al utilizar código semántico y estándar logramos que las páginas web resulten compatibles con diferentes navegadores (multibrowser) y optimizadas para los buscadores (SEO friendly).

Nuestro servicio está dirigido a los profesionales del desarrollo web, tanto estudios de diseño como freelancers, que no disponen del tiempo necesario para las tareas de maquetación web o no dominan el área.

También realizamos plantillas para WordPress / Joomla.

Todos estos servicios desde tan sólo 59€ la home page en HTML.

WordPress HTML5 Dont Code   Maquetación profesional PSD a HTML

No dudes en contactarnos, entrega rápida, calidad y mejor precio que nadie.

Barcelona Developer Conference

0

BannerEn 1 Barcelona Developer Conference

WHAT IS BARCELONA DEVELOPERS CONFERENCE?

Conceived by a group of entrepreneurs, is an initiative created with the goal of filling an important gap left by the lack of this type of events in Spain. Beyond that, the event targets developers in general, placing a especial focus on new technologies in the areas of social platforms, mobile, and robotics.

Additionally, we would like to showcase new tools and ideas, while providing network opportunities for enriching developers, students, businesses, investors in the city of Barcelona, Spain, and beyond.

WHEN WILL THE CONFERENCE BE HELD?

The Conference will be held from Nov 17th through the 19th at Barcelona’s Maritime Museum. This is an ideal venue with space for up to 1.5k people, and will provide the theme of the conference: Navigating the Future.

WHAT DOES THE CONFERENCE OFFERS YOU?

The conference aims to be an ideal event for:

- Learning

- Growing professionally

- Present a personal project

- Find or offer a job

- Find or offer investment opportunities.

- Expand / Share knowledge.

- Meet people and communities

from around Spain and the continent

- Have fun.

WHY SUCH A RADICAL DEPARTURE FROM THE TRADITIONAL CONFERENCE FORMAT ?

The most notable difference in this event is that we have set ourselves the goal to create an event that conforms to the needs of the attendees. To accomplish this goal, we are partnering with as many communities as possible and asking for their support proposing talks, gathering attention, and helping organizing.

The attendees and community members will have an input via the website: http://www.bcndevcon.org to up-vote talks, discuss, and to promote their interests via a set of social tools, allowing attendees to have a tailor-made conference.

Devolución licencia de Windows 7 para portátil Asus

0

Via Deambulando:

Gestión de la Configuración: Control de Versiones

0

Los sistemas de control de versiones nos sirven para la gestión de los diversos cambios que se realizan sobre los elementos de algún producto o una configuración del mismo.

Normalmente es usado en el desarrollo del software, donde un equipo puede estar trabajando con los mismos ficheros. Cada cambio realizado se identifica por un código, el cual tiene asignado un ‘timestamp’ y la persona que realizó ese cambio.
Gracias a este control del cambio, nos permite poder volver a cualquier versión anterior del diseño.

Este tipo de control hoy en día se aplica sobre cualquier formato,no sólo código fuente, sino sobre cualquier tipo de fichero o incluso en gestores de información tipo WIKI.

Los sistemas de control de versión tradicionales, tienen en común una serie de características tales como:

  • Centralizados, existe un servidor que controla el repositorio de los ficheros.
  • Almacenaje de ficheros
  • Edición de ficheros.
  • Bloqueo de ficheros, impide a otros usuarios usar ese fichero al mismo tiempo.
  • Registro histórico de acciones realizadas.
  • Unificar código (merge), si varios usuarios editan un fichero, la aplicación une los diferentes cambios.

El funcionamiento del mismo se basa en un repositorio histórico central, el cual el usuario puede acceder para crear una copia local para de ese modo modificar ficheros. Una vez el usuario ha terminado de editar esos ficheros, los añade al repositorio central.

Hoy en día existen diferentes tipos de software para la gestión de control de versiones. Están proliferando nuevas formas de uso, como comunidades de desarrollo on line, o el almacenaje de ficheros en la nube.

Dejo una lista de los sistemas mas popular y de algunos nuevos: (more…)

How to redirect your RSS Feed to Feedburner

0

This is a really simple yet handly tip to redirect your feed to Feedburner.

Edit, or create an .htaccess file in your htdocs root, and add this lines:

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_USER_AGENT} !FeedBurner
RewriteRule ^rss/$ http://feeds.feedburner.com/yourURL [R,L]
</IfModule>

Now any request to yoursite.com/feed will be redirected to the custom feedburner feed ;)

Be aware that only works in apache.

Site in Maintenance using .htaccess

2

Redirect your visitor to maintenance page is a must when you are upgrading your site. Now you can redirect your user to maintenance page easily by using .htaccess file. I guess you do not want your visitor to see an error page or 404 page during your server upgrade. So just follow the steps below to create a .htaccess file to redirect your visitor to maintenance page during upgrade:

1- Create a file and name it .htaccess with the content below:

Options +FollowSymlinks
RewriteEngine on
RewriteCond %{REQUEST_URI} !/maintenance.html$ 
RewriteRule $ /maintenance.html [R=302,L]

(more…)

Post it Board – HTML Template

2

screenshot Post it Board   HTML Template

Demo | Download | For Open Classifieds

Since I’m not a web designer, make this templete it’s been a bit difficult for me.

Why I did it then? easy, I want to learn just a bit of CSS, in order of been able to make my own changes also I had an Idea for a template for Open Classifieds but since no one would help me I’ve decided to do it myself.

I will not normally release this short of things.

With Open Classifieds 1.6, that is coming really soon, I hope I will have this template ready by then ;) In the meantime please try 1.6 RC 2.

Don’t forget in your web site…

3

Just a list of things that you can’t forget in your web site:

Legal stuff (for Spain):

Search Engine Optimization (SEO):

  • Title, description and keywords dynamically generated depending on the content.
  • Friendly URLS (human readable URI)
  • Title and alternative text for all the images!
  • Robots.txt: say to the bots what they can/can’t see or how often they can do it.
  • Sitemap.xml: Say to the bots what’s updated and when

User/Browser:

  • About: I think it is important to know a bit more about the site or what they are reading…
  • FAQ: I’m sure there’s always questions and you have the right answers, important to keep it updated
  • Cookies: Check if the browser of the user able you to read them…
  • JavaScript: Check that JavaScript is enabled or they could not enjoy your beautiful ajax…
  • Screen resolution: Don’t do a site with fixed width of 1600px…almost no one have that, my preference is a variable width.
  • Sitemap: Make easier to the users to browse your site with a proper sitemap
  • Contact: Just a contact form, makes you more reliable in front of the user and really useful. really important.
  • Search: Is always welcome an small form to make a search
  • Favicon: Something really simple to do but would make lot easier to see your site in a tabbed browsing
  • NO pop ups: That’s terrible! please no Java Script pop up! at least use some modal box or something more friendly…
  • RSS: This is mandatory…make to your regular readers live easier!

Make money  / ask for money:

  • Paypal: I think nowadays is the best way to receive donations or to pay for something.
  • Adsense: Use some adsense just if it’s not a professional site of course…you don’t want the people to leave your site without buying!

Statistics:

  • Google analitycs: Really important to analyze your traffic!
  • Site Up Time: also important to know if your site is down or not!

Finally:

  • If our site it’s about downloads or videos, use external services such as megaupload daylimotion imageshack….
  • It’s your site fast enough? is compatible with other browsers? many small details that are important

As you can see I don’t say anything about flash web sites, since you can do nothing of this almost xD

I’ve forgot something? Any ideas?

Open Classifieds 2.0 – Draft

34

Finally today I’ve got enough time to start a draft about Open Classifieds 2.0.

Idea and Why?

It’s time for a change, there’s too many things that OC versions 1.x is not able to do.

For instance you can’t set location for your advertisements, there’s not a proper control panel (dashboard), no user registration, not possible to pay for ad, you can’t change language…

Also for an small project as OC, was ok to use procedure development, but now I’m finding really difficult to continue like this and I need to change the technology. Object Oriented is the most probably, using some sort of MVC (Model View Controler). As Framework I’m already working in one to manage DB, localization, cache ….

Open Classifieds it’s been downloaded 8.500 times, there’s lot of sites using OC, lot of people interested in the project and I feel for doing (with some help if it’s possible) something great.

Meet the Requirements

I did a bit of Requirement Engineering, to see what’s needed. But it’s difficult since the client can be anyone, not only me.

Please think that not any of this requirements are for sure. Your feedback in this is really important.

Functional requirements:

  • Location:  Would be possible to browse advertisements by location and do something like this USA->California->San Francisco
  • User: To post you must be registered. To make it easier to the end user, OpenID, Google or Facebook to login would be possible. In this way always we could see the posts from a single user.
  • Localization: To make localization possible, now would be possible to choose the currency and language by location.  Also categories could be translated. Also each user could set this parameters in their own settings. For the translations probably I would use glotpress.org.
  • Pay to post: Many people asked to be able to set a rate to pay if they want to post, this would be controlled by the category. This would use Paypal.
  • Dashboard: right now all the options are stored as defines. The idea is to have it in a Table, to make lot easier to the admin to manage any configuration parameter.

No functional requirements:

  • Object Oriented
  • New DB model
  • New framework

Possible deprecated:

  • Post Type: there’s a need to set the type? like Need, Offer, Sell, Buy? it’s important? many Classifieds sites don’t use this
  • Post Pictures: The path for the pictures, would be no longer stored in the DB, I don’t see it necessarily, since you can always read the content of the folder for each post and from there read the images.

With bubbl.us I did this brainstorming:

bubblus OC.2.0 300x176 Open Classifieds 2.0   Draft

Any other ideas?

DB Model

This is an example for the requirements translated to DB:

sql OC2 300x188 Open Classifieds 2.0   Draft

Help is needed

List of things that I’m short of:

  • Design: I need a logo, design for Open Classifieds,  Open Classifieds site, dashboard, installation, forums…..I know it’s a lot of work but later you would get your part of glory, been part of the team. I’m sorry I’m that bad designer….
  • SEO: Some SEO help would be much appreciate it since this would really help the project to succeed.
  • Sponsors: We need sponsors to support this project, money it’s a need for hosting and at least cover minimal expenses such as rentals, drinks, transport… for meetings. Also Investment would be really great to move forward and welcome.
  • Translators: As you can see my English it’s not the best ever…I’m still learning how to write properly…but anyway any other language would be great! sure!
  • Marketing: What about someone to deal with affiliates, adsense and get new ways of making money or to advertise our software? if it’s you don’t wait!

Join the team

The perfect scenario would be to make an small team (3 people), to split work and do a meeting sometimes in Barcelona. I have a friend’s place (restaurant) that they will let us be there for free and they will provide us with some beverage.

Also this will may be good for you to know other people with your own interests, have some fun, drink some beers and who knows even make some money in the future (there’s already some income).

As part of the team you would be involved at any decision. There’s some market ideas I need to develop but they can be really good.

Please if you are interested send an email to chema (at) garridodiaz.com, of course never mind to talk Spanish ;)

Notes

This is just a draft. I have no idea when this would be possible, it depends of how much free time I  have, how much help I get on developing and not any stopper (as another project).

But I really would like to have it done by/or during summer.

Any comment or feedback or help, everything it’s really welcome.

Page 1 of 212
Go to Top