these short urls, you like them or you hate them? whatever, just prevent being scammed.
Another live-code-example to share:
$ps=($_GET[ps]+1)-1;
(I’m pretty confident that intval is of more use.)
If it’s hard to describe something then you should think about whether there actually is something to describe or not. WordPress.org announces a somewhat whishy-washy concept of some “you name it” – plugins that are acually, well, plugins and – tada – hosted in the plugin repro. Needles to say, this already existed not only since years. In the a-historical announcement, it’s totally forgotten to discuss if somethings missing or not with the existing system. …
Ads are per se bloaty. Related to Software maybe the term Bloatware comes handy. But it’s not good if you couldn’t improve it. In this case the amount of bloat: Online Ads are better protected for some ad-distributors by storing them base64 encoded and “linked” into CSS. for example:
background:transparent url(data:image/png;base64,+jmzYAAAAGXRFWHRTb2Z0d2 [...]
(Exemplary code only, not a real image file)
That pretty much works well against Ad-Block Plus but well, infact it shows how to bloat even more. Base64 encoding takes 1/3 more of the space compared to a standard binary notation.
As an additional improvement, the CSS code can base64 encoded again and then linked in the html header. This will remove “URL” completely which is working towards most of content filters because they use “URL” a lot.
Since Noscript’s main coder’s website is using the method describben above, how high are the chances that the Noscript Plugin will protect us against embedded URLs which are pretty dangerous in the context of XSS / CSFR attacks. Never?
SalesKing soll aus der Beta raus sein (so frisch, dass das Logo wohl erst noch aktualisiert werden muss). Der Geldtacho ist leider nicht mehr mit dabei, dafür gibts neben einer 30 tägigen Testversion besondere Tarife für Schnellentschlossene. Installation auf eigenem Server auf Anfrage möglich. Ich habe schon mal Salz auf der virtuellen Türschwelle ausgestreut.
Autsch’n: Heute ertappe ich mich dabei schon länger nicht mehr auf der Google Homepage gewesen zu sein. Kaum bewegt man die Maus, weiss man nicht mehr was man eigentlich machen wollte. Softe Animationen sind eben auch nur knapp kein Blinken aber immer noch mehr Blinken als alles andere. Das Ende vom Lied ist, dass so-was eine Website nicht einfacher sondern einfach komplizierter macht. T’schade. …
Just a few words to share in a good mood: If WordPress 2.9 comes out within the next weeks, do not feel that you actually need to upgrade. My assumption is that you have to wait at least for more Bugfix releases then (as it becomes more and more normal with WordPress). Currently there are tons of bugs within the base code and instead of fixing even when patches are available, WordPress development is only facing for getting the next release out by shifting bugs from one release number to the next. …