Tag Archives: web-desenvolvimento

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. Também, there should be possible to easily refresh location of markers, g. every minute. What is the best approach to doContinue lendo

Tagged , , , , | Deixe um comentário

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’sContinue lendo

Tagged , , , , | Deixe um comentário

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(… Continue lendo

Tagged , , | Deixe um comentário

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: 

Continue lendo

Tagged , , , , | Deixe um comentário

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 Tag. This is a wordpress theme, and I’m not sure where this extra tag is, and what I need to do remove it. Todas as idéias?… Continue lendo

Tagged , , | Deixe um comentário

Método para armazenar valores múltiplos?

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 formContinue lendo

Tagged , , , | Deixe um comentário

Como posso facilmente armazenar detalhes da conta do usuário?

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 takenContinue lendo

Tagged , , , | 1 Como

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…) aulas.
Is there an online compiler for objective-c that Continue lendo

Tagged , , , , | Deixe um comentário

Como faço para carregar PHP 5.4.3 com Apache 2.2.3?

Eu baixei e instalei o PHP 5.4.3 através de fonte. Eu usei a seguinte linha de comando:
./configure –com-apxs2 –with-pgsql
Tenho apache 2.2.3 instalado, as per:
[raiz httpd-2.4.2 @ localhost]# apachectl-v
Server versão: Apache/2.2.3
Servidor construído: Abril 4 2010 17:19:54
[raiz httpd-2.4.2 @ localhost]#… Continue lendo

Tagged , , , , | Deixe um comentário

Ajax Segurança

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 browserContinue lendo

Tagged , , , | Deixe um comentário
32 páginas