If you intresting in sport buy steroids you find place where you can find information about steroids
Browsing articles in "Web Application"
13
Dec

Creating A Website Has Never Been This Much Easier Before SnapPages

SnapPages takes online website creation to a whole new level. Now anyone can create and manage a professional quality website with drag-and-drop simplicity. Not only is it fun and easy, with SnapPages you’ll end up with a great looking website that you can be proud of.

SnapPages provides a suit of tools that make creating your own website a breeze. Each of the tools have been developed from the ground up to be as simple and easy to use as possible.

Uploading, organizing, and sharing your photos with friends and family is a snap with our photos tool. Tag, and sort your photos into albums then display them on your web page or online gallery.

Keep up with all of your friends and family on SnapPages. You can invite friends to view private areas of your website or have online conversations with them and more.

11
Dec

Create Desktop Apps. With HTML, CSS And JS: Appcelerator Titanium

Appcelerator Titanium is an open source platform that enables you to create rich desktop applications with web technologies like HTML, CSS, Javascript as well as Flash and Silverlight.

Appcelerator SDK is used to create applications or any third-party Ajax library / framework can be used too.

Tip: To make it clear, it is very similar to Adobe AIR but open source.

Titanium also comes with a simple command-line interface (CLI) for creating projects and packaging them into an executable.

The platform has a built-in database, direct file system access, desktop notifications & more.

Titanium apps. currently work in Microsoft Windows and Mac OSX.  Linux support is in the roadmap.

Requirements: Windows or Mac OSX
Website: http://titaniumapp.com/
Demo: http://titaniumapp.com/demos
Download: http://titaniumapp.com/download

8
Dec

Open Source Enterprise CMS: Alfresco

Alfresco is an open source enterprise level CMS application.

It provides document management, collaboration (in beta), records management, knowledge management, web content management and imaging.

Alfresco is built with Java & can be installed in both Window & Linux environments via “all-in-one installers”.

Some features of Alfresco:

  • Web Content Management
    • Web content authors can access and contribute content
    • Simply preview in-context changes to any web page or web application
    • Reduce the risk of error with simple a virtualization of changes against a live site
    • Use your tool of choice, such as Dreamweaver, for web interface development
    • The ability to preview in-context changes to any web application, including PHP, Ruby, JSF, Tiles, Struts, Groovy and .NET
  • Document Management
    • All content is available via a shared drive interface
    • All content is available from within MS Office
    • Work in an MS Office environment for authoring and viewing
    • Save, version, share, search and audit
    • & many more..

This application is great for any company who wants to manage all the information from one central including websites, documents & knowledge.

Requirements: Java Enabled Server

Tags:

comments
8
Dec

Open Source Live Support: Open Web Messenger

Open Web Messenger is an open source live support / chat application.

It enables customers / visitors to chat with an operator & get support (where all the chats are logged).

The application supports unlimited operators, visitors & chats. With a web-based admin interface, operators or admins can:

  • Send canned messages
  • Track where visitors clicked from
  • Search porevious chat conversations
  • Reassign/transfer chat to another operator
  • Mark/highlight nuisance visitors
  • View active chats (admins) & more

When there is no available operator, visitors can leave a message & they can be contacted later.

The look & feel of the chat window can be totally customized with the theme support.

This free live support application requires PHP 5 & MySQL 5 to run.

Tags:

comments
8
Dec

7 Incredibly Useful Tools for Evaluating a Web Design

An effective web design is one in which your users are able to find information quickly and in a logical fashion.

Do they visit the content you want them to visit? Are they looking in the right places of your web page? Are you able to keep your user’s attention, or do they just leave quickly?

It’s not just about the content either. If your design loads slowly – or if moving from one section to another takes a long time – it affects the user’s experience.

These things can be the make-or-break factors between a user clicking on a link to find more information, or the back button to find it elsewhere.

Some things to consider:

  • Are important information being seen by the user?
  • Are the navigation and action items intuitive?
  • Is the user being directed to sections in a logical manner?
  • Does the web page load quickly enough to not turn away the user?

If you’re interested in analyzing and optimizing your page layout – here’s some extremely useful tools that you can use to help.

