



Write a text file and save as Skype1.sh in /home/myname. Set the permissions of file to allow “execute as program”.
The file contain only
Code:
#!/bin/bash
echo Skypeuser1 Password1 | skype –pipelogin
Then, in “System – Preferences – Startup Applications” add the entry:
Skype1 with the command “/home/myname/Skype1.sh




Javascript code to be placed in top of content page:
<script type=”text/javascript”>
var framespage=”http://www.test.com/index.php/menu.html” //This is the host for your page.
//No need for editing below here.
if (top.location==document.location){
top.location=framespage;
}else{
var parent_location=parent.location.href;
var str_beginning=parent_location.length-framespage.length;
if (parent_location.substring(str_beginning, parent_location.length)!=framespage){
parent.location=framespage;
}
}
</script>




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”.


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

Void « Default
Life
Earth
Wind
Water
Fire
Light 