Tag: PHP

  • Open Source non significa Gratis!

    Open Source non significa Gratis!

    Come molti developer che lavorano nel mondo del web, anche io dedico ed ho dedicato del tempo a sviluppare o a contribuire a soluzioni Open Source. Un software rilasciato nella modalità Open Source viene tipicamente fornito con documentazione più o meno completa, corredata talvolta di tecnicismi con l’obiettivo di condividere con altri sviluppatori o utenti […]

  • EUCookieLaw 3.0 – Registrare il consenso dell’utente

    EUCookieLaw 3.0 – Registrare il consenso dell’utente

    EUCookieLaw3 è una soluzione Open Source che si rivolge agli utilizzatori di WordPress e a tutto il resto del mondo utile al blocco preventivo dei cookie e alla visualizzazione del banner informativo ai fini della CookieLaw del 2015 e il GDPR entrato in vigore il 25 maggio del 2018. Proprio il GDPR richiede che venga […]

  • EUCookieLaw 2.4 quali novità?

    Oggi è stata rilasciata una nuova versione di EUCookieLaw e ritengo sia utile per tutti gli utilizzatorie della versione stand-alone e come plugin per WordPress di aggiornarlo per una maggiore stabilità.

  • EUCookieLaw 2.0 tutte le novità

    Quando il 30/05/2015 rilasciai la prima versione di EUCookieLaw, non avrei mai immaginato dell’attenzione che avrebbe ricevuto, invece a distanza di meno di un mese sono contate oltre 500 installazioni tra WordPress, Drupal, Joomla! e altri CMS Proprietari. La pagina di documentazione italiana è stata visionata oltre 5000 volte dalla pubblicazione e ci sono stati più […]

  • Configure MBString using UTF-8

    This is the first post of 2013, so I will hope you all have a Great Year! And the first success obtained in this year is the resolution of a problem that is strugling me since few days.

  • enhanced sprintf like function in Javascript

    Today I’was playing with javascript and regular expression, and I made a PHP sprintf like function with some limitations and some enhancements.

  • Using ALPHA Framework over LightTPD

    In the latest two weeks I was thinking about make some tests with ALPHA Framework and LightTPD. The goal of ALPHA Framework is that the application developers should take care about their web applications and don’t need to care about the other layers ( database, web server, authentication). With this concept in mind, the last week […]

  • oci_bind_by_name and placeholder name limit

    Today I was working on a web-application using ALPHA Framework, and accidentally I discovered a problem using the oci_bind_by_name method. The oci_bind_by_name role is to create a relationship between a php variable and an oracle placeholder (eg. :OracleVariableName)  to be used in the context of the prepared statement.

  • PHP, submit di un form e l’errore del passato

    Diverse volte mi è capitato di trovare sviluppatori con il solito problema: “esiste un modulo web che compilato regolarmente e inviata la richiesta al server presenta il classico messaggio di salvataggio, confermando all’utente che tutto è andato a buon fine. Il problema mi si presenta quando premo il tasto “indietro” del browser!“.

  • Introducing DLM ALPHA Framework

    In the latest 2 years I spent a lot of my time to develop an application framework that allow users to build Web Applications in an as simple as accessible way. When I thought about that Application Framework, I meant a way to produce applications that would be accessible, lightweigth and fast writing.Then I hadn’t […]

  • Evidenziare il testo di una pagina web

    Molto spesso mi sono imbattuto in risultati di ricerca sul web dove la pagina web restituita era evidenziata nelle parti attinenti al testo ricercato… “molto interessante!” mi sono sempre detto… e poi spinto dalla curiosità di capire come funzionava mi sono imbattuto nelle Espressioni Regolari che mi hanno dato migliori performance di routine fatte ad-hoc […]