administrator Follow

administrator

Joined October 2014

Blog

blog list

2 years ago Publish
Tags:

Mj Mobile Casino

Take a spin on any of Dead (ブック・オブ・デッド)」、ブラックジャックやルーレットなどの人気カジノゲームもすべてアプリひとつでプレイできます! 自分のお気に入りのカジノゲームが


8 years ago Publish
Tags:HTML

HTML Generate QRCODE FREE

Create QRCODE dynamic is so simple with link to http://sintret.com/qrcode. You just need add src attribute in your img tag like this following code : <img src="http://sintret.com/qrcode" />   Property for this QrCode : The be


8 years ago Publish
Tags:Regex

Regular Expression - REGEX

1. Pola 1.1 Spesial Karakter \ tanda yang diawali dengan \kemudian diakhiri dengan karakter bukan huruf dan angka semisal \/  untuk karakter "/"  \s untuk karakter spasi atau tab atau line break. . semua karakter kecuali newlin


8 years ago Unpublish
Tags:CSS

CSS - Part II

1. Class and Layout 1.1 Using classes to differentiate between tags. This example shown below that's add a class attribute to an HTML tag so thats you can directly access to it. <head> <meta charset="UTF-8"> <title><


8 years ago Publish
Tags:CSS

CSS

Cascading Style Sheets CSS is code that changes the appeareance of HTML. One place you can put CSS in a style tag that's a child of the head tag. <!DOCTYPE html><html lang="en"><head> <style type="text/css">


8 years ago Unpublish
Tags:HTML

HTML

HTML is HyperText MarkupLanguage. HyperText : Overcomming the constraints of written text. Interactive Markup Language : A way to literaly "Mark Up" a document to specify attributes, like different fonts, size, lists, links to others webpages


8 years ago Publish
Tags:Redis

Nodejs part 7 Redis

Redis is an open source, BSD licensed, advanced key-value cache and store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets, sorted sets, bitmaps and hyperloglogs.Redis command using : "npm inst


8 years ago Publish
Tags:NodeJS Socket.io

Nodejs part 6 Socket.io

Socket.io Socket.IO enables real-time bidirectional event-based communication.It works on every platform, browser or device, focusing equally on reliability and speed. Example 1 chats with express app.js var express = require('express'), app =


8 years ago Publish
Tags:NodeJS ExpressJs

Nodejs Part 5 Express

Routing Routing refers to the definition of end points (URIs) to an application and how it responds to client requests. A route is a combination of a URI, a HTTP request method (GET, POST, and so on), and one or more handlers for the endpoint. It t


8 years ago Publish
Tags:NodeJS

Nodejs Part 4 Modules

Modules Node has a simple module loading system. In Node, files and modules are in one-to-one correspondence. As an example, app.js loads the module hello.js  and custom_goodbye.js in the same directory. //hello.jsvar hello = function(){