7 posts tagged “wordpress”
With WordPress VideoPress you can just upload a video, we’ll “crunch” it into several different formats just right for sharing on the web, DVD quality, HD quality, and even formats optimized for iTunes and Miro. Preview your uploaded video, then embed the video and publish your post.
Turbo: Speed up WordPress
WordPress now has support for Google Gears, which adds new features to your web browser. After you install and enable Gears, most of WordPress’ images, scripts, and CSS files will be stored locally on your computer.
This speeds up page load time but don’t install on a public or shared computer.
Here are some WordPress plugins worth trying:
- Google Analytics for WordPress
- Adsense Manager
- Sociable adds links to del.icio.us etc on every post (see Share and Enjoy squares below) !
- XML Google Maps
apache htaccess file for wordpress from
http://perishablepress.com/press/2006/06/14/the-htaccess-rules-for-all-wordpress-permalinks/
wordpress in same dir
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
wordpress in sub dir
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /foo/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /foo/index.php [L]
</IfModule>
# END WordPress
http://site.gravatar.com/about
Gravatar aims to put a face behind the name. This is the beginning of trust. In the future, Gravatar will be a way to establish trust between producers and consumers on the internet. It will be the next best thing to meeting in person.
Would this be any use for VOX members ?
because it does all of these in one !
OpenID is an open standard that lets
you sign in to other sites on the Web using your WordPress.com account.
This means less usernames and passwords to remember and less time spent
signing up for new sites.