Dodano w:
WordPress | przez
Vokiel |
0 Komentarzy »
This time the post will be very short. People using many plugins sometimes encounter a problem with compatibility. Unfortunately, require developers to take into other plugins when writing his own, is like require the developer to install Windows. Therefore, if we are having problems we are forced to create our own solutions.
Przeczytaj całość wpisu »
Dodano w:
Bezpieczeństwo,
PHP | przez
Vokiel |
1 Komentarz »

Recently, during the movement of quite old application to a new server I came across a problem because of the use of HTTP authentication. The problem turned out to be sheet, but at the time of the movement and the first test I had a problem with the diagnosing what is the reasons for this.
Przeczytaj całość wpisu »
Dodano w:
XYZ | przez
Vokiel |
5 Komentarzy »

source: 2010.confidence.org.pl
On the 25-26.05 2010 in Krakow CONFidence conference took place, in which I had the pleasure to participate. It was the eighth time (since 2005) the conference took place. It brings together lead the world-class professionals. During this two-day meeting there were many presentations describing new and previously disclosed results. CONFidence is not just a conference, is also a professional workshop, discussion panels, competitions, and Fight Club, Hackers Charity for Roulette, CONFidence Breaking Speed and many others.
Conference topics covered many aspects of security, including security of web applications, as in the rest of the entry.
Przeczytaj całość wpisu »
Dodano w:
JavaScript,
jQuery | przez
Vokiel |
3 Komentarzy »
Just as planned at the end of The Small Calendar – jQuery + PHP in practise, I’ve decided to create a system (Windows) gadget containing The Small Calendar . In this entry I will try to explain the secrets of creating such gadgets. Gadgets appeared with Vista – as a part of sidebar, in Windows 7 they already are autonomous pice of software, which can be scattered anywhere on the desktop.
Przeczytaj całość wpisu »
Dodano w:
JavaScript,
jQuery | Tagi:
calendar,
CSS,
en,
gadget,
HTML,
JavaScript,
jQuery,
pl,
The Small Calendar,
thesmallcalendar
On the Grafish Design’s Blog I noticed The Small Calendar. That is a small calendar that lets you check your chosen dates for the day of the week. Calendar posted there is a printing version (available for download in 30 languages). This calendar is different from the standard that has only one block from the days of the month. I decided to create a small calendar on-line using PHP a little of jQuery, plus of course CSS.
Przeczytaj całość wpisu »
Dodano w:
JavaScript,
PHP,
jQuery | Tagi:
calendar,
CSS,
date,
en,
JavaScript,
jQuery,
kalendarz,
PHP,
pl,
thesmallcalendar
Dodano w:
CSS,
HTML | przez
Vokiel |
4 Komentarzy »
Prawdopodobnie wiele osób zetknęło się z mikroformatami, publikacji na ich temat jest dość dużo. Większość jednak porozrzucana, podzielona na mniejsze elementy. W tym wpisie chcę zebrać całość użytecznych informacji na ten temat w jednym miejscu. Najlepszym miejscem na to jest (jak dla mnie) ten blog
W skrócie mikroformaty są umownym zestawem standardów (klas CSS i elementów języka xHTML) stosowanych w celu umożliwienia maszynom odczytania i zrozumienia większej ilości danych, które bez nich byłyby zrozumiałe tylko dla człowieka.
Przeczytaj całość wpisu »
Dodano w:
CSS | przez
Vokiel |
12 Komentarzy »
Sorry, this entry is only available in Polski.
Dodano w:
PHP | przez
Vokiel |
5 Komentarzy »
Often, while writing, even small web applications the number of class files grows to big numbers. The solution is to include class files automatically at the moment of first try of use. Commonly programmers use two solutions: __autoload() and spl_autoload_register()
Dodano w:
JavaScript,
jQuery | przez
Vokiel |
1 Komentarz »