mollom.getServerList Required Name Type Description required public_key string Site public key required time string Site server time in this format: yyyy-MM-dd’T’HH:mm:ss-.SSSZ required hash string HMAC-SHA1 digest required nonce string One time nonce optional ssl boolean Use SSL for all api calls returns array of strings Array of servers that can be used
Monthly Archives: February 2011
.htaccess: Directory Listing – Enable Web Directory Browsing & Indexing
One of the best things I love Apache web server is that it instantly enables you to share files and resources via plain web directory index listing without having to spend time making any fancy web pages to serve them. However, there are times when you need to hide things out. To disable web directory …
Continue reading “.htaccess: Directory Listing – Enable Web Directory Browsing & Indexing”
http://jquery.malsup.com/
BlockUI Plugin Simulate synchronous ajax by blocking – not locking – the UI. This plugin lets you block user interaction with the page or with a specific element on the page. Also great at displaying modal dialogs. Corner Plugin Rounded corners without images! Plus lots of other interesting corner adornments like bevels, notches, dogears, etc. …
jPlayer
jPlayer is a jQuery plugin that allows you to: play and control media files in your webpage create and style a media player using just HTML and CSS add audio and video to your jQuery projects support more devices using HTML5 support older browsers using a Flash Fallback control media on your website using a JavaScript API jPlayer supports: HTML5: mp3, m4a …
Επίθεση κινέζων hackers στην Ελλάδα και άλλες 3 χώρες
Από τον Νοέμβριο του 2009, hackers από την Κίνα έβαλαν στόχο συγκεκριμένα δίκτυα τουλάχιστον 12 πετρελαϊκών εταιρειών καθώς και εταιρειών φυσικού αερίου και προϊόντων πετρελαίου. Οι επιθέσεις αυτές αφορούν τέτοιες εταιρείες στην Ελλάδα, τις Η.Π.Α., το Καζακστάν και την Ταϊβάν. Στο συμπέρασμα αυτό καταλήγει έκθεση της εταιρείας McAfee με τίτλο “Global Energy Cyberattacks: Night Dragon”, …
Continue reading “Επίθεση κινέζων hackers στην Ελλάδα και άλλες 3 χώρες”
Introduction to PHP PDO
Introduction to PHP PDO (PHP Data Objects) by Kevin Waterson Contents What is PDO What Databases does PDO support Where do I begin? Connect to a Database Connect to PgSQL Connect to SQLite Connect to MySQL Connect to Firebird Connect to Informix Connect to Oracle Connect to ODBC Connect to DBLIB Connect to IBM There …