Halaman

Minggu, 26 Februari 2012

TONIC PHP : A RESTful Web App Development PHP Library

. Minggu, 26 Februari 2012 .


Tonic is an open source less is more, RESTful Web application development PHPlibrary designed to do things "the right way", where resources are king and the library gets out of the way and leaves the developer to get on with it.
To understand Tonic, you need to get the Web, so forget everything you know for a minute and think about how the Web really works, it's not about HTML pages, it's about resources:
  • Everything useful is a resource, not a file, not a CGI script, a resource, an abstract concept of something useful that the client wants to grab hold of.
  • Resources are located by URLs, URLs are cheap and form the universal addressing system of the Web.
  • Clients can issue a standard number of HTTP methods upon an infinite number of resources and receive something useful in return.
  • Representations of resources are sent back to the client, a representation is just a way of turning the abstract concept of a resource into something more concrete, like a HTML page or a XML file. One resource can have many different representations.
Tonic helps you develop Web applications that embrace the way the Web really works, enabling your applications to scale, extend and work with other systems easily.


(Read More..)

Sabtu, 25 Februari 2012

Escapes.js

. Sabtu, 25 Februari 2012 .


escapes.js is a small JavaScript library for rendering ANSI art, a form of computer art that flourished in the mid 90s. ANSI art was composed by colorizing sequences of characters and blocks drawn in the built-in system font, which made it easy to transmit across telephone wires. As a result, ANSI art was especially popular on Bulletin Board Systems (BBSes).
This library was designed to be simple and fun to hack on. It has no hard dependencies, but it integrates neatly with jQuery. The source code and documentation are available on GitHub.


http://256.io/escapes.js/

(Read More..)

http://pngmini.com/

.


mageAlpha converts 24-bit PNG to paletted 8-bit with full alpha channel. This greately reduces file sizes with only minor loss of quality. Such images are compatible with all browsers, and even degrade well in IE6.
ImageAlpha can achieve conversion quality better than MacromediaAdobe Fireworks by employing latest pngquantpngnq.
Even images that need more than 256 colors can be made more compressible using special alpha-channel-aware posterizer.

(Read More..)

When can I use...

.


When can I use...

Compatibility tables for support of HTML5, CSS3, SVG and more in desktop and mobile browsers.


(Read More..)

Sublime Text Workflow That Beats Coda and Espresso

.

http://tarantsov.com/blog/2012/02/sublime-text-workflow-that-beats-coda-and-espresso/

(Read More..)

seperti SMASHING MAG - WEBIFICATION

.

http://webification.com

(Read More..)

Web-Drawing Throwdown: Paper.js Vs. Processing.js Vs. Raphael

.

http://coding.smashingmagazine.com/2012/02/22/web-drawing-throwdown-paper-processing-raphael/

(Read More..)

In search of the ultimate wireframing tool

.

http://wolfslittlestore.be/2012/01/30/in-search-of-the-ultimate-wireframing-tool/

(Read More..)

JAGAD RAYA

.

http://htwins.net/scale2/

(Read More..)

http://blaastdevid.com

.

http://blaastdevid.com

(Read More..)

HTML5 Web Notifications

.

http://dangercove.github.com/html5-notifications/

(Read More..)

CSS HACK : A CSS-only implementation of "show/hide" using the checkbox hack - http://t.co/NWBc4oFY #css

.

http://jsfiddle.net/genelocklin/SNB2e/

A CSS-only implementation of "show/hide" using the checkbox hack - http://t.co/NWBc4oFY #css

(Read More..)

PDO vs. MySQLi: Which Should You Use?

.

http://net.tutsplus.com/tutorials/php/pdo-vs-mysqli-which-should-you-use/

(Read More..)

Another Database Player : RDBMS -- CUBRID

.

http://www.cubrid.org/

(Read More..)

What is IvanK Lib?

.


