lalbod
Blog Subscribe Syndicate Search Contact Me  
Topics
1 ASM disscusion
Ada Programming
ASP Programming
Assembly Programming
BASIC Programming
C# Programming
C/C++ Programming
Cobol Programming
Cold Fusion Programming
Delphi Programming
Disassembly
Flash Programming
Forth Programming
Fortran Programming
HTML Programming
Java Programming
Javascript Programming
JSP Programming
Lisp Programming
Logo Programming
Lua Programming
Pascal Programming
Perl Programming
PHP Programming
Prolog Programming
Python Programming
Ruby Programming
Tcl Programming
Visual Basic Programming
XML Programming
Members
Sign In

Blog - Latest Entries
<< < | 4 5 6 7 8 9 10 11 12 13 14 | > >>
Javascript Programming > JavaScript Forums
Posted: Oct.29.2007 @ 1:39 pm

 

JavaScript Forums

JavaScript Workshop Forums

Also DHTML, CSS and Web Design topics.

JavaScript Forum

JavaScript forum at WebDeveloper.

JavaScript Forum Home Page

JavaScript forum at JGuru.

DMXzone JavaScript Forum

Javascript forum.

JavaScript Forum

Free registration required to post.

The JavaScript Forum

N/A

Javascript Programming > JavaScript FAQs
Posted: Oct.29.2007 @ 1:38 pm

 

JavaScript FAQs

irt.org Knowledge Base JavaScript FAQs

Many topics in this JavaScript faq.

Intranet Journal Intranet FAQ

JavaScript/JScript faq.

JavaScripter.net FAQ

Well organized, hierarchical JavaScript faq.

JavaScript FAQ

JavaScript faq at JGuru.

JavaScript Mini-FAQ

N/A

Javascript Programming > JavaScript Books
Posted: Oct.29.2007 @ 1:38 pm

 

JavaScript Books

Quirksmode - ppk on JavaScript pages

This is not a book properly speaking, but the pages on quirksmode organized to follow the book ppk on javascript by Eric Meyer.

Sams Teach Yourself JavaScript in 24 Hours

Sams Teach Yourself JavaScript in 24 Hours serves as an easy-to-understand tutorial on both scripting basics and JavaScript itself ...

Core JavaScript Guide (version 1.5)

JavaScript is Netscape's cross-platform, object-based scripting language. This book explains everything you need to know about using core JavaScript.

JavaScript: The Definitive Guide

This is the complete second edition which is obviously a little out of date but still has much useful information.

Core JavaScript Reference (vesion 1.5)

This book is a reference manual for the core JavaScript language for version 1.5.

JavaScript: The Definitive Guide Sample

One sample chapter about the DOM.

JavaScript Design Sample Chapter

Chapter 2: An Orientation to JavaScript

Beginning JavaScript Sample Chapter

One sample chapter.

Beyond HTML Goodies Sample Chapter

One sample chapter abouit forms.

Sample Chapters

Four sample chapter from the JavaScript Sourcebook.

Designing with JavaScript, 2nd Edition Sample Chapter

One sample chapter about browsers.

Javascript Programming > JavaScript Articles
Posted: Oct.29.2007 @ 1:37 pm

 

JavaScript Articles

Universal JavaScript Rollovers

An article that is an effective tutorial for the popular Javascript technique.

Using JavaScript To Control Forms

This article explains some of the JavaScript techniques that can be used to improve HTML forms. There are many techniques, mainly based on validating form fields, including checking that a field has been filled in.

Using JavaScript's Built-in Objects

In this column, we'll tell you what they are and how to use them

Introduction to Cross-Browser, Cross-Platform, Backwardly Compatible JavaScript

This TechNote gives an overview of the tools, TechNotes, articles, and other resources on the Netscape site and elsewhere which will help you build Dynamic HTML pages which reach the widest possible audience.

Creating a Cross-Browser (DOM) Expandable Tree

This article will focus on building a JavaScript tree. The target browsers for this tree are Internet Explorer 5.0+ and Netscape 6.1+

JavaScript and Forms

Use JavaScript to access forms and manipulate data.

Javascript Frame Navigation

