GraphicWeb Members: 20   LogIn   We have %s guests online   
GraphicWeb Communications
GraphicWeb Communications
 Network & Information Processing Specialists
"We fix things and do stuff!"
Monday, 06 September 2010  
 
Home Page Home

Newsflash
What is Joomla?
Image

Joomla! is a Content Management System (CMS) created by the same award-winning team that brought the Mambo CMS to its current state of stardom.

Read more...
 
Microsoft Data Access Components - Disable ADODB.Stream object from Internet Explorer (KB870669)

Adodb.stream provides a method for reading and writing files on a hard drive. This by-design functionality is sometimes used by web applications. However, when combined with known security vulnerabilities in Microsoft Internet Explorer, it could allow an internet web site to execute script from the Local Machine Zone (LMZ). This occurs because the ADODB.Stream object allows access to the hard drive when hosted within Internet Explorer.

Download the patch.

Read more...
 
Newest Additions!
Metatag Fix for 4.5.1+
Wednesday, 11 May 2005

In includes/mambo.php

function appendMetaTag( $name, $content ) {
$name = trim( htmlspecialchars( $name ) );
$n = count( $this->_head['meta'] );
for ($i = 0; $i < $n; $i++) {
if ($this->_head['meta'][$i][0] == $name) {
$content = trim( htmlspecialchars( $content ) );
if ($content )
if (! $this->_head['meta'][$i][1])
$this->_head['meta'][$i][1] = $content ;
else
$this->_head['meta'][$i][1] = $content .', '. $this->_head['meta'][$i][1];
return;
            }
        }
$this->addMetaTag( $name , $content );
    }

Last Updated ( Wednesday, 11 May 2005 )
 
Creating and Using Module Positions
Saturday, 30 April 2005
Module positions are used to selectively insert modules. If you look in the template/index.php you will see something like:
<?php mosLoadModules ( 'user1' ); ?>

The default module positions can be created, altered or deleted in Template Manager | Module Positions.

In Modules | Site Modules open a module and there is a dropdown list that displays all the positions you will see in Template Manager | Module Positions. The generic Left/Right Column are handy to use for the modules you want on the sides and the others are good for positions other than the sides. I prefer to rename the user* positions to something more specific, like the module name, as it is easier to keep track of what is what. Whatever the name, the position must also be created in the template for it to work.
Last Updated ( Friday, 12 August 2005 )
 
Free Online Virus Tools
Tuesday, 22 March 2005

Popular free online virus detection and removal tools.

Last Updated ( Tuesday, 22 March 2005 )
Read more...
 
Disk quota full.
Wednesday, 19 January 2005

Disable caching in Site | Global Configuration.

Steps:
- clear your /cache directory
- disable caching in configuration

 
Editor locking up and not allowing content entry
Thursday, 23 December 2004
If you find that the WYSWYG Editor is loading correctly, but not allowing you to enter content in the text boxes, this is a possible solution to your problem.
Read more...
 
Adding SEF Without mod_rewrite.
Tuesday, 21 December 2004

A simple way to avoid the mod_rewrite ability in order to use SEF urls

Read more...
 
How do I Password Protect a Web Page on IIS?
Sunday, 12 December 2004

The Microsoft Internet Information Server (IIS) Web Server allows you to password protect documents and applications across the web. When you enable password protection and a user tries to access the resource across the web, a window will pop-up on their screen requesting an ID and Password. If the user enters an ID and Password that has permission to access the resource, then they are granted access. If they cancel out of the window or enter an ID and Password that does not have permission for access, then IIS sends them an error message telling them that access is denied. To enable password protection on the resource using IIS 4.0, you need to do the following:

Read more...
 
What does 'Errorcode: 13' mean?
Sunday, 05 December 2004
My MySQL server sometimes refuses queries and returns the message 'Errorcode: 13'. What does this mean?
Read more...
 
<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>

Results 25 - 36 of 139
 

Advertisement

Page generated in 0.155 seconds