IvanK Lib is JavaScript 2D graphics library inspired by Flash.
What benefits you get with IvanK over Flash or some other HTML5 frameworks?
  • Small size.

    Whole library has only 57 kB. Do all WebGL apps have to load for 2 minutes? No, they don't.
  • "Native" programming.

    Many third-party tools allow you to write HTML5 apps. They have their own environment and programming language and they generate JavaScript at the end. IvanK (and your app that uses it) are written JavaScript, you always know what your code does and it is always faster than any other machine-generated JavaScript.
  • Incredible speed.

    IvanK uses WebGL and GPU to render graphics. Your games and apps will be super-fast even on low-end devices. Let's say your current flash game has a resolution 600x400, it runs at 25 FPS and uses 60% of CPU. Your equivalent version in IvanK will use 15% of the CPU, it will run at 60 FPS in fullscreen.
  • Mobile devices support.

    Your apps will run on mobile devices including tablets and smartphones. It already runs on Sony Ericsson with Android and some other Android devices. Support in iOS is also expected in the near future (but you can run it already with a little hack).
  • Everlasting code.

    You don't have to be afraid that your app won't work 10 years from today. It will still work, just like HTML, SVG, JavaScript and many other standards are working for years.

(Read More..)

Libhijack 0.6 Released!

.

http://0xfeedface.org/blog/lattera/2012-02-20/libhijack-06-released

(Read More..)

1337 Multiple CMS Scaner Online

.

http://sourceforge.net/projects/l337cmsscaner/

(Read More..)

Wonderflux : wordpress theme framework

.

http://wonderflux.com/for-designers/

(Read More..)

HIJACK THIS NOW OPEN SOURCED

.

http://hjt.svn.sourceforge.net/

(Read More..)

It's About The Hashbangs !!!!

.

http://danwebb.net/2011/5/28/it-is-about-the-hashbangs

(Read More..)

N0ty : a Jquery Notification plugin

.

http://needim.github.com/noty/

(Read More..)

tty.js

.


tty.js

A terminal in your browser using node.js and socket.io. Based on Fabrice Bellard's vt100 for jslinux.

(Read More..)

How to recover deleted rows from an InnoDB Tablespace

.


How to recover deleted rows from an InnoDB Tablespace

http://www.mysqlperformanceblog.com/2012/02/20/how-to-recover-deleted-rows-from-an-innodb-tablespace

(Read More..)

Scalable, persistent, HA NoSQL Memcache storage using MySQL Cluster

.

http://www.clusterdb.com/mysql-cluster/scalabale-persistent-ha-nosql-memcache-storage-using-mysql-cluster/

(Read More..)

Understanding JavaScript OOP

.

http://killdream.github.com/blog/2011/10/understanding-javascript-oop/index.html

(Read More..)

How to convert MySQL’s SHOW PROFILES into a real profile

.

http://www.mysqlperformanceblog.com/2012/02/20/how-to-convert-show-profiles-into-a-real-profile/

(Read More..)

Colors: JavaScript Color Library

.

http://matthewbjordan.me/colors

(Read More..)

Minggu, 19 Februari 2012

Can we improve MySQL variable handling ?

. Minggu, 19 Februari 2012 .

http://www.mysqlperformanceblog.com/2012/02/18/can-we-improve-mysql-variable-handling

(Read More..)

The benefit of keeping the InnoDB transaction log in cache

.

https://www.facebook.com/note.php?note_id=10150544459000933

(Read More..)

WebLOIC :ddos

.

http://thehackernews.com/2012/02/anonymous-hackers-develop-webloic-ddos.html

(Read More..)

The relationship between Innodb Log checkpointing and dirty Buffer pool pages

.

http://www.mysqlperformanceblog.com/2012/02/17/the-relationship-between-innodb-log-checkpointing-and-dirty-buffer-pool-pages

(Read More..)

Announcing MySQL Monitoring Plugins from Percona

.

http://www.mysqlperformanceblog.com/2012/02/17/announcing-mysql-monitoring-plugins-from-percona

(Read More..)

More than 40 Keyboard Shortcuts to Use in the WordPress Editor

.

http://wpmu.org/more-than-40-keyboard-shortcuts-to-use-in-the-wordpress-editor/

(Read More..)

WORDPRESS FUNCTIONS.PHP SNIPPETS

.

http://www.wpfunction.me/

(Read More..)

obfsproxy

.

obfsproxy is a tool that attempts to circumvent censorship, by transforming the Tor traffic between the client and the bridge. This way, censors, who usually monitor traffic between the client and the bridge, will see innocent-looking transformed traffic instead of the actual Tor traffic.


https://www.torproject.org/projects/obfsproxy

(Read More..)