How to load frame in certain order and loading multiple frames in a single click

A Cross-Browser DOM Document Wrapper

This article will focus on creating a single DOM Document interface for developers to use in both Internet Explorer 5.0+ (Windows) and Mozilla (The Mozilla browser itself, or Netscape 6.1+).

Dynamically Resizing Images

In this article we are going to investigate how to dynamically resize an image.

Javascript Programming > Ajax Tutorials and Libraries
Posted: Oct.29.2007 @ 1:36 pm

Ajax Tutorials and Libraries

Free Ajax Scripts Directory  

A collection of free ajax scripts and tutorials with demos so you can test them out.

Round-up of 30 AJAX Tutorials

This is a list of helpful ajax programming tutorials found around the web.

60 More AJAX Tutorials

This is another ajax programming blog entry by the same guy who listed 30 useful ajax programming tutorials. Many of the listed tutorials come with ajax source code.

W3 Schools AJAX Tutorial

An AJAX tutorial from the helpful people at W3Schools.

10-Week Free AJAX Programming (with Passion!) Online Course

The first session of this free online AJAX course is already underway, but there are slides and various other resources available. This is a Java site so the AJAX course ultimately involves JavaServer Faces and AJAX integration.

Ajax in Action

There are two sample chapters and a 22-minute screencast on ajax available for free at the site for the book (source code appears to be available too). You will need to register with an email to see the screencast though.

ASP.NET Atlas

Atlas is a free framework from Microsoft for adding Ajax to ASP.NET pages.

Yahoo! User Interface Library

This is a set of utilities and controls, written in JavaScript, for building interactive web applications using techniques such as DOM scripting, DHTML and AJAX. The components in the YUI Library have been released as open source under a BSD license.

Google Web Toolkit

This is a java software development kit that lets you build AJAX applications like Google Earth and Gmail. You write your program in Java, and the GWT compiler converts your Java classes to browser-compliant JavaScript and HTML.

Guide to Using AJAX and XMLHttpRequest from WebPasties

This is an Ajax articles that shows you how to use Ajax to automatically fill in form fields with the city and state based on the zip code that the user enters into another field.

Mastering Ajax, Part 1: Introduction to Ajax

This is an introductory Ajax article at IBM.

Mastering Ajax, Part 2

Part two of this ajax series covers making asynchronus requests with javascript and ajax.

Getting Started with Ajax

This article at A List Apart is an excerpt from the book Web Design in a Nutshell and covers using ajax with innerHTML and Nodes to manipulate page content dynamically.

Creating a MySQL connection with PHP/AJAX

This is a short ajax tutorial on opening a connection to MySql using ajax.

Sarissa

