czwartek, 29 marca 2012
środa, 7 grudnia 2011
Solution Postgres sql error, problem
For pdo postgres errors:
'SQLSTATE[42P01]: Undefined table: 7
SQLSTATE[42703]: Undefined column: 7
try to add quotes in sql for table name and column names.
Example, good code can be (php):
("f1"=\'aaa\' OR
"f1"=\'bbb\') AS "myflag"
FROM "mytable"';
'SQLSTATE[42P01]: Undefined table: 7
SQLSTATE[42703]: Undefined column: 7
try to add quotes in sql for table name and column names.
Example, good code can be (php):
$sql='SELECT "id","name",("f1"=\'aaa\' OR
"f1"=\'bbb\') AS "myflag"
FROM "mytable"';
poniedziałek, 8 sierpnia 2011
Integration of the new template to my CMS
Preview main page:
CMS Features:
- php, smarty, jquery, mysql,
- jquery validate script,
- prettyPhoto script,
środa, 27 lipca 2011
Start a new plugin for jQuery - jshine
Start a new plugin for jQuery - the shine effect to html elements (animation) without using Adobe Flash.
Homepage:
http://soofit.blogspot.com/p/jshine-jquery-project-on.html
Page to download the plugin:
http://code.google.com/p/jshine/
http://soofit.blogspot.com/p/jshine-jquery-project-on.html
Page to download the plugin:
http://code.google.com/p/jshine/
Etykiety:
animation,
html,
javascript shine effect,
jquery plugin,
jshine,
without flash
piątek, 22 lipca 2011
Problem : "Nie można uruchomić aplikacji, ponieważ jej konfiguracja jest niewłaściwa"
Problem: "Unable to start application because its configuration is incorrect"
When you start the application a message appeared:
"Unable to start application because its configuration is wrong."
When you start the application a message appeared:
"Unable to start application because its configuration is wrong."
czwartek, 9 czerwca 2011
How to omit "Press F11 for recovery" on HPs notebooks
On some HP notebooks before system starts (eg Windows) we have a prompt "Press F11 for recovery". It takes whole 5 seconds (some people it makes 'angry') to the next step. Pressing 'Esc' forwards it.
But I found that pressing Esc just after starting up a bios system causes that the prompt is not visible at all.
But I found that pressing Esc just after starting up a bios system causes that the prompt is not visible at all.
niedziela, 22 maja 2011
Jak zrobić i używać dwa profile Mozilli Firefox
Subskrybuj:
Komentarze (Atom)
