Fev 22 2010

IceBurn ShoutCast Control Panel – Versão Alpha 1.0

Categoria: Apache, Linux, MySQL, PHP, Shoutcast=IceBurn= @ 17:18 — 51 visualizações

Não sei se estão ao ocorrente da situação em que me vi “forçado” a desenvolver o meu próprio painel administrativo com funcionalidades de Auto DJ para o ShoutCast Server.

Foi precisamente no dia 15 de Fevereiro de 2010 que decidi lançar a primeira versão do já baptizado IceBurn ShoutCast Control Panel.

Mas é claro, o trabalho continua e hoje tenho o prazer de anunciar o lançamento de uma nova versão – Alpha 1.0.

Continuar a ler o artigo…

Etiquetas: , , , ,


Fev 16 2010

IceBurn ShoutCast Control Panel com Auto DJ

Categoria: Apache, Linux, MySQL, PHP, Shoutcast=IceBurn= @ 00:53 — 115 visualizações

Procurava eu por um painel de controlo com funcionalidade de Auto DJ para utilizar com o ShoutCast Server em Linux.

Logo corri a Internet à procura de algo grátis, não tinha tempo disponível para fazer o meu próprio painel.

Tudo em vão. Algo grátis e minimamente funcional? Não existia! Quem quiser criar uma rádio com emissão on-line opta por software pago. Sinceramente prefiro fazer algo do que pagar por um qualquer script ou serviço dentro das minhas aptidões profissionais.

Assim sendo, tive mesmo que meter mãos ao trabalho e dar início à criação do meu próprio painel de administração para o ShoutCast com funcionalidades dignas de um ambiente de produção da rádio on-line!

Continuar a ler o artigo…

Etiquetas: , , , ,


Out 15 2008

MySQL Data Types – Benchmarking The Perfect Database

Categoria: MySQL=IceBurn= @ 15:45 — 263 visualizações

When benchmarking your database, you have several options of data types, you must concentrate in all the possible data that you may have to store in a specific field.

Choosing the right data type will make all the difference when in production environment, the right MySQL structure will have the maximum performance, which means that your applications will run faster, however bad data types for certain data will kill your application.

If you are one of those persons that use VARCHAR for everything (or almost), you’ve been missing all the MySQL power.
Continuar a ler o artigo…

Etiquetas: , , , ,


Out 08 2008

Increased Security With MySQL Based Web Sessions

Categoria: MySQL, PHP=IceBurn= @ 11:29 — 291 visualizações

Sessions are advantageous for activities such as performing log in operations and associating a logged-in user with consecutive requests, tracing multiple-stage online ordering processes and more.

However HTTP is a stateless protocol, which means that web servers treat every request independently of any other. This is where server-side session storage kicks in, but there’s still some security risks.
Continuar a ler o artigo…

Etiquetas: , , , , , , , , ,


Out 05 2008

Speed Up MySQL: Replace or On Duplicate Key Update?

Categoria: MySQL=IceBurn= @ 17:57 — 601 visualizações

It comes to a time when you need to optimize your code to the maximum. Usually most people do not worry to much about code performance or speed, this is a big mistake.

However, when you have your own server and less performance means more memory usage, you will get to the point the hard way. Most of the time, more memory usage means more hardware failure and server slow downs and down times.
Continuar a ler o artigo…

Etiquetas: , , , , , ,