Main > Free Download Search >

Free oriented design case studies script

oriented design case studies

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1748
Menu Design Guide

Menu Design Guide


The decision about the navigation you will use for your website or application is one of the most important you will make. Web site award systems always include navigation as one of the prime assess more>> The decision about the navigation you will use for your website or application is one of the most important you will make. Web site award systems always include "navigation" as one of the prime assessment categories. The length of time spent by a visitor on your website, and the comfort they experience while there, is significantly determined by your menus. This menu design guide is designed to help you in the conceptualisation phase of your planning and brings many factors to your attention which you may never have thought of. Choosing a menu? Read these articles first!<<less
Added: 2003-09-04 License: Not Specified Price: Free
2255 downloads
Pyro Design Mass Messaging 1.0.1

Pyro Design Mass Messaging 1.0.1


The Pyro Design Mass Messaging board, allows users to post comments to a website, without the use of a database. the script uses a single flat file, and parses the HTML tags out of code (converts < to < and > to >. more>> The Pyro Design Mass Messaging board, allows users to post comments to a website, without the use of a database. the script uses a single flat file, and parses the HTML tags out of code (converts < to < and > to >.<<less
Added: 2007-01-14 License: GPL Price: $0.00USD
13 downloads
 
Other version of Pyro Design Mass Messaging
Pyro Design Mass MessagingThe Pyro Design Mass Messaging board, allows users to post comments ... The Pyro Design Mass Messaging board, allows users to post comments to a website, without the
Price: FreeAdditionalInfopleasetellmeofanychangesyoumaketothescriptbyemailingmassmessagingpyrodesign.byethost11.com
License:GPL
Download
1013 downloads
Added: 2007-01-14
Web Design templates

Web Design templates


A Web Template is a ready-made website design created to use it as a basis for fast and high-quality website development. Flash, HTML and PSD versions. Price goes from 9$ to 50$ more>> A Web Template is a ready-made website design created to use it as a basis for fast and high-quality website development. Flash, HTML and PSD versions. Price goes from 9$ to 50$<<less
Added: 2005-05-06 License: Commercial Price: $0.00USD
16 downloads
PHPFABER :: Design and Web Development Studio

PHPFABER :: Design and Web Development Studio


PHPFABER is creative and progressive web development studio located in the Ukraine, Eastern Europe. Our team specializes in outsourcing web design and development services for clients across the U.S., Europe, Asia and Australia. Why you should be more>> PHPFABER is creative and progressive web development studio located in the Ukraine, Eastern Europe. Our team specializes in outsourcing web design and development services for clients across the U.S., Europe, Asia and Australia. Why you should be interested in cooperation with us? * In Ukraine there are a lot of talented people, knowing their job through and through. * We are small team, so you should not pay your money for large army of managers and directors. * The hour rates are much lower. * We cherish our customers. * We develop the projects at the same quality level as American studios do, and maybe with even higher quality. * We use modern tools and principles to build our applications. * You will be satisfied with our service at all times. * And even assuming the opposite, you know that in any case your money will be returned to you if you are dissatisfied. No risk! Just try and start cooperating with us with a small project, and youll be agreeably surprised.<<less
Added: 2006-04-15 License: Freeware Price: $0.00USD
14 downloads
IonicFX - Web Design and Development 8.0

IonicFX - Web Design and Development 8.0


IonicFX - STUDIO : is a web design and software development company provides a full range of professional services such as: web design and development, web site promotion, domain and hosting registration, maintenance and corporate identity design. Web more>> IonicFX - STUDIO : is a web design and software development company provides a full range of professional services such as: web design and development, web site promotion, domain and hosting registration, maintenance and corporate identity design. Web Site Development for your business.<<less
Added: 2006-05-03 License: Freeware Price: $0.00USD
13 downloads
 
Other version of IonicFX - Web Design and Development
IonicFX - Web Design and DevelopmentIonicFX - STUDIO : is a web design and software development . IonicFX - STUDIO : is a web design and software development
License:Freeware
Download
1273 downloads
Added: 2006-05-03
Object Oriented Windows-Style Menubar 2.4

Object Oriented Windows-Style Menubar 2.4


The JScript Object Oriented menu bar attacks the divide between web programmers and web designers in a unique way. All of the complex code for the menubar creation is tucked away in a single source file. To create a menu, all you need is some set up more>> The JScript Object Oriented menu bar attacks the divide between web programmers and web designers in a unique way. All of the complex code for the menubar creation is tucked away in a single source file. To create a menu, all you need is some set up code and a simple "MenuBar.Add()" command for any options you want. Each option can call a different function! Add tool-tips with incredible ease! JSMenuBar uses advanced IE DOM techniques, so it is mainly for Microsoft-based Intranets.<<less
Added: 2003-10-24 License: Freeware Price: 0.00
12 downloads
Step by step Tutorial on single design pattern

Step by step Tutorial on single design pattern


This article teaches how to create SingleTon design pattern in java. The author has provided step by step guidence to develop a singleton class in java. This is a recommended article to those who are new to java or learning java and want a hands on more>> This article teaches how to create SingleTon design pattern in java. The author has provided step by step guidence to develop a singleton class in java. This is a recommended article to those who are new to java or learning java and want a hands on experience on some concepts.<<less
Added: 2008-06-12 License: GPL Price: $0.00USD
12 downloads
Creating an object oriented MySQL abstraction class 1.0

Creating an object oriented MySQL abstraction class 1.0


In this tutorial I will show you how you can create an object oriented database abstraction class for MySQL database. Besides the basic functions this manager class can summarize total time spent with db connection and query execution and counts how many more>> In this tutorial I will show you how you can create an object oriented database abstraction class for MySQL database. Besides the basic functions this manager class can summarize total time spent with db connection and query execution and counts how many query were executed during your PHP script.<<less
Added: 2007-03-31 License: Freeware Price: $0.00USD
14 downloads
 
Other version of Creating an object oriented MySQL abstraction class
Creating an object oriented MySQL abstraction classIn this tutorial I will show you how you can . In this tutorial I will show you how you can
License:Freeware
Download
955 downloads
Added: 2007-03-31
Aspect-oriented Software Development and PHP 2.0

Aspect-oriented Software Development and PHP 2.0


Aspect Oriented Software Development (AOSD) is a methodology meant to implement new aspects in software component using external components, but without altering the code that implements the core functionality. The AOSD concept was applied originally by more>> Aspect Oriented Software Development (AOSD) is a methodology meant to implement new aspects in software component using external components, but without altering the code that implements the core functionality. The AOSD concept was applied originally by Java developers. They developed a compiler that implements the AOP (Aspect-Oriented Programming, an implementation of AOSD) white box approach, i.e. the compiler the merges the code that implements the software components core functionality with the necessary code alterations to implement the new aspects where necessary. This paper provides an introduction into the paradigm of aspect-oriented software development (AOSD). It includes a multitude of practical examples, provided with a view to objectify such abstract approach as AOSD, as well as to help the reader easily grasp its essence and advantages. The paper is primarily intended for programmers working with PHP. Its aim is to demonstrate a way of applying AOSD in PHP-based project<<less
Added: 2006-05-14 License: Free Non-Commercial Price: $0.00USD
14 downloads
 
Other version of Aspect-oriented Software Development and PHP
Aspect-oriented Software Development and PHPAspect Oriented Software Development (AOSD) is a methodology meant to implement new aspects ... into the paradigm of aspect-oriented software development (AOSD). It includes a multitude of
License:Free for non-commercial use
Download
1265 downloads
Added: 2006-05-14
Robust control design of the Mass/Damper/Spring

Robust control design of the Mass/Damper/Spring


Robust control design of the Mass/Damper/Spring system - M-files for design of the Mass/Damper/Spring control system using Robust Control Toolbox, ver. 3 more>>
Robust control design of the Mass/Damper/Spring is a tool including design of the Mass/Damper/Spring control system using Robust Control Toolbox, ver. 3 . The book also presents other 5 case studies including robust control systems design of a triple inverted pendulum, a hard disk drive, a distillation column, a rocket system and a flexible-link manipulator. New codes of those designs exploiting Robust Control Toolbox, version 3.0 are available upon request.

These M-files should be used in the environment of MATLAB, version 7.1, Service Pack 3, together with the Robust Control Toolbox, version 3.0 and Control System Toolbox, version 6.2.

List of the files:

  1. olp_mds.m Creates model of the uncertain open loop system
  2. hin_mds.m Design of Hinf controller
  3. lsh_mds.m Design of Hinf loop shaping controller
  4. ms_mds.m Design of mu-controller
  5. red_mds.m Obtains controller of 4th order
  6. rob_mds.m Robust stability analysis
  7. nrp_mds.m Nominal performance and robust performance analysis
  8. wcp_mds.m Determination of the worst case performance
  9. frs_mds.m Frequency responses of the closed loop system with nominal parameters
  10. clp_mds.m Transient responses of the closed loop system with nominal parameters
  11. pfr_mds.m Frequency responses of the uncertain plant models
  12. pcf_mds.m Bode plot of the uncertain closed loop system
  13. sen_mds.m Sensitivity function of the closed loop system
  14. ppf_mds.m Singular values of the perturbed performance
  15. mcs_mds.m Transient responses for random values of the uncertain parameters
  16. kf_mds.m Frequency responses of the three controllers
  17. clf_mds.m Frequency responses of the three closed loop systems
  18. prf_mds.m Nominal performance of the three closed loop systems
  19. rbs_mds.m Robust stability of the three closed loop systems
  20. rbp_mds.m Robust performance of the three closed loop systems
  21. mod_mds.m Creates the uncertainty system model
  22. wts_mds.m Sets the performance weighting functions
  23. sim_mds.m Creates the simulation model of the closed loop system

Requirements:

  • MATLAB Release: R14SP3
  • Control System Toolbox
  • Robust Control Toolbox
<<less
Added: 2007-08-08 License: Freeware Price: Freeware
14 downloads
Minishow case 1.0

Minishow case 1.0


Minishowcase is a small and simple PHP/JavaScript online photo gallery, powered by AJAX that allows you to easily show your images online, without complex databases or coding, allowing to have an up-and-running gallery in a few minutes. more>> Minishowcase is a small and simple PHP/JavaScript online photo gallery, powered by AJAX that allows you to easily show your images online, without complex databases or coding, allowing to have an up-and-running gallery in a few minutes.<<less
Added: 2009-02-26 License: Other Price: $0.00USD
13 downloads
RO-DESIGN.NET 1.0

RO-DESIGN.NET 1.0


Ro-design offers web design and scripting solutions, including website development, site maintenance, SEO, logo identity for Romanian customers. If you are interested to have a good and optimized web-site at low cost or simply want a CMS or customized more>> Ro-design offers web design and scripting solutions, including website development, site maintenance, SEO, logo identity for Romanian customers. If you are interested to have a good and optimized web-site at low cost or simply want a CMS or customized Wordpress, Joomla / VirtueMart theme or website contact us by e-mail and we will answer your questions free of charge.<<less
Added: 2008-08-02 License: Freeware Price: $0.00USD
12 downloads
WEBK filesystem oriented conent delivery 1.0 beta

WEBK filesystem oriented conent delivery 1.0 beta


WEBK is a software that uses an alternative way to build websites. Conventional websites need to be created from scratch, often requiring specific HTML design / CGI programming knowledge, with WEBK you can create a full website without having to waste more>> WEBK is a software that uses an alternative way to build websites. Conventional websites need to be created from scratch, often requiring specific HTML design / CGI programming knowledge, with WEBK you can create a full website without having to waste much time on the construction process. Since it costs nothing, feel free to try it. NO DATABASE REQUIRED<<less
Added: 2005-08-30 License: Other Price: $0.00USD
14 downloads
 
Other version of WEBK filesystem oriented conent delivery
WEBK filesystem oriented conent deliveryspecific HTML design / CGI programming knowledge, with WEBK yo. WEBK filesystem oriented ... Conventional websites need to be created from scratch, often requiring specific HTML design
License:Other Free / Open Source License
Download
1515 downloads
Added: 2005-08-30
Profez Inc - Professional Web Design & Development

Profez Inc - Professional Web Design & Development


Profez is a leading Web Design and Development firm that specializes in advanced web solutions for all types of business. Based out of New Jersey, we focus on the clients web presence through distinct more>> Profez is a leading Web Design and Development firm that specializes in advanced web solutions for all types of business. Based out of New Jersey, we focus on the clients web presence through distinctive graphics and innovative web programming. Companies depend on professional skills and services to help define an important web presence. We Provide Custom Website Design & Development, Strategic Consulting, and Advanced Hosting Solutions. Whether it?s a small business or large corporate project, our talented development team will transform your vision into reality.<<less
Added: 2006-07-12 License: Other Free / Open Source License Price: Free
1207 downloads
Custom Development and Integration Web Design SEO

Custom Development and Integration Web Design SEO


We are a highly skilled web development and design firm specializing in custom PHP, MySQL, AJAX, JavaScript, CSS, XML, WAP, WML development and turnkey solutions. We also offer PHP script installation and integration services our team consists of highly more>> We are a highly skilled web development and design firm specializing in custom PHP, MySQL, AJAX, JavaScript, CSS, XML, WAP, WML development and turnkey solutions. We also offer PHP script installation and integration services our team consists of highly skilled software engineers, graphic designers and search engine marketing experts to accommodate any type of project. Visit our website and request your free quote today!<<less
Added: 2008-05-15 License: Freeware Price: $0.00USD
10 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5