sharepoint for dummies
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 673
Sysinfo for Pardus 1.4.2
Sysinfo for Pardus is OpenSuses sysinfo:/ kioslave ported to Pardus more>>
Sysinfo for Pardus is OpenSuses sysinfo:/ kioslave ported to Pardus
<<less Download (0.80MB)
Added: 2007-07-18 License: GPL (GNU General Public License) Price:
828 downloads
FlashGot 0.6.1 for Firefox
FlashGot - download one link, selected links or all the links of a page at the maximum speed with a single click. more>>
FlashGot - download one link, selected links or all the links of a page at the maximum speed with a single click, using the most popular external download managers for Windows, Mac OS X, Linux and FreeBSD (dozens currently supported products, see http://flashgot.net for details).
FlashGot offers also a Build Gallery functionality which helps to synthetize full media galleries in one page, from serial contents previously scattered on several pages, for easy and fast "download all".
FlashGot contextual menu
- for Windows (FlashGet, Free Download Manager, Fresh Download, GetRight, GigaGet, HiDownload, iGetter, InstantGet, Internet Download Accelerator, Internet Download Manager, LeechGet, Mass Downloader, Net Transport, NetXfer (Net Transport 2), NetAnts, ReGet, Star Downloader, Thunder (Chinese only popular product), TrueDownloader and Ukrainian Download Master [Russian language only] ), WellGet
- for Linux / FreeBSD / other Unix-like OSes (Aria, cURL, Downloader 4 X, GNOME Gwget and KDE KGet )
- for Mac OS X (iGetter and Speed Download)
<<lessFlashGot offers also a Build Gallery functionality which helps to synthetize full media galleries in one page, from serial contents previously scattered on several pages, for easy and fast "download all".
FlashGot contextual menu
- for Windows (FlashGet, Free Download Manager, Fresh Download, GetRight, GigaGet, HiDownload, iGetter, InstantGet, Internet Download Accelerator, Internet Download Manager, LeechGet, Mass Downloader, Net Transport, NetXfer (Net Transport 2), NetAnts, ReGet, Star Downloader, Thunder (Chinese only popular product), TrueDownloader and Ukrainian Download Master [Russian language only] ), WellGet
- for Linux / FreeBSD / other Unix-like OSes (Aria, cURL, Downloader 4 X, GNOME Gwget and KDE KGet )
- for Mac OS X (iGetter and Speed Download)
Download (0.23MB)
Added: 2007-07-16 License: MIT/X Consortium License Price:
534 downloads
OpenSharePoint 0.4.20070126
OpenSharePoint is an intra/extranet portal server similar to SharePoint. more>>
OpenSharePoint is an intra/extranet portal server similar to SharePoint.
OpenSharePoint project provides a place on the Web where a team can communicate, share documents, and work together on a project.
A separate team Website can be created for every project that is being worked on.
OSP is alternative groupware that provide a place on the web where your team can communicate,share documents and work together.You can contribute to the team website using nothing more than a web browser!, OSP provide more tool to communicate like News, Forum, Webbase E-Mail and etc. You can install new modules/block with easy way via using your web browser.
Enhancements:
- Installation problems were fixed and the core APIs were updated.
<<lessOpenSharePoint project provides a place on the Web where a team can communicate, share documents, and work together on a project.
A separate team Website can be created for every project that is being worked on.
OSP is alternative groupware that provide a place on the web where your team can communicate,share documents and work together.You can contribute to the team website using nothing more than a web browser!, OSP provide more tool to communicate like News, Forum, Webbase E-Mail and etc. You can install new modules/block with easy way via using your web browser.
Enhancements:
- Installation problems were fixed and the core APIs were updated.
Download (3.2MB)
Added: 2007-03-22 License: GPL (GNU General Public License) Price:
950 downloads
Domino for openSUSE 0.3
Domino theme compiled for openSUSE and related reptiles. more>>
Domino theme compiled for openSUSE and related reptiles.
For the original sources and screenshots go to http://www.kde-look.org/content/show.php?content=42804
<<lessFor the original sources and screenshots go to http://www.kde-look.org/content/show.php?content=42804
Download (MB)
Added: 2007-04-13 License: GPL (GNU General Public License) Price:
555 downloads
Sparklines for Java 1.2
Sparklines are intense, simple, wordlike graphics. more>>
Sparklines are intense, simple, wordlike graphics.
Theres a PHP library for producing sparklines, and even a sparkline web service, but I wanted something I could use to generate sparklines in both Java and JSTL (and I thought it would be a fun project). (Its also worth checking out Whys minimalist python sparklines, which encode the image data directly in the HTML as a data: URI [this library allows you to encode the images as using either data: format or javascript: format (supported by IE) in JSTL])
JSTL examples
< %@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" % >
< %@ taglib prefix="spark" uri="http://www.representqueens.com/taglibs/spark" % >
< c:set var="test" value="5, 35, 22, 19, 16, 10, 4, 33, 9, 12, 27, 36, 22" / >
< img src="< spark:bar name="test" color="red" / >" / >
will produce:
(I think the default size might be a little large).
The "name" attribute specifies the key to find the data (Uses JspContext.findAttribute). It expects the value to be either a List , a Number[], or a String of comma separated int values. Its the only manditory attribute.
The other attributes are width, height, spacing, color, highColor, lastColor, output. You can replace "bar" with "line" to get a linegraph (note: highColor and lastColor are currently not supported for line graphs).
The color attributes can either be a color name (a field name from java.awt.Color), or a HTML hex color (e.g. #ff0000 for red).
Enhancements:
- This release properly URL encodes parameters for server generated sparklines.
- This fixes an issue when using hex specified image colors.
- The tag parameter "background" has been added as a workaround for IE6 PNG transparency.
<<lessTheres a PHP library for producing sparklines, and even a sparkline web service, but I wanted something I could use to generate sparklines in both Java and JSTL (and I thought it would be a fun project). (Its also worth checking out Whys minimalist python sparklines, which encode the image data directly in the HTML as a data: URI [this library allows you to encode the images as using either data: format or javascript: format (supported by IE) in JSTL])
JSTL examples
< %@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" % >
< %@ taglib prefix="spark" uri="http://www.representqueens.com/taglibs/spark" % >
< c:set var="test" value="5, 35, 22, 19, 16, 10, 4, 33, 9, 12, 27, 36, 22" / >
< img src="< spark:bar name="test" color="red" / >" / >
will produce:
(I think the default size might be a little large).
The "name" attribute specifies the key to find the data (Uses JspContext.findAttribute). It expects the value to be either a List , a Number[], or a String of comma separated int values. Its the only manditory attribute.
The other attributes are width, height, spacing, color, highColor, lastColor, output. You can replace "bar" with "line" to get a linegraph (note: highColor and lastColor are currently not supported for line graphs).
The color attributes can either be a color name (a field name from java.awt.Color), or a HTML hex color (e.g. #ff0000 for red).
Enhancements:
- This release properly URL encodes parameters for server generated sparklines.
- This fixes an issue when using hex specified image colors.
- The tag parameter "background" has been added as a workaround for IE6 PNG transparency.
Download (0.030MB)
Added: 2007-03-14 License: The Apache License 2.0 Price:
956 downloads
Screensavers for Xandros 4.x
Screensavers for Xandros 4.x contains twelve different screensavers you can try out for Xandros. more>>
Screensavers for Xandros 4.x contains twelve different screensavers you can try out for Xandros. They are static builds, so they should work out of the box. You may need OpenAL for the Really Slick Screensavers, and the sound is a bit scratchy, since I compiled the thing with Arts so the sounds would work all the time.
You dont have to have OpenAL installed though, you just wont get sound. Kanjisaver needs the Chineese fonts installed in order to function properly, so if you deselected those, pop in your Xandros cd and install them before installing it.
Other than that, the rest *should* work out of the box just fine. There are additional builds available, but this only gives me 12 spots. Simply right-click save the link for the package you want. Then Double click to install.
Additional info at http://forums.xandros.com/viewtopic.php?t=26918
P.S. Thanks to all the authors of these fine screensavers.
Main features:
- Flower Attack
- Kanjisaver
- KBiof
- KCad
- KCometen3
- KFieldlines
- KFlocks
- Kogs
- SmoothSlideSaver
- Really Slick Screensavers
- Kannasaver
- Tropical TuxSaver
<<lessYou dont have to have OpenAL installed though, you just wont get sound. Kanjisaver needs the Chineese fonts installed in order to function properly, so if you deselected those, pop in your Xandros cd and install them before installing it.
Other than that, the rest *should* work out of the box just fine. There are additional builds available, but this only gives me 12 spots. Simply right-click save the link for the package you want. Then Double click to install.
Additional info at http://forums.xandros.com/viewtopic.php?t=26918
P.S. Thanks to all the authors of these fine screensavers.
Main features:
- Flower Attack
- Kanjisaver
- KBiof
- KCad
- KCometen3
- KFieldlines
- KFlocks
- Kogs
- SmoothSlideSaver
- Really Slick Screensavers
- Kannasaver
- Tropical TuxSaver
Download (MB)
Added: 2007-01-22 License: GPL (GNU General Public License) Price:
1012 downloads
CrossFTP for Firefox 1.03
CrossFTP for Firefox is a versatile Cross-Platform FTP client extension. more>>
CrossFTP for Firefox is a versatile Cross-Platform FTP client extension.
This plugin contains two FTP tools: CrossFTP Client and Server. which will appear in the Firefoxs Tools menu:
- CrossFTP Client is a versatile GUI FTP client for multiple platforms. It uses a familiar, Explorer-like interface that even the most novice user can master in minutes.
- CrossFTP Server is a professional FTP Server for multiple platforms. It offers you a high-performance, extremely configurable, and most of all a secure FTP server.
<<lessThis plugin contains two FTP tools: CrossFTP Client and Server. which will appear in the Firefoxs Tools menu:
- CrossFTP Client is a versatile GUI FTP client for multiple platforms. It uses a familiar, Explorer-like interface that even the most novice user can master in minutes.
- CrossFTP Server is a professional FTP Server for multiple platforms. It offers you a high-performance, extremely configurable, and most of all a secure FTP server.
Download (0.002MB)
Added: 2007-07-17 License: MPL (Mozilla Public License) Price:
834 downloads
Frontend for ffmpeg2theora 2.0
Frontend for ffmpeg2theora is a graphical user interface for tool ffmpeg2theora. more>>
Frontend for ffmpeg2theora is a graphical user interface for tool ffmpeg2theora. Frontend for ffmpeg2theora converts any video which ffmpeg can decode into Ogg/Theora format.
For full readme and translations, please visit my homepage
Build instructions:
At first, unpack downloaded archive (e.g. using midnight commander) and move to program directory (ffmpeg2theora_fe). This program uses build system qmake. Default installation path is set to /usr/bin To change it, edit line DESTDIR in project file ffmpeg2theora_fe.pro Now, it is time to generate Makefile. Simply run
qmake -o Makefile ffmpeg2theora_fe.pro
su -c "make"
To uninstall program, run
su -c "make distclean"
<<lessFor full readme and translations, please visit my homepage
Build instructions:
At first, unpack downloaded archive (e.g. using midnight commander) and move to program directory (ffmpeg2theora_fe). This program uses build system qmake. Default installation path is set to /usr/bin To change it, edit line DESTDIR in project file ffmpeg2theora_fe.pro Now, it is time to generate Makefile. Simply run
qmake -o Makefile ffmpeg2theora_fe.pro
su -c "make"
To uninstall program, run
su -c "make distclean"
Download (0.030MB)
Added: 2007-03-19 License: GPL (GNU General Public License) Price:
953 downloads
SILC Plugin for Kopete 0.3
SILC Plugin for Kopete is a protocol plugin for Kopete, the KDE Instant Messenger. more>>
SILC Plugin for Kopete is a protocol plugin for Kopete, the KDE Instant Messenger. If you ever cursed that you cannot join the SILC Network using Kopete this can help you. It will add SILC support to Kopete.
The plugin is based on libsilc which is part of the SILC Toolkit mentioned above. The library was initially written by Pekka Riikonen and is still maintained by him.
Main features:
- Channels can be joined or added to the contact list.
- One-to-one chats can be initiated by clicking members participating in group chats.
- Password protected channels are supported.
- User invitation is handy through drag-and-drop functionality.
- Signature verification and public key handling are fully supported.
- File transfesr to other buddies is possible, including graphical progress information and automatic detection of NATed workstations.
- guided channel configuration is partially available, this is, mainly topic setting and some boolean options
- MIME support is fully implemented. So it is possible to send files to channels.
- Attributes can distribute your mood, your location on earth or the medium you want to be contacted through.
<<lessThe plugin is based on libsilc which is part of the SILC Toolkit mentioned above. The library was initially written by Pekka Riikonen and is still maintained by him.
Main features:
- Channels can be joined or added to the contact list.
- One-to-one chats can be initiated by clicking members participating in group chats.
- Password protected channels are supported.
- User invitation is handy through drag-and-drop functionality.
- Signature verification and public key handling are fully supported.
- File transfesr to other buddies is possible, including graphical progress information and automatic detection of NATed workstations.
- guided channel configuration is partially available, this is, mainly topic setting and some boolean options
- MIME support is fully implemented. So it is possible to send files to channels.
- Attributes can distribute your mood, your location on earth or the medium you want to be contacted through.
Download (0.097MB)
Added: 2007-05-31 License: GPL (GNU General Public License) Price:
878 downloads
LiveLines 0.4.5 for Firefox
LiveLines allows you to add RSS feeds to web-based readers, reader extensions and more on the location bar. more>>
LiveLines allows you to add RSS feeds to web-based readers, reader extensions and more on the location bar.
Add RSS feeds to web-based readers, reader extensions, or desktop readers with the RSS icon on the location bar.
<<lessAdd RSS feeds to web-based readers, reader extensions, or desktop readers with the RSS icon on the location bar.
Download (0.019MB)
Added: 2007-04-16 License: MPL (Mozilla Public License) Price:
922 downloads
InfoLister 0.9f for Firefox
InfoLister is an extension that lists installed extensions and themes. more>>
InfoLister is an extension that lists installed extensions and themes.
The user comments section here is for extension reviews. To leave feedback or report a bug please send me an e-mail.
<<lessThe user comments section here is for extension reviews. To leave feedback or report a bug please send me an e-mail.
Download (0.071MB)
Added: 2007-04-25 License: MPL (Mozilla Public License) Price:
912 downloads
Bowzilla for Linux
Bowzilla is a mini Game for 2 players. more>>
Bowzilla is a mini Game for 2 players. Leaned against the old QBasic Gorilla, you must fire at your opponent in real-time.
Particularly the realistic blood is to be considered with the lightning strike. You have to find a whole in the target range. However, you should not expect to much from it.
<<lessParticularly the realistic blood is to be considered with the lightning strike. You have to find a whole in the target range. However, you should not expect to much from it.
Download (7.1MB)
Added: 2005-10-07 License: Freeware Price:
1479 downloads
APFP 13 (For Ruby)
APFP (Arbitrary Precision Floating Point) is a Ruby class for performing arbitrary precision floating point calculations. more>>
APFP (Arbitrary Precision Floating Point) is a Ruby class for performing arbitrary precision floating point calculations. It also includes a class Apc for calculating with arbitrary precision complex numbers. The project also contains a Real class for built-in reals. Both classes keep an estimate of the accumulated error.
Enhancements:
- Changes to insure accuracy. Mostly to do with ApfpSeries.
<<lessEnhancements:
- Changes to insure accuracy. Mostly to do with ApfpSeries.
Download (0.017MB)
Added: 2007-06-08 License: GPL (GNU General Public License) Price:
871 downloads

RealPlayer for Linux 10
RealPlayer for Linux Unix more>> RealPlayer is the all-in-one digital media player that lets you find anything and play everything. Now also includes an option during setup to install the Real Toolbar for Internet Explorer.
This popular streaming-media player offers improved video controls and access to 2500 radio stations.
With this version you get an improved graphic equalizer and media services, including a radio tuner and an artist and music guide. Meanwhile, the Take 5 news service can offer you daily sports updates. A new contextual video search helps you find interviews with your favorite artists. The RealPlayer music store lets you buy music files. Finally, you can use the software to transfer files to CDs and portable devices.
Features of RealPlayer 10.5 :
- Online Radio: Over 3200 stations worldwide & 60 ad-free stations for endless listening.
- Expanded Controls: Optimize sound with the 10-Band Graphic Equalizer and get the sharpest picture with advanced video controls.
- Advanced CD Burning: Rip, mix & burn CDs like a pro - fast! Encode MP3s at up to 320kbps.
- Play Everything: RealOne Player plays all major media formats including Quicktime MPEG-4, Windows Media, DVDs, & more.
- Easy, Fun & Intuitive: Browse the web, organize audio & video files, create playlists, & more!
Important Notes:
- RealPlayer may collect some presonal information. If this concerns you, please read their privacy policy here.
- This download may includes adware (and spyware) software. Adware (and spyware) software may record your surfing habits, deliver advertising, collect private information, or modify your system settings. Pay close attention to the End User License Agreement ("EULA") and installation options! We also, recommend you to run Windows Defender or other antispyware software after installation process.<<less
Download (5.53M)
Added: 2009-04-03 License: Freeware Price: Free
203 downloads
Article for Plone 3.2.3
Article for Plone provides a Plone document incorporating images, attachments and links, whith a free choice of layout. more>>
Article for Plone provides a Plone document incorporating images, attachments and links, whith a free choice of layout.
<<less Download (1.1MB)
Added: 2007-02-09 License: GPL (GNU General Public License) Price:
987 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above sharepoint for dummies search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed