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: auto dj, iceburn, rádio, Shoutcast, shoutcast panel
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: auto dj, iceburn, rádio, Shoutcast, shoutcast panel
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: benchmark, data types, database, EN, MySQL
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: class, code, MySQL, mysql sessions, PHP, script, secure, security, session handler, sessions;EN
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: database, EN, MySQL, on duplicate key update, performance, query, replace