Rediscovering the RSync Algorithm

.

http://blog.incubaid.com/2012/02/14/rediscovering-the-rsync-algorithm/

(Read More..)

mutation-summary : DOM Mutation

.

https://code.google.com/p/mutation-summary/

(Read More..)

HTML5SQL.JS

.

http://html5sql.com/

(Read More..)

Backbone patterns

.

http://ricostacruz.com/backbone-patterns/

(Read More..)

Test if a font is installed via JavaScript

.

http://lucassmith.name/2009/05/test-if-a-font-is-installed-via-javascript.html

(Read More..)

Using Metasm To Avoid Antivirus Detection (Ghost Writing ASM)

.

http://www.pentestgeek.com/2012/01/25/using-metasm-to-avoid-antivirus-detection-ghost-writing-asm/

(Read More..)

How to detect reverse_https backdoors

.

http://www.netresec.com/?page=Blog&month=2011-07&post=How-to-detect-reverse_https-backdoors

(Read More..)

Troubleshooting MySQL Upgrade Performance Regressions

.

http://www.mysqlperformanceblog.com/2012/02/15/troubleshooting-mysql-upgrade-performance-regressions

(Read More..)

git - the simple guide

.


git - the simple guide

(Read More..)

Model instances with Active Record on CodeIgniter

.

http://gustavostraube.wordpress.com/2010/11/24/model-instances-with-active-record-on-codeigniter/

(Read More..)

BETTER NUMERICAL INPUTS FOR MOBILE FORMS

.

http://davidgoss.co.uk/2012/02/06/better-numerical-inputs-for-mobile-forms/

(Read More..)

Javascript Framework : ember.js

.

http://emberjs.com/

(Read More..)

Selasa, 14 Februari 2012

Batch Processing Millions and Millions of Images

. Selasa, 14 Februari 2012 .

http://codeascraft.etsy.com/2010/07/09/batch-processing-millions-of-images/

(Read More..)

WordPress SyntaxHighlighter font size fix

.

http://matthewturland.com/2012/02/13/wordpress-syntaxhighlighter-font-size-fix

(Read More..)

Touchy.js

.

https://github.com/jairajs89/Touchy.js

Because some things just need to be touched.

Touchy.js is a simple light-weight (1.15 kb compressed) JavaScript library for dealing with touch events in the browser. With no dependencies, just add the script to your page and start hacking.

(Read More..)

jQuery Geo - an interactive mapping plugin

.

http://jquerygeo.com/

(Read More..)

SSH: More than secure shell

.

http://matt.might.net/articles/ssh-hacks/

(Read More..)

224 Icons : rapael.js

.

http://raphaeljs.com/icons/

(Read More..)

DataTables

.

http://datatables.net/

(Read More..)

SMOOCON 2012 Presentation

.

http://www.shmoocon.org/presentations

(Read More..)

barrelroll : HTTP DDOS Tool

.

barrelroll

https://github.com/lfamorim/barrelroll

(Read More..)

Helping users to focus on one form control at a time

.

http://www.css-101.org/articles/focus_trick/outline-offset.php

(Read More..)

BFT- Browser forensic tool Released by DarkCoderSc

.

http://thehackernews.com/2012/02/bft-browser-forensic-tool-released-by.html

(Read More..)

Senin, 13 Februari 2012

Pre-fix the web!

. Senin, 13 Februari 2012 .

https://github.com/codepo8/prefix-the-web/blob/master/index.html

(Read More..)

Rabu, 08 Februari 2012

Access Control in MySQL Stored Routines: DEFINER, INVOKER & SQL SECURITY

. Rabu, 08 Februari 2012 .

http://kedar.nitty-witty.com/blog/access-control-in-mysql-stored-routines-by-example-definer-invoker-sql-security

(Read More..)

Keep in View

.


Keep in View

Copyright © 2011, Lunatech Research B.V., C. Egor Kloos. All rights reserved.

Description

Don't allow elements to scroll out of view by having them stick to the top or bottom of a window.

Dependencies

  • jQuery (tested with 1.7)

Usage

$("div").keepInView(); or $("div").keepInView({ edgeOffset: 24, zindex: 42 });

Script options


(Read More..)

Senin, 06 Februari 2012

IE’s Premature Execution Problem

