Skip to content

ABrandão.com

personal blog of travels, code & opinions

  • about me
  • About this Blog
  • Fav Links
  • Privacy Policy
  • Work
    • Portfolio
  • Resume 2022
  • Contact
  1. Home
  2. Software

Category: Software

Programming and software

Code Sample: PHP Backup MySQL and files to Dropbox

January 21, 2013Blog · Programming

Most web hosts have the ability via their control panel to offer an entire site backup , and this is the minimal functionality you  should consider. Generally there’s a site backup link within the control panel that create a tar ball…

Continue reading Code Sample: PHP Backup MySQL and files to Dropbox

Twitter like alerts via simple Jquery and PHP

January 14, 2013Blog · Programming

One of the minor challenges of creating a web application , is to indicate that something was successfully or unsuccessfully  completed when transitioning to a new page or screen. I find it’s very important and reassuring to let user’s know what has happened ,…

Continue reading Twitter like alerts via simple Jquery and PHP

html5 – javascript game frameworks? – Game Development

December 5, 2012Software

HTML5 Gaming I’m beginning to look into various html5 javascript game and graphics frameworks.  The toughest part is always choosing a good framework in the beginning, since its such a time investment to learn a new API , plus hope that the…

Continue reading html5 – javascript game frameworks? – Game Development

Code Samples – Preventing simultaneous web updates

December 4, 2012Programming

Below are some interesting problems and solutions that I have come accross. Problem: In a web based system how to you prevent simultaneous web updates (aka overwrites) to the same record by different users seeing potentially different data. This is a play…

Continue reading Code Samples – Preventing simultaneous web updates

Sample Code: Quick and Dirty PHP Cache

September 21, 2012Programming

Here’s a variation of a PHP caching script. One of the things I frequently find myself doing for page(s) that take a long time to render, especially if they are a long running process, is to generally save a recent cached page (or more…

Continue reading Sample Code: Quick and Dirty PHP Cache

Sample Code: prevent web page overwrites

July 8, 2012Software · Work

Below are some interesting problems and solutions that I have come accross. Problem: In a web based system how to you prevent multiple updates to the same record by different users seeing potentially different data. This is a play on the old…

Continue reading Sample Code: prevent web page overwrites

Sample Code: Basic Login , Roles authentication and Login attempt alerts.

March 28, 2012Programming

Problem:  In most web based system one of the most commonly used process is user authentication and page access. This Login function is pretty typical here’s my example: Notice I set a bunch of session variables that I frequently use…

Continue reading Sample Code: Basic Login , Roles authentication and Login attempt alerts.

Posts pagination

← Newer 1 … 6 7 8 9 Older →

© 2026 ABrandão.com — All rights reserved.