Google tag

Pages

CouchCMS Change Login Panel Title

Code:
// Admin Panel
$t['admin_panel'] = 'Admin Panel';
$t['login_title'] = 'CouchCMS';

Simple trick how to toggle dokuwiki sidebar

How to Toggle Dokuwiki Sidebar (Modify a bit on template)
1. Go to lib > tpl > dokuwiki > main.php
2. Paste below script under

3. Done !

Delphi TStringList Delimiter Always use Spaces Bar Together

sl[1] SHOULD return 'foo bar'

sl[1] DOES return 'foo'

It seems that the delimiter now is '^' AND ' '

Solution :

Use s1.StrictDelimiter := True

Delphi useful component

Multi-languague for your Delphi
Delphi Localizer
https://sites.google.com/site/kryvich/localizer

Auto Update for your Delphi
TmxWebUpdate v.1.21
http://www.torry.net/pages.php?id=291
update.html

TWebUpdate
http://www.jixo.altervista.org/delphi/
Download
http://www.jixo.altervista.org/ccount/click.php?id=36

Makeupdate
http://www.tsppd.com/MakeUpdate/

Modbus TCP for your Delphi
http://sourceforge.net/projects/delphimodbus/

Serial COM Port for your Delphi
TurboPower Async Professional
http://sourceforge.net/projects/tpapro

ComPort Library
http://comport.sf.net/

WebSocket Server for your Delphi
http://websockets.esegece.com/#wsdownload

CouchCMS

functions.php -> function login_header
                     -> function render_admin_page_ex
logo.php -> $logo_light

dynamic_folders='1'
http://www.couchcms.com/docs/tags-reference/not_empty.html

http://www.couchcms.com/white-label.html

How to show Tag list in Citect SCADA 7.4

When using Citect SCADA 7.4, you will found that Tag list won't show in Graphics Builder when you choose insert tag !

How to Show / Display Full Available Tag list in Citect SCADA 7.4,

You will need to configure

FancyBox Inline Close Link Example

http://jsbin.com/civufapeqeni/1/

Delphi High Performance Timer

http://marlonsplace.awardspace.com/delphi/performance-tuning/measuring-code-performance-in-delphi.php

How to Deploy PHP source code using GIT to Google App Engine

1. Create AppEngine PHP Application (https://appengine.google.com/)

2. Administrator > Application Setting > Source Push-to-Deploy > Click here



3. Create a new repo


4. Write down the Repository URL




5. Install Python

6. SET PATH=%PATH%;c:\python27\;

7. Install Google Cloud SDK (https://developers.google.com/cloud/sdk/) > install.bat > n > 2 / 4

8. SET PATH=%PATH%;c:\python27\;[google_cloud_sdk]/bin (http://www.computerhope.com/issues/ch000549.htm)

9. gcloud auth login > accept > Project ID

10. gcloud init [project ID]

11. Git Repo at [project ID]/default folder.