If you’re a developer of a certain age (say north of 35) you will likely have worked with or heard of Visual Basic and to a lesser known extent Delphi IDE (Integrated Development Environment) development platforms. These development IDE’s, were very popular…
Continue reading Lazarus – Discover Windows, Mac & Linux cross platform Development IDECategory: Software
PHP 7 is here!
It looks like the latest edition of PHP has been released, PHP 7 , and it brings a lot of new enhancements. Its biggest new capabilities are vast speed improvements, rumor has it that its on par with Facebook’s proprietary HHVM…
Continue reading PHP 7 is here!genetic algorithms in PHP code example of (evolutionary programming )
This posting and php code sample is about fascinating topic of Genetic Algorithms (GA) which simulate evolution using computer code to help find near-optimal solutions when dealing with problems that involve multiple disparate requirements. I recently began playing with Genetic algorithms (Genetic algorithms…
Continue reading genetic algorithms in PHP code example of (evolutionary programming )WordPress fixing unattached images – empty media library
Having recently been the victim of WordPress site hack (vandalized) I was forced to move to a new hosting company, and move over all my content, but I didn’t want to copy my database verbatim, as I was worried that…
Continue reading WordPress fixing unattached images – empty media libraryBootstrap Bootgrid with PHP json server side script
I recently came across Jquery Bootgrid, which is Twitter Bootstrap (aka bootstrap) friendly table grid, that is very similar in function to Datatables.While not as feature rich as datatables (yet), it provides a very tiny 4Kb (minified and gzipped) footprint and allows…
Continue reading Bootstrap Bootgrid with PHP json server side scriptCross platform mobile development (android / ios) , consider Intel XDK
These days a common idiom is that there’s an app for that (coined by Apple marketing) ,and for the two major platforms Android and iOS and too a lesser extent Windows Phone, there generally is a wide range of mobile applications that do…
Continue reading Cross platform mobile development (android / ios) , consider Intel XDKUsing server-side PHP Datatables (grid) with SQLite / MySQL PDO
I have been a fan of using datatables for a while and always wanted to generalize the server side example to be able to use SQLite, MySQL or any other PDO supported database. For the longest time in my projects…
Continue reading Using server-side PHP Datatables (grid) with SQLite / MySQL PDO