WordPress
Last updated:
Clean-up spam comments and meta data
Delete WordPress spam comments and meta data in your database, easily with phpMyAdmin or mysql cli. Keep your WordPress database lean & mean!
Deploying and maintaining Web Applications requires a delicate balance of performance, security, and scalability. This category dives into the middle layer of the stack, focusing on how applications interact with the web server, the database, and the end-user. From configuring specialized headers and SSL / TLS certificates to troubleshooting application-specific bottlenecks, these guides help you move beyond default installations.
Whether you are managing self-hosted tools, SaaS integrations, or custom-built platforms, you will find technical advice on environment hardening and performance optimization. The goal is to provide the architectural insights necessary to ensure your web services remain fast, secure, and resilient under load.
WordPress
Last updated:
Delete WordPress spam comments and meta data in your database, easily with phpMyAdmin or mysql cli. Keep your WordPress database lean & mean!
Umbraco
Last updated:
Configure Umbraco for SQLServer sessionState storage and prepare Umbraco for high performance web garden or web farm, and load balancing environments. This post explains it all.
WordPress
Last updated:
The less spammers hit your WordPress blog, the better your blog performs, is one of my opinions. A second is, the less unnecessary plugins you use on your WordPress blog, the better. So, a little while ago I decided to remove plugins like Stop Spammer Registration Plugin and do its work myself.
Web applications
Last updated:
Fix “System.Net.WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.” in ASP.NET on IIS
Web applications
Last updated:
Here is how to install the Microsoft.SQLSERVER.CE.OLEDB.4.0 Provider and use classic ASP to connect to an SqlCe (SQL Server Compact) database sdf file, as a Microsoft Access database replacement.
Web applications
Last updated:
How to let MySQL Connector/NET and Entity Framework play nicely. This blog post is a quicky and an oldy… Since we still receive a reasonable amount of questions about this topic at the customer service of my employer I’m posting this here, with some commonly made mistakes and points of attention.
Web applications
Last updated:
The advantage of having your website content hosted on a Content Delivery Network (CDN) is having your content distributed and stored across the Globe. Utilizing the network of the Content Delivery Network provider.
Web applications
Last updated:
Block and filter unwanted web HTTP traffic with blocklists, on both IIS and Apache. Protect your website easily with this PHP blocklist class. Create your own HTTP web blocklist filter.
WordPress
Last updated:
Clean up WordPress post revisions easily with one (1) simple SQL statement. Delete WordPress post revisions, turn them off and speed up your WordPress blog.
Web applications
Last updated:
.htaccess to secure your website: 7 snippets to secure your website using .htaccess files as a kind of Web Application Firewall (WAF).
Web applications
Last updated:
It’s possible to restrict System.Net.SocketPermission, for example, for an external MySQL connection. Here is your “Granting limited SocketPermission in ASP.NET 2.0 medium trust” how-to.