. Senin, 06 Februari 2012 .

http://www.blaze.io/technical/ies-premature-execution-problem/

(Read More..)

APPINVENTOR

.

http://appinventoredu.mit.edu/

(Read More..)

Touch Notation

.

http://mattgemmell.com/2010/07/14/touch-notation/

(Read More..)

Transparent Multi-hop SSH

.

http://sshmenu.sourceforge.net/articles/transparent-mulithop.html

(Read More..)

How to Use Facebook through the Command Line

.

http://ubuntumanual.org/posts/585/how-to-use-facebook-through-the-command-line

(Read More..)

How to adjust an iframe element’s height to fit its content

.

http://www.456bereastreet.com/archive/201112/how_to_adjust_an_iframe_elements_height_to_fit_its_content/

(Read More..)

Minggu, 05 Februari 2012

Scalable web architectures

. Minggu, 05 Februari 2012 .

Scalable web architectures

(Read More..)

Sabtu, 04 Februari 2012

Converting OpenSSH public keys

. Sabtu, 04 Februari 2012 .

http://blog.oddbit.com/2011/05/converting-openssh-public-keys.html

(Read More..)

How content delivery networks (CDNs) work

.

http://www.nczonline.net/blog/2011/11/29/how-content-delivery-networks-cdns-work/

(Read More..)

nginx_http_push_module

.

https://github.com/slact/nginx_http_push_module

(Read More..)

Understanding CSS’s vertical-align Property

.

http://www.impressivewebs.com/css-vertical-align/

(Read More..)

Gettext Style i18n for Modern JavaScript Apps

.

http://slexaxton.github.com/Jed/

(Read More..)
.

http://domino.research.ibm.com/comm/research_people.nsf/pages/sevitsky.pubs.html/$FILE/oopsla08%20memory-efficient%20java%20slides.pdf

(Read More..)

ENYO : Object Oriented , Javascript Application Framework

.

http://enyojs.com/

(Read More..)

List.js

.

http://listjs.com/

Do you want a 9 KB cross-browser native JavaScript that makes your plain HTML lists super flexible, searchable, sortable and filterable? Yeah!
Do you also want the possibility to add, edit and remove items by dead simple templating? Hell yeah!

(Read More..)

Static Analysis with HipHop for PHP

.


Static Analysis with HipHop for PHP


(Read More..)

FLUID GRID

.

http://host.sonspring.com/fluid-grid/

(Read More..)

CSS 1 K

.

http://www.css1k.com

(Read More..)

AlenkaDB

.

http://sourceforge.net/projects/alenka/files/

(Read More..)

CASSETTE

.


Asset bundling for .NET web apps

Dumping your scripts into a folder is no way to manage your client-side code!
Cassette automatically sorts, concatenates, minifies, caches and versions all your JavaScript, CoffeeScript, CSS, LESS and HTML templates.
It's flexible, extensible and optimized for developer happiness.

(Read More..)

Google Ruby Code on Github

.

https://github.com/google

(Read More..)

MySQL Configuration Wizard Updated

.

We’ve released an updated version of the MySQL Configuration Wizard we announced at the end of last year. If you don’t remember that announcement, here’s the short version: this is a tool to help you generate my.cnf files based on your server’s hardware and other characteristics.


http://www.mysqlperformanceblog.com/2012/01/26/mysql-configuration-wizard-updated/

(Read More..)

Hcon’s Security Testing Framework (Hcon STF) v0.4 [Fire base]

.

Hcon’s Security Testing Framework (Hcon STF) v0.4 [Fire base]
http://thehackernews.com/2012/01/hcons-security-testing-framework-hcon.html
http://www.hcon.in/downloads.html

(Read More..)

The client-side templating throwdown: mustache, handlebars, dust.js, and more

.

http://engineering.linkedin.com/frontend/client-side-templating-throwdown-mustache-handlebars-dustjs-and-more

(Read More..)

Don't use class names to find HTML elements with JS

.

http://roytomeij.com/2012/dont-use-class-names-to-find-HTML-elements-with-JS.html

(Read More..)

KUMPULAN PRELOADER FLASH

.

http://www.prettyloaded.com/

(Read More..)
 
{nama-blog-anda} is proudly powered by Blogger.com | Template by Agus Ramadhani | o-om.com