Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

41 total results found

Introduction to XML in Flash - Making Flash Dynamic

Programming and Web Development XML

The following pages will help you get started with using XML in Flash. You will learn the basics of what XML is and how it can be loaded into, used within and sent out of a Flash movie.http://www.kirupa.com/web/xml/index.htmThis can also be used as an alternat...

XML
Flash

How to put a portrait page number on a landscape page

Useful Links

This need frequently arises in typing academic papers such as theses or dissertations (or sometimes when creating business reports and proposals). Often a table or figure will fit on the page only if it’s turned sideways (broadside). But graduate school requir...

Microsoft
document
landscape
page
portrait
Word

Data Mining on the Internet with Google

Internet and Web Browsers

Expand your power of Google. Google (and many other search engines) has the ability not only to search on keywords, but also using a more “database-ish” query language to really narrow down your search results. The following is a summary of a few of the most ...

Google
advanced search
data mining

Importing existing HTML content into Plone

Programming and Web Development Plone

I have an existing site consisting of HTML files, folders and images. Now I’d like to manage that site in Plone. How can I get my existing content into Plone? Answer: https://docs.plone.org/develop/import/index.html 

HTML
content
Plone

How to disable the Style Whitelist in Kupu

Applications/Software

Kupu is the default WYSIWYG editor that ships with Plone 2.1.×.By default, Kupu does not allow the use of inline styles.For example, if you have some HTML as follows:<div style="width:20px; background-color: #CCCCCC;"> Content Here </div>Kupu repla...

Security Testing your Apache Configuration with Nikto

Programming and Web Development

Is your Apache configuration secure? This is a helpful article to help you find out.http://www.howtoforge.org/apache_security_testing_with_nikto

Apache

Preventing SSH Dictionary Attacks With DenyHosts

Cybersecurity

From the tutorial:“In this HowTo I will show how to install and configure DenyHosts. DenyHosts is a tool that observes login attempts to SSH, and if it finds failed login attempts again and again from the same IP address, DenyHosts blocks further login attempt...

SSH
denyhosts

How to add new slots in Plone

Programming and Web Development Plone

This document describes how to add an additional portlet slot to the two that exist already (left and right).http://plone.org/documentation/how-to/add-slots

Plone

How to prevent "hotlinking" of your images on a web site

Programming and Web Development

From the tutorial:“Hotlinking” is a form of bandwidth theft. Basically, when creating a web page it is easy to link to a file (such as an image or a video) that exists on a remote (completely separate) site. Each time the web page is accessed, the file is retr...

hotlink

Top Ten Web Design Mistakes of 2005

Programming and Web Development CSS and Web Design

By Jakob Nielsen:http://www.useit.com/alertbox/designmistakes.html

web
design
Nielsen
usability

How to explain RSS the Oprah way

Internet and Web Browsers

Great for all those non-technical people:http://cravingideas.blogs.com/backinskinnyjeans/2006/09/how_to_explain_.html

RSS

a:visited property not working in Firefox, but working in IE

Programming and Web Development

When the a:visited property is customized to use a certain property (i.e., change its color when a link has been visited) with CSS you may experience the following scenario:Let’s assume you’ve set the following property for visited links in your CSS.a:visited ...

Firefox
CSS

Is there a way of making the smart folder's contents public while keeping the content's containing folder from appearing to the public?

Applications/Software

What you can do is create a folder called “events”. Then what I like to do is restrict the addable types to this folder so that users can only add events to this folder. To do this, click on “add item” from the action tabs when you are logged in Plone. At th...

Plone

How to Make Zope Think It's Someone Else

Applications/Software

“All HTTP servers identify themselves. Here’s how to change Zope’s default identity.If you have a Zope 2.8.1 instance with Plone installed, and look at the HTTP headers, which anyone can do, you will see something like this:Server: Zope/(Zope 2.8.1-final, pyth...

Plone
security
Zope

How to find broken links in your web site

Programming and Web Development

There is a really great tool that is free to use that can check your web site for broken links. It’s called Xenu’s Link Sleuth and is a simple installer for Windows. It’s very easy to use and prints useful reports as well. There is a nice FAQ if you have ques...

links

How can I check/verify that Red Hat Enterprise Linux is up-to-date for Daylight Savings Time

MacOS, Windows, and Linux Linux and Unix

As the root user, enter the following at the command line:$ zdump -v /etc/localtime | grep 2007You should see Mar 11 as one of the dates, if not your system needs to be updated. For more info, go here:http://kbase.redhat.com/faq/FAQ_80_7909.shtm

DST
Linux

Should I use plonecustom.css when changing the layout for my Plone site

Programming and Web Development Plone

As stated in plonecustom.css, if you are going to be making heavy modifications to your layout, you should modify each CSS file accordingly (base.css, portlets.css, etc.).plonecustom.css can be used for light modifications or any custom classes and id’s you ...

Plone
CSS

Did you know these basic Firefox Tips?

Internet and Web Browsers Firefox

Taken from: http://cybercapital.org/index.php/2007/05/21/did-you-know-these-basic-firefox-tips/ To quickly find any word in a web page type /word it will highlight the word and press Ctrl+G to “Find Again” that word again If you wish to remove an item from...

Firefox