Language settings Since the Transaction Engine includes internationalization support, this menu of the Developer Toolbox Control Panel enables the user to change the language resource file of the currently active site:
Category Archives: Programming
TinyMCE: Configuration/valid elements
Option: valid_elements The valid_elements option defines which elements will remain in the edited text when the editor saves. You can use this to limit the returned HTML to a subset. This option contains a comma separated list of element conversion chunks. Each chunk contains information about how one element and its attributes should be treated. The …
Flash music player – Remember Stop – Start
Flash player with SharedObject
How Do I Restart MySQL Server?
Each distribution comes with a shell script (read as service) to restart / stop / start MySQL server. First login as root user and open shell prompt (command prompt). First login as root user. Now type the following command as per your Linux distro:
I get the error: “Could not connect to SQL database. Too many connections”.
Symptoms Sometimes I get the “Too many connections” error in Plesk CP or when open a site in my browser: Unable to connect to database: Too many connections
Include files with asp.net
An ASP.NET include, or server-side include, is a plain HTML, HTML/ASP.NET, or ASP.NET-only file that sits outside of a parent Web page. The power of a simple include file is tremendous—it allows you to re-use content that will appear on multiple pages throughout your site. Instead of making the same change 100 times to …