Search All content
1. HTML Frames in tutorial HTML Old School Frontend
Frames are used to divide your browser window into many independant windows. Each window loads HTML document separatelly. For example we can separate browser's window in left and right parts. Then in left put menu with links and on place co...
Permission(PGU):447, Lang:EnglishCreated:2015-01-15 07:46:12, Modified:2015-01-15 07:55:25, Status:finished, Version:1.0
2. Website Speed Tests in tutorial Website Speed Optimization Misc
There are three possible causes for bad website performance: slow internet connection not optimized code server with low resources (low RAM, CPU, ...) Here are so...
Permission(PGU):447, Lang:EnglishCreated:2015-01-19 08:09:43, Modified:2015-01-19 11:43:57, Status:in work, Version:1.0
3. Glype Templating in tutorial Glype Web Apps
Change template /includes/settings.php $CONFIG['theme'] = 'wp'; - 'default' and 'simple' are default values Basic te...
Permission(PGU):447, Lang:EnglishCreated:2015-01-26 08:27:09, Modified:2015-01-26 09:24:03, Status:in work, Version:1.0
4. Start & Stop nodeJS in tutorial NodeJS By Examples JavaScript
Create file index.js var util = require('util'), http = require('http');http.createServer(function (req, res) { res.writeHead(200, {'Content-Type': 'text/html'}); res.end('Hello World23\n...
Permission(PGU):447, Lang:EnglishCreated:2015-01-21 16:51:17, Modified:2015-02-17 16:15:56, Status:in work, Version:1.0
5. NodeJS starting on boot in tutorial NodeJS By Examples JavaScript
Starting NodeJS program on boot time (CentOS 6.5) 1. Create file in /etc/rc.d/init.d/node-findads #!/bin/sh## Note runlevel 2345, 86 is the Start order and 85 is the Stop order## chkconfig: 2345 86 85...
Permission(PGU):447, Lang:EnglishCreated:2015-01-25 16:30:08, Modified:2015-05-23 11:12:22, Status:in work, Version:1.0