Archivo de la etiqueta: desarrollo web

OpenStreet map: add markers and update their location in real time

I inserted the following OpenStreet map segment on my web-site. Now I need to add markers at specific lat/lon. También, there should be possible to easily refresh location of markers, g. every minute. What is the best approach to doSigue leyendo

Etiquetado , , , , | Deja un comentario

PHPRedBean ORM Performance issue

I am making a webservice in php witch my website will use to query for information with ajax calls.
At first i just did it the standard way with the built in php mysql lib, and wrote all the query’sSigue leyendo

Etiquetado , , , , | Deja un comentario

¿Existe un script que puede crear una sencilla lista dinámica paginado de productos con una página de administración para la gestión de productos en un sitio web estático?

I have a static website and want to create a sinlge, dynamic page that will:

display a list of products( think Newegg and other e-commerce websites ) with thumbnails, short descriptions price, etc.

have pagination

have simple predefined filtering/sorting options(… Sigue leyendo

Etiquetado , , | Deja un comentario

How to use same header.php file for all contentc php files in all directory

I have create header file like below.

<style type="text/css" >
.menu{
    width: 100%;
    /*background-color: #333; */}
.menu ul{
    margin: 0; padding: 0;
    float: left;}

.menu ul li{
    display: inline;}

.menu ul li a{
    float: left; text-decoration: none;
    color: #000;
    padding: 

Sigue leyendo

Etiquetado , , , , | Deja un comentario

Where is this 2nd /head tag coming from, and how to I remove it?

I have been having problems with my site and I just realized I have 2 etiquetas. This is a wordpress theme, and I’m not sure where this extra tag is, and what I need to do remove it. Todas las ideas?… Sigue leyendo

Etiquetado , , | Deja un comentario

Método para almacenar varios valores?

I wish to know the best method to store and retrieve the following form and data set. I have basic knowledge of HTML/CSS/JS/PHP/MYSQLwas looking to use PHP and MYSQL to perform these activities.
There will be a formSigue leyendo

Etiquetado , , , | Deja un comentario

¿Cómo puedo almacenar fácilmente los detalles de cuenta de usuario?

I am posting this as I am unsure the exact technology and approach to investigates further.
I wish to build a simple website:
1) User logs in with username and password.
2) User saves simple page that contains inputs takenSigue leyendo

Etiquetado , , , | 1 comentario

How to build an Online Objective-C Compiler

I’m simply looking for an online objective-c compiler. At the moment I have only found ideone.com but it shows errors for any Foundation (g NSObject) or UIKit (g UIView…) clases.
Is there an online compiler for objective-c that Sigue leyendo

Etiquetado , , , , | Deja un comentario

¿Cómo puedo cargar PHP 5.4.3 con Apache 2.2.3?

He descargado e instalado PHP 5.4.3 a través de la fuente. He utilizado la siguiente línea de comandos:
./configurar –con-apxs2 –with-pgsql
Tengo apache 2.2.3 instalado, como por:
[root @ localhost httpd-2.4.2]# apachectl-v
Server versión: Apache/2.2.3
Servidor integrado: Abril 4 2010 17:19:54
[root @ localhost httpd-2.4.2]#… Sigue leyendo

Etiquetado , , , , | Deja un comentario

Ajax de Seguridad

We have a heavy Ajax dependent application. What are the good ways of making it sure that the request to server side scripts are not coming through standalone programs and are through an actual user sitting on a browserSigue leyendo

Etiquetado , , , | Deja un comentario
32 páginas