Sarissa is a cross-browser ECMAScript library for client side XML manipulation, including loading XML from URLs or strings, performing XSLT transformations, XPath queries and more. Supported: Gecko (Mozilla, Firefox etc), IE, KHTML (Konqueror, Safari

NAJAX

This package can be used to call PHP classes on the Web server side from Javascript code in Web pages. It uses AJAX technology to submit HTTP requests from Javascript to pass call parameters and collect and process the responses.

Rico

Rico provides a very simple interface for registering Ajax request handlers as well as HTML elements or JavaScript objects as Ajax response objects. Multiple elements and/or objects may be updated as the result of one Ajax request

xajax

xajax is an open source PHP class library that allows you to easily create powerful, web-based, Ajax applications using HTML, CSS, JavaScript, and PHP. Applications developed with xajax can asynchronously call server-side PHP functions and update content without reloading the page

Sajax

Sajax is an open source tool to make programming websites using the Ajax framework � also known as XMLHTTPRequest or remote scripting � as easy as possible. Sajax makes it easy to call PHP, Perl or Python functions from your webpages via JavaScript without performing a browser refresh

DWR

DWR is a Java open source library which helps developers wanting to write web sites that include AJAX technology. It allows code in a web browser to use Java functions running on a web server as if it was in the browser.

AjaxAnywhere

AjaxAnywhere turns any set of existing JSP components into AJAX-aware components without a complex JavaScript coding. Simply separate your web page into multiple zones, and use AjaxAnywhere to refresh only those zones that needs to be updated.

How To Use AJAX

Kris Hadlock explains how to use AJAX in a real-world situation and how you can assess its value in a project. By the time you finish reading this article, you'll know what AJAX is as well as where, why, and how to use it.

Very Dynamic Web Interfaces

This article explores the use of JavaScript and the XMLHttpRequest object.

Ajax Programming

This Wikipedia article has some general information about Ajax programming including example sites using ajax.

Ajax Tutorial

This point of this article is not to debate the merits of one approach over another, but to introduce ajax in a way that is simple, yet powerful enough to be useful. The author uses php, xml and javascript.

AJAX:Getting Started

This article at the Mozilla developer center guides you through the AJAX basics and gives you two simple hands-on examples to get you started.

Rasmus 30 second AJAX Tutorial

N/A

Using the XML HTTP Request object

Ajax articles that is a short tutorial with ajax examples.

AJAX: Instant Tutorial

More of a short article than a tutorial on how to make a call to an http server get content and load it into your existing page without having to refresh the whole page.

A Simpler Ajax Path

This ajax article looks at some ways to handle server-side errors to make debugging less of a headache. It uses the example of a html form that posts to a server-side Ruby script.

The Hows and Whys of Degradable Ajax

Includes an online example and downloadable code (php is used server-side).

Ajax Tutorial: Ajax What Is It Good For?

Walks through the basics of Ajax and culminates in the building of a little Ajax powered Fading Image Gallery application.

Remote Scripting with AJAX,

This two-part series of articles covers remote scripting using the AJAX XMLHttpRequest protocol. Part one walks through an example application that demonstrates how to implement the protocol, while part two shows how to create a usable interface.

An Introduction To Ajax

This articles is an introduction to ajax programming and using the DWR java library.

Developing AJAX Applications the Easy Way

This article demonstrates the use of DWR, a Java open source library, to create a multi-user web-based chat site. It demonstrates how simple it is to integrate JavaScript in the web browser with Java on the server.

Ajax on Rails

This article introduces the incredibly easy-to-use Ajax support that is part of the Ruby on Rails web application framework.

Ajax Mistakes

A list of the many mistakes developers using Ajax often make.

 

Fortran Programming > Fortran Tutorials
Posted: Oct.29.2007 @ 1:35 pm

Fortran Tutorials

Fortran 77 Tutorial

The goal of this Fortran tutorial is to give a quick introduction to the most common features of the Fortran 77 programming language. A companion tutorial introduces the key enhancements found in Fortran 90.

Fortran 90 Tutorial

N/A

Fortran 90 for the Fortran 77 Programmer

This tutorial is written in order to ease the transition from the very common and popular programming language Fortran 77 to the more modern Fortran 90.

FORTRAN Tutorial

Links and a table of course notes and slides in PostScript format for the downloading.

High Performance Fortran in Practice

High Performance Fortran (HPF) was defined in 1993 to provide a portable syntax for expressing data-parallel computations in Fortran

F90 Course Development

Dig around to find slides and course notes.

Fortran 90 CNL Articles

Language Elements; expressions and assigments Control statements, units and procedures; Arguments, interface blocks and recursion; Pointers etc.

Fortran 90

This course presents an overview of Fortran 90 and explains the features that are new to the language.

Modular Programming with Fortran 90

Comprehensive Fortran resources.

Fortran 90 Tutorial

Fortran 90 Tutorial

FORTRAN 77 Reference

N/A

Programming with Fortran

Material has been used to teach an introductory course.

 

Fortran Programming > Fortran Source Code
Posted: Oct.29.2007 @ 1:34 pm

 

Fortran Source Code

StatLib

A collection of statistical software including Fortran and C source code.

Alan Miller Fortran Software

Large collection of Fortran source code.

Fortran 90 Software Repository

Lots of Fortran 90 source code.

Netlib

Netlib is a collection of mathematical software, papers, and databases

Department of Biomathematics and Biostatistics Free Code Archive

Biomathematics archive of free source code including Fortran

Some examples of Fortran 90

Two examples of Fortan 90 - find the area of a triangle which demonstrates free-form input, user-defined types and declaration of intent for function arguments and a merge sort of an integer array.

Fortran Programming > Fortran FAQs & Forums
Posted: Oct.29.2007 @ 1:32 pm | Lasted edited: Oct.29.2007 @ 5:33 am

Fortran FAQs

comp.lang.fortran (Web Archive)

Google archive of a Fortran newsletter FAQ.

Fortran FAQ

N/A


 

Fortran Forums

Tek-Tips.com

Fortran Forum.

Belution.com

Fortran forum.

 

Fortran Programming > Fortran Compilers
Posted: Oct.28.2007 @ 12:08 am | Lasted edited: Oct.29.2007 @ 5:10 am

Fortran Compilers

Sun Studio Compilers and Tools

Available for Solaris and Linux with an IDE and tools and compilers for c, c++ and fortran.

Salford FTN95

With Salford FTN95: Fortran for Windows you can create console based, conventional Windows and Microsoft .NET applications.

GNU Fortran 95

The GNU Fortran 95 project, or gfortran, is developing a Fortran 95 compiler front end, as well as runtime libraries, for GCC, the GNU Compiler Collection. Gfortran development is a part of the GNU Project, aiming to bring free number crunching to all GNU system variants.

Intel® Fortran Compiler for Linux*

Free evaluation copy can be downloaded for non-commerical uses.

G95

A free multi-platform Fortran77/90/95/2003 compiler. Based on gcc.

Salford FTN95 Personal Edition

FTN95 Personal Edition is now available free of charge to non-commercial users. This version is only licensed for personal usage and is unsupported, programs created with FTN95PE display a banner on execution.

Salford FTN77 Personal Edition Compiler

The Salford FTN77 Personal Edition compiler is a full ANSI Fortran 77 compiler, which also has support for various common extensions. Free for private, non-commercial use.

g77 (GNU Fortran)

g77 is a free Fortran 77 compiler.

LCC-Win32

This is primarily a C compiler, but if you scroll down you will see a link to a fortran compiler that presumably is an add-in.

Open Watcom

Open Watcom is a joint effort between SciTech Software Inc, Sybase, and the Open Source development community to maintain and enhance the Sybase Watcom C/C++ and Fortran compiler products

ADAPTOR

ADAPTOR is a Fortran Compilation System that supports the analysis, translation and optimization of Fortran 90 programs with parallel and/or optimization directives. It generates new Fortran sources that will be linked with runtime libraries supporting the needed functionality.


<iframe>bbbbb</iframe>

Fortran Programming > Fortran Books
Posted: Oct.28.2007 @ 12:06 am

 

Fortran Books

Professional Programmer's Guide to Fortran77

This file contains the text of Professional Programmer's Guide to Fortran77 published by Pitman in 1988 now released under the GNU Free Documentation License.

Numerical Recipes in Fortran 90

Permission is granted by the copyright owners for users of this resource to make one paper copy of these Acrobat files for their own personal use

Fortran at Wikibooks

This is the wikibooks entry for Fortran. It includes an overview of the differences between the F77, F90 and F95 versions as well as the history of fortran and some fairly basic tutorial information.

Using C and C++ with Fortran

Free online Fortran book.

Interactive Fortran 77 (PDF Link)

The aim of this book is to introduce the concepts and ideas involved in problem solving with Fortran 77 using an interactive timesharing computer system. The book tries to achieve this using the established practices of structured and modular programming. Two techniques of problem solving, so-called top-down and bottom-up are also introduced.

Numerical Recipes in Fortran 77

Permission is granted by the copyright owners for users of this resource to make one paper copy of these Acrobat files for their own personal use

Fortran 77 Standard

This standard specifies the form and establishes the interpretation of programs expressed in the FORTRAN language.

USER NOTES ON FORTRAN PROGRAMMING (UNFP)

An open cooperative practical guide

USER NOTES ON FORTRAN PROGRAMMING (UNFP)

This guide concentrates on topics which are not discussed in ordinary Fortran courses and regular textbooks: good programming practics, and various technical and numerical issues.

<< < | 4 5 6 7 8 9 10 11 12 13 14 | > >>
Entries 81 to 90 of 187

   
| Report Member | Free Blog BlogText.org