czwartek, 2 lutego 2017
wtorek, 27 grudnia 2016
Blef przy logowaniu do Skype
Niedawno utworzyłem nowe konto na Skype - parę dni temu. Na poprzednie nie mogłem się zalogować bo to wymagało podania wg mnie spooorej puli informacji ode mnie na rzecz Microsoft - na stronie live.com.
Dziś przy próbie zalogowania się do Skype (przez przeglądarkę) pokazał mi się komunikat "twoje konto zostało tymczasowo zawieszone" ...
Dziś przy próbie zalogowania się do Skype (przez przeglądarkę) pokazał mi się komunikat "twoje konto zostało tymczasowo zawieszone" ...
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
Subskrybuj:
Komentarze (Atom)
