czwartek, 12 lipca 2012
Searchbox from Yahoo - free-of-charge, simple web search experience
My recent task was: integrate searching engine into a website.
czwartek, 29 marca 2012
Choosing a calendar (datepicker) - javascript(JQuery) component/script to pick/choose dates
Background
A month ago I had a php project, which had to enable people to book accomodations. They should have ability to pick start and end date, see which days are available for reservation.
Etykiety:
booking,
calendar,
custom calendar,
javascript,
jquery,
pick dates,
reservation,
scheduling,
yahoo,
yui calendar
ś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.
Subskrybuj:
Komentarze (Atom)
