29 Mar 2011 @ 10:07 PM 

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

VN:F [1.5.7_846]
Rating: 0.0/10 (0 votes cast)
VN:F [1.5.7_846]
Rating: 0 (from 0 votes)
Tags Categories: generic Posted By: admin
Last Edit: 29 Mar 2011 @ 10 07 PM

EmailPermalinkComments (0)

 30 Jan 2011 @ 3:17 AM 
<script type=”text/javascript”>
//Check Frames Page Script
//by Krazy Katz Productions
//Please keep this notice intact
var framespage=”http://www.evo1618.com/index.php/ehb-menu.html” //This is the frames page 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>

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>

VN:F [1.5.7_846]
Rating: 0.0/10 (0 votes cast)
VN:F [1.5.7_846]
Rating: 0 (from 0 votes)
Tags Categories: generic Posted By: admin
Last Edit: 30 Jan 2011 @ 03 17 AM

EmailPermalinkComments (0)

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.

VN:F [1.5.7_846]
Rating: 10.0/10 (1 vote cast)
VN:F [1.5.7_846]
Rating: 0 (from 0 votes)
Tags Categories: generic Posted By: admin
Last Edit: 19 Jun 2010 @ 11 48 PM

EmailPermalinkComments (0)

 19 Jun 2010 @ 11:33 PM 

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’);

/**

* 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’);

VN:F [1.5.7_846]
Rating: 0.0/10 (0 votes cast)
VN:F [1.5.7_846]
Rating: 0 (from 0 votes)
Tags Categories: generic Posted By: admin
Last Edit: 19 Jun 2010 @ 11 33 PM

EmailPermalinkComments (0)

 28 May 2010 @ 2:40 PM 

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>

VN:F [1.5.7_846]
Rating: 10.0/10 (2 votes cast)
VN:F [1.5.7_846]
Rating: 0 (from 0 votes)
Tags Categories: generic Posted By: admin
Last Edit: 28 May 2010 @ 02 40 PM

EmailPermalinkComments (0)

Place the following code in your HTML page within your cell or div tag:

<object width=”500″ height=”500″>
<param name=”movie” value=”../flash/flashhtml.swf”>
<embed src=”../flash/flashhtml.swf” width=”500″ height=”500″>
</embed>
</object>

change the size and path parameters to your video.

VN:F [1.5.7_846]
Rating: 0.0/10 (0 votes cast)
VN:F [1.5.7_846]
Rating: 0 (from 0 votes)
Tags Categories: wordpress Posted By: admin
Last Edit: 17 Apr 2010 @ 08 35 PM

EmailPermalinkComments (0)

 08 Apr 2010 @ 12:34 PM 

If USB components are not useable “gray” in the guest system

first install the guest-expansions in Devices/GuestExpansions

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

VN:F [1.5.7_846]
Rating: 0.0/10 (0 votes cast)
VN:F [1.5.7_846]
Rating: 0 (from 0 votes)
Tags Categories: generic Posted By: admin
Last Edit: 08 Apr 2010 @ 12 34 PM

EmailPermalinkComments (0)

 08 Apr 2010 @ 12:13 PM 

To change settings in Firefox, for example the print settings, type

about:config

into the Firefox Address Bar.

Print settings like Headers can be altered by changing the values in print.print_headerleft

from “&T” (Titel) to “” (nothing)

to not print page titel.

VN:F [1.5.7_846]
Rating: 0.0/10 (0 votes cast)
VN:F [1.5.7_846]
Rating: 0 (from 0 votes)
Tags Categories: generic Posted By: admin
Last Edit: 08 Apr 2010 @ 12 13 PM

EmailPermalinkComments (0)

 05 Dec 2009 @ 12:56 PM 

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

VN:F [1.5.7_846]
Rating: 0.0/10 (0 votes cast)
VN:F [1.5.7_846]
Rating: 0 (from 0 votes)
Tags Tags: ,
Categories: joomla
Posted By: admin
Last Edit: 05 Dec 2009 @ 12 57 PM

EmailPermalinkComments (0)

 13 Aug 2009 @ 1:07 AM 

Although DMSGuestbook is activated I don’t see any entries in the adminpanel, why?
It could be a problem with the user roles.
The role can be disable. Open the file “admin.php” in “dmsguestbook” folder and search to this entry: define(’ROLE’, “1″);. Replace this with this one: define(’ROLE’, “0″);

VN:F [1.5.7_846]
Rating: 0.0/10 (0 votes cast)
VN:F [1.5.7_846]
Rating: 0 (from 0 votes)
Tags Categories: generic Posted By: admin
Last Edit: 13 Aug 2009 @ 01 07 AM

EmailPermalinkComments (0)




\/ More Options ...
Change Theme...
  • Users » 1
  • Posts/Pages » 17
  • Comments » 1
Change Theme...
  • VoidVoid « Default
  • LifeLife
  • EarthEarth
  • WindWind
  • WaterWater
  • FireFire
  • LightLight

Page



    No Child Pages.