1. ClickHeat

ClickHeat is an open source visual tool for showing “hot” and “cold” zones of a web page. It allows you to see which spots users click on most, and which spots are being ignored.

It’s very easy to implement on your website, you only have to include an external JavaScript file.

Download: Clickheat on SourceForge.net.

2. Crazy Egg

Crazy Egg offers a myriad of analytical tools to help you visualize what visitors are doing.

Features include: Confetti - allowing you to see what people are clicking on based on certain factors such as their operating system and where they came from, Overlay – providing you with tons of data about particular links, and Report sharing – enabling you to share the data with team members and clients.

The free version only allows 4 pages to be tracked – so use your top landing pages to get the most data.

Read the rest of this entry »

4
Dec

Full Featured Ajax Communication Suite: Claros inTouch

Claros, which is a passionate team in creating open source software, has a beautiful software named Claros inTouch.

Clasor InTouch is an ajax communication suite with key features such as webmail, address book, post-it notes, calendar (in progress), webdisk (in progress), built-in instant messenger and RSS reader. It is the first open source web application which features built in spam protection and instant messaging capabilities together with web 2.0 technologies.

It is built with Java, utilizes JSP/Servlets with the well known J2EE technologies & uses MySQL database.

Claros inTouch is more than a free webmail software with a slick interface & usability.

It is offered under GNU which makes this communication suite software totally free.

3
Dec

Easy Keyword Position Analysis: Exactfactor

Exactfactor is a free web based service that enables you to analyze the positions of keywords of a website in major search engines.

It lets you to add competitors & compare your website’s results with a competitor.

Another nice feature is the ability to add alerts. You can get alerts when:

  • keywords you mentioned become the top 1, top5, etc. in the search engines
  • your website beats a competitor for the given keywords

Exactfactor is very easy to use with a clean interface & considering search engines are the most important “factors” of traffic, the service is definitely helpful.

2
Dec

A Multiplatform And Open-Source Programming Language

haXe is an open source programming language. While most of the other languages are bound to their own platform (Java to the JVM, C# to .Net, ActionScript to the Flash Player), haXe is a multiplatform language.

You can use haXe to target the following platforms :

  • Javascript : You can compile a haXe program to a single .js file. You can access the typed browser DOM APIs with autocompletion support, and all the dependencies are resolved at compilation time.
  • Flash : You can compile a haXe program to a .swf file. haXe can compile for Flash Players 6 to 9, with either “old” Flash<8 API or newest AS3/Flash9 API. haXe offers very good performance and language features to develop Flash content.
  • NekoVM : You can compile a haXe program to NekoVM bytecode. This can be used for server-sidemod_neko for Apache) and also for commandline or desktop applications, since the NekoVM can be embedded and extended with some other DLL. programming such as dynamic webpages (using
  • PHP : You can compile a haXe program to .php files. This enable you to use a high level strictly-typed language such as haXe while keeping full compatibility with your existing server platform and libraries.

The idea behind haXe is to let the developer choose the best platform to do a given job. In general, this is not easy to do because every new platform comes with its own programming language. What haXe provides to you is :

  • a standardized language with many good features
  • a standard library (including Date, Xml, Math…) that works the same on all platforms
  • platform-specific libraries : the full APIs for a given platform are accessible from haXe
2
Dec

Edit Websites On The Fly With CSSFly!

CSSFly is a web 2.0 tool for easy editing websites direct and in real-time in your browser. Simply edit the (X)HTML-code and the external Style-Sheet files : what you code is what you get! This tool is designed for developers. Use it for developing, testing or checking your web-project or take a look behind the scenerys of your favourite websites.

2
Dec

pChart – a PHP Class To Build Charts

pChart is a PHP class oriented framework designed to create aliased charts. Most of todays chart libraries have a cost, pChart is intended to be free. Data can be retrieved from SQL queries, CSV files, or manually provided. This project is still under development and new features or fix are made every week.

Focus has been put on rendering quality introducing an aliasing algorithm to draw eye candy graphics. In fact, quality is slowing down the renderer engine… this is one of our way of improvment!

Pages:«1...1819202122232425»
Open source icons
Creative and Clean Resume Template