Words and code from my journey thorugh the web
Upgrading Plesk 10 to Plesk 11 *should* be a relatively straightforward process. These are the steps I followed in order to update Plesk 10 (10.4.4) to Plesk 11 (11.0.9) running on a Windows dedicated server 2008 with hosting providers 1&1 internet.
Update Plesk 10 to Plesk 11 »
A tutorial demonstrating how to enable mod_rewrite which will allow a website running on a WAMP stack to use a local .htaccess file for URL rewriting.
Activate mod_rewrite on WAMP »
Part 2 of the custom twitter feed tutorial with authentication. Caching the twitter feed to a local file can speed up loading of tweets and negate Twitters rate limiting.
Twitter feed caching »
A tutorial for setting up a scheduled task using Plesk 11 on Linux. A couple of steps are involved for the scheduled script; ensuring Access to the server over SSH is specified and using wget utility to run the PHP script.
Scheduling a PHP script from Plesk »
A tutorial designed to help anyone who is using or wants to create a custom Twitter feed that needs to authenticate basic read-only access for any public user timeline with Twitter OAuth, API V1.1.
Authenticate a Twitter feed with OAuth »
Warning: Trying to access array offset on value of type bool in
/homepages/28/d1016621825/htdocs/wp-content/themes/tomelliott/index.php on line
275
Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in
/homepages/28/d1016621825/htdocs/wp-content/themes/tomelliott/index.php on line
275
Deprecated: Automatic conversion of false to array is deprecated in
/homepages/28/d1016621825/htdocs/wp-content/themes/tomelliott/index.php on line
277
How to fix an odd bug within Flash when some OpenType fonts strangely vanish
Flash font display issue »
Creating and styling a custom javascript based twitter feed that can be integrated on websites. Includes demos and source code.
jQuery Twitter Feed »
Warning: Trying to access array offset on value of type bool in
/homepages/28/d1016621825/htdocs/wp-content/themes/tomelliott/index.php on line
275
Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in
/homepages/28/d1016621825/htdocs/wp-content/themes/tomelliott/index.php on line
275
Deprecated: Automatic conversion of false to array is deprecated in
/homepages/28/d1016621825/htdocs/wp-content/themes/tomelliott/index.php on line
277
Twitter have recently updated paths to public feeds from http://twitter.com/status/.. to http://api.twitter.com/1/statuses/... if you are getting a code 34 error message, you should:
Update the Twitter json path »
A jQuery based animation of basic pendulum motion of an obejct around a pivot point using CSS3 rotation. Includes source code and demo.
jQuery pendulum animation »
JavaScript snippets that will hide the navigation\address toolbar on the iPhone when the page loads and when the iPhone is rotated in landscape or portrait mode.
Hiding the iPhone navigation bar »