Blogs
with Tags:
php
X
X
- Sort by:
- Date ▼
- Title
- Likes/Votes
- Comments
- Visits
Get the new toolchain for PowerLinux
CalvinPowers
Tags:
powerlinux
curl
multi-core
toolchain
bigdata
php
multiprocessor
linux
biginsights
556 Visits
This Week On developerWorks for June 14, 2013
Tulio Magno has posted an announcement for the release of the IBM Advance Toolchain for PowerLinux version 6.0-4 . The IBM Advance Toolchain for...
from Blog: This Week on developerWorks Webcast
Modified by CalvinPowers
|
|
Manually compiling Apache and PHP on Linux for OpenAdmin Tool
This article provides step-by-step instructions for manually compiling Apache and PHP on Linux for OpenAdmin Tool for Informix.
Note that there is an automated installation option for OpenAdmin Tool (OAT) that installs and configures Apache and...
from Blog: IDS Experts
Modified by cheetahblog
|
|
Playing Spot The Difference With WLM Service Definitions
A customer asked me to examine two WLM service definition snapshots taken on adjacent days - and discern any differences. This is not a challenge I’ve been set before - and so I expect it’s pretty rare.
But, thinking about it, I reckon it could be...
|
|
LINUX PHP MYSQL DATABASE.
dataa.php <?php $con = mysql_connect("localhost","root",""); if (!$con) { die('Could not connect: ' . mysql_error()); } mysql_select_db("my_db", $con); mysql_query("INSERT INTO Persons (FirstName, LastName,...
from Blog: GEORGEAEMEGE
|
|
PHP Training in Jaipur, PHP Training Institute in Jaipur, PHP Coaching Classes in Jaipur Community Blog
Skyphi Technologies Jaipur Mobile: +91-8290224002 E mail: support@skyphi.com Website: www.phptraininginjaipur.net , www.phptraininginstituteinjaipur.com , ...
|
|
Criando blocos programaticamente Community Blog
Tudo bem, galera? Em um projeto web, seja ele site, portal,
intranet, rede social ou qualquer outro, é comum ter seções que precisam
de destaque, tanto na home quanto em landing pages. Por exemplo, em um
portal de notícias temos as seguintes seções:...
from Blog: iMasters
|
|
Facilitando a consistência do ambiente de desenvolvimento Community Blog
Cada desenvolvedor é diferente, mas o ambiente da sua equipe de
desenvolvimento não tem que ser. Um web app moderno usa muitas
tecnologias diferentes. As dependências comuns para um ambiente de
desenvolvimento web em funcionamento incluem PHP e suas...
from Blog: iMasters
|
|
Vert.X chooses the Eclipse Foundation...
cmw.osdude
Tags:
vert.x
project
java
ruby
php
governance
open_source
open-source
opensource
eclipse
643 Visits
I haven't been writing so much over the last few weeks. There are good reasons for it, but nothing that would particularly interest my average reader. Rest to say that I am living in interesting times. There's nothing really bad going on, but interesting...
from Blog: Walden's Ponderings
|
|
Tutorial: Run PHP-fpm and nginx without root privileges in Debian Part 1, configuring php
vpineda1996
Tags:
tutorial
root
privileges
only
php
one
php-fpm
seedbox
debian
without
no
fpm.
part
user
1 Comment
1,234 Visits
Tutorial: Run PHP-fpm and nginx without root privileges in Debian Part 1 Note: PHP-fpm and nginx must be installed in your server Create a folder named config and enter it mkdir config cd config In that folder make two more directories called nginx and php...
from Blog: FRC Tamán Keet Blog (3933)
|
|
Backwards and forwards
cmw.osdude
Tags:
php
twitter
retrospective
rant
tech
new
2102
torvalds
developerworks
linux
2013
633 Visits
OK. I'm a little more caught up after the holiday. I'm pleased to announce that the Learning PHP series on developerWorks has gotten some updates (Part 1 was done earlier. 2 and 3 updates just got published.) If you want to dive in and start making use of...
from Blog: Walden's Ponderings
|
|
OAuth sem dor com PHP – PHP OAuth API – Parte 02 Community Blog
Package: PHP OAuth API
Na primeira parte deste artigo ,
vimos que o OAuth é um protocolo muito usado para acessar APIs de
determinados sites em nome dos usuários desses sites. Apesar de ele ser
relativamente fácil de explicar, não é fácil...
from Blog: iMasters
|
|
Padrões TableDataGateway e TableRowGateWay – Teoria e Prática Community Blog
Olá, pessoal!
Bom, este é o meu primeiro artigo aqui no iMasters, espero que gostem e que seja lhes seja útil.
Os puristas dos Design Patterns podem não gostar muito do conteúdo
deste artigo, pois ele foge um pouco da implementação padrão conhecida,...
from Blog: iMasters
|
|
Towards A Pattern Explorer - Jobname Analysis
I seem to be obsessed with finding patterns in data, don't I?
And, to my mind, I'm insufficiently obsessed to bring it all to a thunderous conclusion.
Pardon the self-flagellation here: This stuff is technically difficult.
But just yesterday I think I...
|
|
Dicas para melhorar o Long Polling com PHP Community Blog
Bom, inicialmente quero deixar bem claro que PHP não é a melhor e
mais adequada ferramenta para efetuar esse tipo de tarefa. Diferente do
NodeJS (por exemplo), a cada requisição feita ao servidor que serve
conteúdo com PHP, uma thread é criada e isso não...
from Blog: iMasters
|
|
Aprenda a usar o RESTful com PHP e Slim Framework Community Blog
No artigo anterior ,
foi abordado um exemplo envolvendo um padrão de comunicação entre
cliente e servidor. Aquele exemplo em tese não significava a princípio
que estávamos implementando REST com todas suas regras, mesmo porque
criamos apenas uma forma...
from Blog: iMasters
|