The Cloud, Windows Web Hosting, Web Technologies, etc
Posts by Jess
Applied Innovations Nominated for asp.netPRO Magazine Reader’s Choice Awards
0
Applied Innovations is among only 16 hosters recently nominated for the asp.netPRO Magazine Reader’s Choice awards. The voting ends 4/25 (just days away!). You can vote today by clicking on the image in this post or visiting: http://www.aspnetpro.com/awards/default.asp You’ll find the hosting category on the second page of the survey/poll and you don’t have to vote for items in every category. Read more [...]
Cleaning out unused tables in your WordPress Blog
14 years ago
Today I moved my database from a MySQL 4 database server to a MySQL 5 database server, for no reason other than to move to 5. But I found a ton of tables in my database for various plugins that I knew I was no longer using. In fact, I had disabled ALL plugins shortly before this move. I wanted to go in and delete all tables except those absolutely required for a base wordpress install. To do the clean up I used two things: a plugin called CleanOptions for WordPress a MySQL database Read more [...]
Enabling WP Super Cache for WordPress on Windows Hosting
24 years ago
PHP on Windows Server is gaining great popularity thanks to Windows Hosts that support PHP like us (Applied Innovations), the work Microsoft and Zend are doing together to make PHP even faster on Windows and the large number of PHP developers that realize Apache represents only a piece of the total website/ webserver market out there and want to really expand their market. A few months ago I had enabled WP-cache on my site but in order to get it running I needed to make numerous tweaks. WP-SuperCache Read more [...]
Installed Tweet Suite plug-in
04 years ago
I’ve become a huge fan of twittering as I’ve been picking up a bunch of great tips on it. I follow Robert Bowling (fourzerotwo) on twitter (who was one of the devs on COD4 and I play a lot of COD these days) and he posted that he was installing tweet suite on his own blog so I wanted to try it out. Tweet suite creates some twitter widgets on your blog for “My Tweets”, “Most Tweets” and “Recently Tweeted”. If you enter your twitter details it will also auto-twitter when you post Read more [...]
Terminal Services Across Multiple Monitors
24 years ago
At work and home I have the same setup, dual monitors. I always RDP into my desktop these days instead of installing Outlook, Office, etc at home and I’ve always found myself not working in dual monitor mode because of this when working remotely. Turns out you can use multiple monitors in Terminal Services afterall. Enabling Multiple Monitors via RDP To enable multiple monitors in an RDP session you’ll use the switch: /span so you’ll start RDP with the command: mstsc /span When Read more [...]