grgichtran

stuff and things

Menu
  • Home
  • His
  • Hers
  • Contact
Browse: Home » 2014

Postgresql – Drop connections script

August 21, 2014 · by admin · in His

Select another database in pgadmin and execute this script to drop all connected users. Script — view active connections SELECT * FROM pg_stat_activity WHERE datname=’DBNAME’; — drop active connections SELECT pg_terminate_backend(procpid) FROM pg_stat_activity WHERE datname=’DBNAME’;– view active connections select *…

Fix: HTTP error when uploading images in WordPress

May 23, 2014 · by admin · in His

Assuming: You have enough memory allocated to PHP and (128MB is default for PHP5) You are uploading an image that is below the 2mb limit. You’ve messed with the permissions on the upload folder. You are using Ubuntu and can…

Unlocking the BRZ Sat Nav Unit - Eclipse AVN 827GA

Unlocking the BRZ Sat Nav Unit – Eclipse AVN 827GA

February 28, 2014 · by admin · in His

This guide will trick your AVN 827GA into thinking that the handbrake is active all the time, thus enabling all functions of the head unit whilst on the move. Before we begin. Disclaimer: This mod is not exactly legal. I provide…

Classic Snake Game using C# Windows Forms

Classic Snake Game using C# Windows Forms

February 21, 2014 · by admin · in His

Everybody likes the classic snake game. Here is a simple C# implementation built for funsies.

Subtle waiting effect for buttons

Subtle waiting effect for buttons

February 3, 2014 · by admin · in His

A simple waiting effect that can be used for lengthy operations. Fiddle: http://jsfiddle.net/pootie/7z5Sj/

lightbox rotate image using jqueryrotate

lightbox rotate image using jqueryrotate

January 30, 2014 · by admin · in His

If you’ve ever wanted to be able to rotate lightbox images, here’s an example that uses lightbox2 and jqueryrotate. Fiddle http://jsfiddle.net/pootie/EBLc7/

Google Ads

About

A blog about stuff as most blogs generally are.

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Copyright © 2025 grgichtran

Powered by WordPress and Origin