http://nicolasgallagher.com/lab/css3-facebook-buttons/
(Read More..)Selasa, 31 Januari 2012
Senin, 30 Januari 2012
What Are Full, Incremental, and Differential Backups?
Cookies don't replace Sessions
GET SPARK SESSION!!!!
Basic Information: session-driver
Hey CI devs, tired of your session dropping at random? Try out a new session library and native PHP sessions:
http://t.co/Eori8mAW
http://getsparks.org/packages/session-driver/versions/HEAD/show (Read More..)
HTML5 PLEASE
se the new and shiny responsibly.
Look up HTML5, CSS3, etc features, know if they are ready for use, and if so find out how you should use them – with polyfills, fallbacks or as they are. tell me more
(Read More..)
zip.js -
A JavaScript library to zip and unzip files
http://gildas-lormeau.github.com/zip.js/demos/demo1.html
Sabtu, 28 Januari 2012
Linux one million connections TCP
(Read More..)# General gigabit tuning:net.core.rmem_max = 16777216net.core.wmem_max = 16777216net.ipv4.tcp_rmem = 4096 87380 16777216net.ipv4.tcp_wmem = 4096 65536 16777216net.ipv4.tcp_syncookies = 1# this gives the kernel more memory for tcp# which you need with many (100k+) open socket connectionsnet.ipv4.tcp_mem = 50576 64768 98152net.core.netdev_max_backlog = 2500# if masquerading usednet.ipv4.netfilter.ip_conntrack_max = 1048576# one million connectionsnet.core.rmem_max = 33554432net.core.wmem_max = 33554432net.ipv4.tcp_rmem = 4096 16384 33554432net.ipv4.tcp_wmem = 4096 16384 33554432net.ipv4.tcp_mem = 786432 1048576 26777216net.ipv4.tcp_max_tw_buckets = 360000net.core.netdev_max_backlog = 2500vm.min_free_kbytes = 65536vm.swappiness = 0net.ipv4.ip_local_port_range = 1024 65535
Senin, 23 Januari 2012
Minggu, 22 Januari 2012
TextExt Plugin for jQuery
TextExt is a plugin for jQuery which is designed to provide functionality such as tag input and autocomplete.
The
core design principle behind TextExt is modularity and extensibility.
Each piece of functionality is separated from the main core and can act
individually or together with other plugins.
http://textextjs.com/
grinder
Building A RESTful PHP Server: Understanding the Request
Backing up binary log files with mysqlbinlog
Benchmarks of new innodb_flush_neighbor_pages
Percona XtraDB Cluster Feature 1: High Availability
Sabtu, 21 Januari 2012
[Update] Instalasi dan Konfigurasi phpvirtualbox (VirtualBox Berbasis Web)
Promptumenu
A jQuery plugin that allows you to display list items in a similar way like a iPhone home screen. If item count exceeds the displayed items on one screen, users can swipe through screens.
http://natrixnatrix89.github.com/promptu-menu/
Sabtu, 14 Januari 2012
Dinding Gelap IBM AS400
Jumat, 13 Januari 2012
Percona testing: Quick test clusters with kewpie!
PXLOADER
A JavaScript Preloader for HTML5 Apps
Writing Quality Third-Party JS - Part 1: The First Rule
Understanding MVC And MVP (For JavaScript And Backbone Developers)
Javascript Pattern
A JavaScript pattern and antipattern code collection that covers function patterns, jQuery patterns, design patterns, general patterns, literals and constructor patterns (upcoming), object creation patterns (upcoming), code reuse patterns (upcoming), DOM and browser patterns (upcoming).
Newly added patterns will be regularly
http://shichuan.github.com/javascript-patterns/
Percona Toolkit 2.0.1 and 1.0.2 released
Using webfonts to insert characters or symbols in a website
Ghost
Ghost
http://getkirby.com/
GammaRay 1.1 For Poking Qt Application Binaries
Self-extracting archive (SFX) as Creative Virus Handler
Break Out of iframe
How Often Should I Charge My Gadget’s Battery to Prolong Its Lifespan?
Announcement of Percona XtraDB Cluster (alpha release)
Kamis, 12 Januari 2012
nrComm Lib
The nrComm Lib is set of Delphi VCL components, classes and routines for serial communication tasks.
Library helps to get access to various devices: serial port, data and voice modems,
barcode scanners, Human Interface Devices (HID), Bluetooth, USB, LPT, GSM, GPS and others.
It provides solution for quick implementation almost any packet data protocol.
It can work with sound and speech.
Library allows send SMS messages over connected mobile phone (GSM terminal) and much more.
nrComm Lib develops since 1999 and lives over 10 years.
Latest release supports most oldest and newest Delphi/CBuilder versions.
Our project is always in progress and our team will include into product new features for
support modern device interfaces and system API.
See most valuable features of nrComm Lib below.
Cari di tempat sampah
http://www.deepsoftware.ru/nrcomm/
Sabtu, 07 Januari 2012
Minggu, 01 Januari 2012
Recover Your Deleted Files In Linux using Scalpel Utility
A Responsive Design Approach for Complex, Multicolumn Data Tables
A Responsive Design Approach for Complex, Multicolumn Data Tables
http://filamentgroup.com/lab/responsive_design_approach_for_complex_multicolumn_data_tables/
(Read More..)
How to optimize plugin loading
VBSCRIPT AND MERLIN
agentName = "Merlin"
agentPath = "c:\windows\msagent\chars\" & agentName & ".acs"
Set agent = CreateObject("Agent.Control.2")
agent.Connected = TRUE
agent.Characters.Load agentName, agentPath
Set character = agent.Characters.Character(agentName)
character.Show
character.MoveTo 500, 400
character.Play "GetAttention"
character.Speak "Hello, how are you?"
Wscript.Sleep 15000
character.Stop
character.Play "Hide"
Creating an API-Centric Web Application
Creating an API-Centric Web Application
http://net.tutsplus.com/tutorials/php/creating-an-api-centric-web-application/(Read More..)
URI.js
URI.js is a javascript library for working with URLs. It offers a "jQuery-style" API (Fluent Interface, Method Chaining) to read and write all regular components and a number of convenience methods like
.directory() and .authority().
URI.js offers simple, yet powerful ways of working with query
string, has a number of URI-normalization functions and converts
relative/absolute paths.
http://medialize.github.com/URI.js/
Design Pattern in Python
Authors: Rahul Verma, Chetan Giridhar
This book is
about learning design patterns through the medium of Python language.
If you are a tester interested in design of test automation frameworks
or thinking about how a single test automation problem could be solved
in different ways, this book would prove to be very useful.
If you are new to design patterns being a programmer or you want to
explore OOP in Python further, this text provides the first building
blocks.
http://dpip.testingperspective.com/
FeedEk jQuery RSS/ATOM Feed Plugin
FeedEk is an RSS/ATOM Feed Reader/Importer/Parser that is written with jQuery. You can obtain feeds easily from any domain.
http://www.jquery-plugins.net/FeedEK/FeedEk.html
jQuery UI Bootstrap
jQuery UI Bootstrap A Bootstrap-themed kickstart for jQuery UI widgets (v0.1)
Welcome! This is a live preview of new the jQuery UI Bootstrap theme - a project I started to bring the beauty of Twitter's Bootstrap to jQuery UI widgets.
With this theme, not only do you get the ability to use Bootstrap-themed widgets, but you can now also use (most) of Twitter Bootstrap side-by-wide with it without components breaking visually.
It's still a work-in-progress, but I hope you find it useful. Issues and pull requests are always welcome - @addyosmani
http://addyosmani.github.com/jquery-ui-bootstrap/ (Read More..)
Minimus: The OS X JavaScript and CSS Minifier
Minimus is a GUI frontend for Yahoo’s YUI Compressor. Instead of
using inconvenient and slow websites to compress your JavaScript and
CSS, you can do it right on your Mac.
Add files to the queue by dropping them on the Dock icon (or by using
the File menu) and press the Minify button to start the process. In no
time at all, copies with a .min.js or .min.css extension will appear alongside the originals.
Minimus is a free download, but donations are appreciated if you find the app useful. Requires Mac OS X 10.6 Snow Leopard.
http://www.webmaster-source.com/minimus/
Chosen
Chosen is a JavaScript plugin that makes long, unwieldy select boxes much more user-friendly. It is currently available in both jQuery and Prototype flavors.
http://harvesthq.github.com/chosen/
(Read More..)Textmate to VIM
Where I explain how to reproduce over 110 commands from Textmate in VIM.
http://www.jackkinsella.ie/2011/09/05/textmate-to-vim.html