Tag Archives: développement 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. Aussi, there should be possible to easily refresh location of markers, g. every minute. What is the best approach to doContinuer la lecture

Tagged , , , , | Laisser un commentaire

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’sContinuer la lecture

Tagged , , , , | Laisser un commentaire

Is there a script that can create a simple dynamic paginated list of products with an admin page for managing products on a static website?

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(… Continuer la lecture

Tagged , , | Laisser un commentaire

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: 

Continuer la lecture

Tagged , , , , | Laisser un commentaire

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 les balises. This is a wordpress theme, and I’m not sure where this extra tag is, and what I need to do remove it. Toutes les idées?… Continuer la lecture

Tagged , , | Laisser un commentaire

Procédé pour stocker des valeurs multiples?

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 formContinuer la lecture

Tagged , , , | Laisser un commentaire

Comment puis-je stocker facilement les détails du compte utilisateur?

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 takenContinuer la lecture

Tagged , , , | 1 Comment

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…) les classes.
Is there an online compiler for objective-c that Continuer la lecture

Tagged , , , , | Laisser un commentaire

Comment puis-je charger PHP 5.4.3 avec Apache 2.2.3?

J'ai téléchargé et installé PHP 5.4.3 par une source. J'ai utilisé la ligne de commande suivante:
./configurer –avec-apxs2 –with-pgsql
J'ai apache 2.2.3 installés, selon:
[root @ localhost httpd-2.4.2]# apachectl-v
Server version: Apache/2.2.3
Serveur construite: Avril 4 2010 17:19:54
[root @ localhost httpd-2.4.2]#… Continuer la lecture

Tagged , , , , | Laisser un commentaire

Ajax Security

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 browserContinuer la lecture

Tagged , , , | Laisser un commentaire
32 pages