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 *…
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…
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…
Everybody likes the classic snake game. Here is a simple C# implementation built for funsies. adminChris Grgich-Tran is a Development Manager from Brisbane, Australia. When he’s not dad-ing it up, he works with some very talented people.More Posts Follow Me:
A simple waiting effect that can be used for lengthy operations. Fiddle: http://jsfiddle.net/pootie/7z5Sj/ adminChris Grgich-Tran is a Development Manager from Brisbane, Australia. When he’s not dad-ing it up, he works with some very talented people.More Posts Follow Me:
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/ adminChris Grgich-Tran is a Development Manager from Brisbane, Australia. When he’s not dad-ing it up, he works with some…