



To keep your database slim I recomend adding
“define(’WP_POST_REVISIONS’, 2);” to your wp-config.php file, just above the line:
“/* That’s all, stop editing! Happy blogging. */”.
This will limit the entries in your database from unlimited to 3 per article which will in effect keep your database slim, especially if you are running multiple blogs.




To get the option “Network” of Blogs working under Tools Menu item:
Add: “define( ‘WP_ALLOW_MULTISITE’, true );” to your wp-config .php in your root install dir.
For example add to the end:
/**
* For developers: WordPress debugging mode.
*
* Change this to true to enable the display of notices during development.
* It is strongly recommended that plugin and theme developers use WP_DEBUG
* in their development environments.
*/
define(’WP_DEBUG’, false);
define(’WP_ALLOW_MULTISITE’, true);
/* That’s all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if ( !defined(’ABSPATH’) )
define(’ABSPATH’, dirname(__FILE__) . ‘/’);
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . ‘wp-settings.php’);




If you want Joomla Page: http://www.example.com/example.html
without the navbars and templates use:
http://www.example.com/example.html?tmpl=component
In iFrame form:
<iframe src=”http://www.example.com/example.html?tmpl=component” scrolling=”no” height=”550px” width=”470px” frameBorder =”0″ ></iframe>




After that set the User of the Host system, as a user of virtualbox(normal USB) and lp (USB Printers)
by typing ion the command in the terminal:
sudo gedt /etc/group
then edit the line with vboxusers to include your host system login name
and also your name/ID in the line with lp




Stationary background images remain in one place even when scrolling through the page. Only the text will move. To create this effect, place the code below within your tag.
<body background =”yourimage.gif” bgproperties=”fixed”>
Joomla: often Backgroundproperties is found in the CSS stylesheet. Most of the time just change the property “no-repeat” to “fixed”.




1. create the graphic you want to use… preferrably work on a 32 x 32 pixel image
2. size it to 16 x 16 pixels
3. change the color mode to indexed
4. export it using the Gif89a plug-in or photoshop’s built in “save for web” and make the background color your knockout color.
5. save this file as a gif. then close the file
6. re-open the file, and now, simply “Save As” and choose “windows icon, ico”… VOILA you have a transparent favicon.ico file
7. copy favicon.ico into your main blog directory and the directory with the header.php file.
8. You will now need to edit your header.php (between <head> and </head>) of your wordpress blog. Add the following code:
<link rel=”shortcut icon” href=”<?php bloginfo(’template_url’); ?>/favicon.ico” type=”image/x-icon” />
or
<link rel=”shortcut icon” href=”favicon.ico” >
<link rel=”icon” href=”favicon.gif” type=”image/gif” >
Best as following example, between:
<link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”<?php bloginfo(’atom_url’); ?>” />
<link rel=”shortcut icon” href=”<?php bloginfo(’template_url’); ?>/favicon.ico” type=”image/x-icon” />
<link rel=”pingback” href=”<?php bloginfo(’pingback_url’); ?>” />
9. Restart Browser


More Options ...
Categories
Tag Cloud
Blog RSS
Comments RSS

Void « Default
Life
Earth
Wind
Water
Fire
Light 