Skip to content

DailyTechIdeas

IT technologies, promoting open source tools

Menu

  • Services
  • About

Month: June 2015

PHP AJAX to generate progress bar

Often for long running tasks you want to show progress to users, at least to indicate your application is still running. As PHP is a programming language at server side, it appears difficult to communicate with client to update status

Jason 06/25/2015 Programming No Comments Read more

Profiling PHP application

One of my applications ran slow. On detail page, about 300 records are returned from DB and shown on the page, it however took about 5 seconds to render the whole page. How to find out what’s going on behind,

Jason 06/10/2015 Programming No Comments Read more

Codeigniter email message – characters replaced with equal signs

When using CodeIgniter Email class, I have some characters replaced by equal signs (=) .  To avoid this use below code: $config = array ( ‘mailtype’ => ‘html’, ‘charset’ => ‘utf-8’, ‘crlf’ => “rn”, //Notice double quote to enclose rn ‘priority’

Jason 06/05/2015 Programming No Comments Read more

Recent Posts

  • Bar chart race
  • SQL left join ON clause/filter
  • Hummingbot – Liquidity Mining (Part 2)
  • Free VPN server setup
  • Free VPS for WordPress

Recent Comments

  • Jason on Hummingbot – Liquidity Mining (Part 2)
  • Pacs on Hummingbot – Liquidity Mining (Part 2)
  • Jason on Building a PostgreSQL docker container with debugger (pldebugger)
  • Ivan on Building a PostgreSQL docker container with debugger (pldebugger)
  • Ivan on Building a PostgreSQL docker container with debugger (pldebugger)

Archives

  • March 2024
  • July 2023
  • February 2023
  • December 2022
  • November 2022
  • September 2022
  • August 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • June 2021
  • April 2021
  • July 2020
  • May 2020
  • March 2020
  • February 2020
  • December 2019
  • November 2019
  • June 2019
  • February 2019
  • December 2018
  • June 2018
  • May 2018
  • December 2017
  • November 2017
  • October 2017
  • June 2017
  • May 2017
  • March 2017
  • July 2016
  • April 2016
  • March 2016
  • February 2016
  • January 2016
  • October 2015
  • September 2015
  • July 2015
  • June 2015
  • May 2015
  • April 2015
  • September 2014
  • August 2014
  • May 2014
  • July 2013
  • April 2013
  • March 2013

Categories

  • Cloud
  • crypto
  • Database
  • others
  • Programming
  • Reporting
  • Reviews
  • SAP
  • Telco billing
  • Uncategorized
  • virtualisation

Copyright © 2025 DailyTechIdeas. All rights reserved. Theme Spacious by ThemeGrill. Powered by: WordPress.