Aussie John's Site                   Page Last Updated and Links Checked: 29 August 2003  



Grab Bag of Links 2 -Technical.


SearchEngines ~ DiscussionForums ~ Excel(SomeVBA) ~ Excel(VBAOnly) ~ Excel(VBAforEng&Sci) ~ Excel DataBase (List) ~ JavaScript ~ JavaScript Revisited ~ Measurement ~ IndustrialDesign ~ DynamicsOfIndustrialMachines ~ MIT OpenCourseWare Classes ~ WorldTradeCenterAttack ~ AustralianScientistsandEngineers ~ Scientific,Technical,Education ~ EngineeringRelated ~ ElectricalElectronic ~ BrownianMotion ~ LinuxRelated ~ KidsLinks


Search Engines I Use

   
        

www.goeureka.com.au Goeureka. An Australian (and world) search engine which is gaining favour with me because of the simple way you can select search options.

Ask a question like "CSA?"
www.askjeeves.com   Ask Jeeves World Wide.
www.ajkids.com     Ask Jeeves for Kids.


www.goto.com
GoTo ..recommended by Mr Modem in in his book, Internet for Seniors. Uses a yahoo style drill down search (which is good) but everyone linked has to pay (bad). Position is not based on amount paid and the payment is disclosed (good) but some of the links are poor (bad). There are no dead links (good). I'll stop now but you get the idea. It's the way maintained search engines will go.
One alternative used now, is to list everything (dead links and all) and charge "Partners" to be prominantly placed group at the top. The web's rapid expansion is causing problems for all players, good and bad.

www.overture.com
Overture, formerly known as GoTo, claims to be the world's leader in Pay-For-Performance search on the Internet. Actually filed suit against Google for patient infringement in May 2002. (The yellow is just me practicing a highlighter effect.)

www.teoma.com A seach engine that tries to overcome problems that have evolved with Google's page ranking system.


If you know a bit about something, put that knowledge to good use by contributing to a search engine with a difference!

Go to my DMOZ listing (in Grabbag of Links 3) where I praise, and provide a link to, the largest continually updated man made search engine in the world. If you find a dead or useless link ..delete it! If you know of something good that's not listed ..add it.

Wow ..that's what I call a good search engine!


www.monash.com/spidap.html
The Spider's Apprentice. Very useful instruction on how to use search engines effectively.

searchenginewatch.com
Information on how search engines accumulate their listings.

www.naa.gov.au
Can search for Australian photos.

www.multimedia.lycos.com
Can search for photos as well as videos and sound.


On-Line Discusion Forums -Theory And Practice

forums.internet.com For IT pros.
www.siteownersforums.com "1000 threads and 4000 postings."
www.32bit.com 32 bit Discussion Forum.

www.coolboard.com Free for personal and small business Discusion Forums.

www.devicelink.com/forum Medical Device Discussion Forum.

  Good People.

www.tecumsehgroup.com Tecumseh Group. Forum management.
Promoting independant communication for technical people.
Provides a red flag option (whistle blowing?) with confidentiality.
Also working toward creating a searchable (technical) database.

www.tipmaster.com Lists the Tuscumseh Group forum sites.
Two sites at present. Technical Tips and Eng Tips (next two listings).

www.tek-tips.com Computer Related Forums.
Forums for IT, internet, software, programming, hardware, systems.
I saw many that interested me such as CSS, HTML and ColdFusion.

www.eng-tips.com Forums for all the engineering disiplines as well as
AutoCad, Mechanical Desktop, SolidWorks, Spreadsheets, VB and VBA
under General Engineering Programs.




Excel Spreadsheet (Includes Some VBA)

Introductory Tutorials

webfaculty.aub.edu.lb/~acc/Resources/Tutorials/tutorials.htm
Complete MS Office tutorials from American University of Beruit.
Includes Excel (as well as Word, Access, PowerPoint and FrontPage).

www.usd.edu/trio/tut A South Dakota University tutorials menu page. Click on Excel tutorial.
Have Excel running and toggle between the tutorial and Excel by using Alt->Tab (use with the finder on a Mac). If you tile the windows you can switch back and forth by clicking on the window of the program you want to be active.
Good for beginners and particularly useful because it spells out how to tile (use two windows). Here you are working between a written tutorial and the application but it is a useful technique in general. Includes other tutorials on other topics.
(** Note:-   F11 toggles maximising the Internet Explorer screen)

User Tips And Resources

www.j-walk.com Spreadsheet guru, John Walkenbach's website.
j-walk.com/ss/excel His Excel home page (includes VBA). Use the left nav bar to go to the many excellent tips, faq's and links and information. Note: For 'developer' just think 'advanced user'. In any event visit all his sections so you appreciate what is covered in them.

My recent favourite tip: Format->Cells->Number->Custom then Type box enter 0, (that's a zero followed by a comma) thousands or 0.0, for thousands to (say) 1 decimal place, 0,, for millions or 0.00,, for millions to (say) two decimal places. Excellent for engineers wanting to display in kilo or mega but keep full number of digits eg 52145 (N) displayed only as 52.1 (kN). Appears (to me) undocumented. Use Format->Cells->Number->General to return to standard format.
Another found elsewhere is: Format->Cells->Custom (note no number this time) then Type box put in 0.0 then press Alt and input 248 from keypad then release the Alt. Gives one decimal place with degree symbol. If you had then typed C (after the Alt 248 via numberpad release Alt) you would have centigrade degrees. And they a still values.
And ROUND(A1,A2-1-INT(LOG10(ABS(A1)))) for value in A1 to the required number of signifigant figures in A2 (typically 3 in engineering). Not intuitive. Could say ROUND(A1,x-INT(LOG10(ABS(A1)))) where x is one less than the number of rquired signifigant figures (does not help a lot). Remember you are altering the value not just altering the visual display and have to use A1 itself for further calculations.
And =Now() and =TEXT(NOW(),"d mmmm, yyyy at h:mm AM/PM")
And concatinate: ="Report written on "&TEXT(NOW(),"d mmmm, yyyy at h:mm AM/PM")

www.cpearson.com Chip Pearson. An Excel expert's site (includes VBA).
www.cpearson.com/excel/array.htm Introduction to array formulas.
When an array formula is displayed, it is surrounded by braces {}. You do not enter the braces. Instead, when you enter an array formula, you press Ctrl+Shift+Enter, rather than just Enter. Excel will automatically add the braces. You must press Ctrl+Shift+Enter when you first enter an array formula and when you edit the formula later. Pressing Enter alone will return an incorrect result or a #VALUE! error.

(*Below is a snippet from Gnatt chart suggestion that is helping my approach to using the sign of x any components in a vector total to decide which quadrant the solution lies without going to VBA..)

We need to combine both of those conditions using the AND() function. This would be =AND(D$1>=$B2,D$1<=$C2)



A look at the Excel Solver Add In.



www.mrexcel.com
Mr Excel. Scroll down for tips, techniques, charts, pivot tables, add-ins and VBA intro.
www.mrexcel.com/board/index.php The forum.

Some reference resources for excel from Mr Excel:-

www.oocities.org/davemcritchie/excel/colors.htm Colors in Excel - All you ever wanted to know.
www.jmu.edu/computing/tutorials/microsoft/excel Excel 2000 - Tutorials c/o James Madison University.
homepage.ntlworld.com/noneley Excel Function Dictionary - website by Peter Noneley (150 + functions in Excel)
www.excel-vba.com Excel Reference by Category -website by Pierre Leclerc M.Sc. Strongly believes SUMPRODUCT and INDEX/MATCH formulas have replaced Arrays and LookUp formulas contributing to making Excel a more useful database tool (compared with Access).
www.markhenri.com/excel Excel Resources -by Mark Henri (Microsoft Tech Support Specialist).
www.xl-logic.com/pages/tips.html Excel Tips and Tricks -by Aaron Blood. (Double click on Autofill handle fills down while there is something on the left.)

www.phys.virginia.edu/classes Michael Fowler's Uni of Virgina physics site. Downloads of Excel spreadsheet set up for dynamics problems. He also lectures on magnetism. Well worth exploring the whole site.
galileoandeinstein.physics.virginia.edu/home.html His homepage.

www.structural-engineering.fsnet.co.uk Spreadsheets for Structural Engineering .
www.structural-engineering.fsnet.co.uk/free.htm Their free structural softwarepage.

www.exceltip.com Very good user submitted tips collection. www.exceltip.com/st/Using_Loops_in_VBA_in_Microsoft_Excel/628.html VBA to loop through rows or cells of data .Excellent presentation. Sample spreadsheet. Tip by Martin Green
excel/vbaloops/loops.html Local version.

www.fontstuff.com Martin Green's site. Very extensive. Excel VBA, Access, Word, Graphics (PaintShop Pro), Frontpage and more. Good.

dmoz.org/Computers/Software/Spreadsheets/Excel DMOZ's Excel page.

www.eng-tips.com/../770
Eng-Tips Engineering Spreadsheet Forum.


Some points which have come up in forums:

Consider time.
Let A1= 4:50, A2= 13:55 for A3=A2-A1= 9:50 (hours/degrees amd minutes).



More Excel Links Dedicated To VBA

www.angelfire.com/biz7/julian_s/julian/julians_macros.htm Simplified VBA tips and macros for VBA beginners (referred to by Mark Henri).

www.mindspring.com/~tflynn/excelvba.html
Site includes a number of short, useful macros written by Tommy Flynn.
I liked the excel/email_stars_protect.bas routines.
tflynnsvbalinks More VBA links (validated) to explore.

microsoftexceltraining.com Excellent tips and hints for VBA and Excel

oocities.com/aaronblood/pages/menu.html Includes chart downloads.
www.XL-Logic.com New Url for the Geocities site.

www.mvps.org/links.html People noted for helping in communities using various Microsoft products. See the Excel listing.

dmoz.org/Computers/Programming/Languages/VBA DMOZ's VBA page.

www.eng-tips.com/../770
Eng-Tips Microsoft VBA - Visual Basic for Applications Forum .

make_excel_button.html Make a button to start a VBA routine.
And the hyperlink cell function.


Excel VBA For Engineering and Science

excel/vbahints/vbaguide.html Introductory advice for new VBA learners. Based on VBA tips from www.excel-vba.com (link elsewhere on this page) and re-arranged and added to somewhat.

www.jicompsci.org/SCI_SOFTWARE/EXCEL/excel.html A Brief Guide to Excel for Science and Engineering . See VBA Functions half way down the page.

www.engineering.usu.edu/cee/faculty/gurro/Excel.htm#Introduction See vba page and excel vba program downloads.

excel/myprogs/quadadder.bas VBA Force adder in bas format.
excel/myprogs/quadadder.txt VBA Force adder in text format.


Excel DataBase (List)

I have never needed or used Access. Here are some links that relate to the Excel Database facilty that I do use:-
(Note searches used were excel database tutorials and excel database functions.)
(Note also while everyone calls a database a database Excel uses the term "List" and "Data" a lot probably to try to differentiate from the Access offering which is a dedicated database package. Keep that in mind when using Help, book references or web searches.

excel/listhelp/listhelp1.html Use of list guidelines.

databases.about.com/../ Import Excel2000 spreadsheet into Access2000 database.
This tutorial is a good guide for an Excel user who is obliged to make the move into Access.
excel/excel2access/excel2access.html My local file.

www.urban.uiuc.edu/courses/Varkki/spss/msexcel.html Try this.

www.abs.aston.ac.uk/cs/XLDB-TUT.PDF An Excel 5 data base functions tutorial that comes up slowly (~3.5MB).

www.informit.com/../ Excel 2000 Database Functions Overview (html).
Note (from Excel200 Help): Excel includes 12 worksheet functions that analyze data stored in lists or databases. Each of these functions, referred to collectively as the Dfunctions, uses three arguments: database, field, and criteria. These arguments refer to the worksheet ranges that are used by the function. The syntax is:-

Dfunction(database,field,criteria)

This tutorial at this link covers each of the following (13?) functions:-

DAVERAGE
DCOUNT
DCOUNTA
DGET
DMAX
DMIN
DPRODUCT
DSTDEV
DSTDEVP
DSUM
DVAR
DVARP
GETPIVOTDATA  


JavaScript For Scientific and Engineering Use

developer.netscape.com/docs/manuals/javascript.html
Scroll down to Core Javascript 1.5 Docs. Includes Math Objects and Methods.

www.theteachernet.co.uk
UK teacher's website. Various on-line courses (see Javascript under IT).

www.arachnoid.com/javascript/ascii.html
Paul Lutus's Javascript pages. See the window for testing code. Excellent.

www.dynamicdrive.com
Javascript and DHTML. Very Good. Interesting bidding for work system.

javascripts.com
Javascripts supplied by various people. Choose catagory. Duplicated in Links 1. An Earthweb site.

www.scit.wlv.ac.uk/~jphb/cp3024
Web Based Information Systems (CP3024) course menu.
Note: All slides, course notes and exams/solutions can be printed as "basic" text files.

ourworld.compuserve.com/homepages/MTEC/allg_e.htm
JavaScript programs for Engineers. Some Excel and VBA.
ourworld.compuserve.com/homepages/MTEC/homepage_e.htm Homepage.

www.library.unsw.edu.au/links/Web_Authoring/Tutorials/Javascript
Uni of NSW Library Web Authoring tutorials -Javascript. Go back for other UNSW Library resources.

dmoz.org/Computers/Programming/Languages/JavaScript
DMOZ's Javascript page.

JavaScript Revisited June 2003

www.javascriptkit.com JavaScript Kit.
See the various tutorials. The bit of script below is from a window tutorial.

www.htmlgoodies.com/primers/jsp/jsp_toc.html HTML Goodies 30 lesson Javascript primer.
javascript/goodies/tutorial.html My Summary. Look at the page script the source the look at the rendered page.

.

===

Measurement

physics.nist.gov/cuu National Institute of Standards and Technology
Physical constants, the SI units and uncertainty.


Industrial Design

www.sensable.com
Industrial design using Free Form software.

idtopskills.html
Lists 10 skills employers expect from a new graduate Industrial Designer (from a survey carried out by Canberra Uni). I have added some explanitory notes and links. Use browser back-button to return.

id_elec_motors.html
My summary of electric motor descriptions. Use browser back-button to return.

Materials Information
www.plastics.org/top_level/links/apc_members.html APC Member Companies
www.matweb.com Online Materials Information Resource
www.mtpinc-exporter.com/metals/metals.htm Metal Exporter
www.mtpinc-exporter.com/plastic/plastic.htm Plastic Exporter
www.plastics.org Portal To The World Of Plastics
www.ilpi.com/msds/index.html Finding MSDS On The Internet
www.handsonplastics.com/site_index Hands on Plastics

www.matls.com Information on materials eg density of granite?


Dynamics Of Industrial Machines

dynindmach/dynindmach.html Dynamics Of Industrial Machines Index
Linkage mechanisms plus some other stuff (as at 25 July 2003).

dynindmach/ass3/q4_two_deg_vib.xls My Ass3 Q3 Two Degree of Freedom Vibration spreadsheet.

www.mech.uwa.edu.au/bjs/Prof Brien Stone Mech Eng Uni Western Australia -Contents(Flash page)
  Online training:-
Leads to Eng 100 Dynamics (Notes)
reserved for extension (Reserved)
Vibration Single, double degrees of freedom and more. Use sidebar menu.
  Links to class course material:-
Eng 101 Statics(?), Dynamics and Dimensional Analysis.
Dynamics 331 Vibration
Manuf. Tech 423 Chatter (surface)

www.physics.buffalo.edu/phy117/FinalSolutions.pdf Physics exam with solution. Print!

www.dytran.com/v1/pagecontent/a8.pdf Mounting accelerometers used in vibration measurement.

dynindmach/vertical_rocking_vibration.html Vertical vs Rocking considerations.

www.gmi.edu/~drussell/Demos/absorber/DynamicAbsorber.html Dynamic vibration absorber. Becomes a 2nd order system.


World Trade Center Attack  -Engineering Considerations.

11 September 2001
        www.civil.usyd.edu.au/wtc.htm  Some observations by Sydney University's Civil Engineering Department.


MIT OpenCourseWare Classes

MIT classes and tutorials put online. Every lecture, every handout, every quiz. All online. For free. Get an MIT education, open source-style. MIT, the pinnacle of technology and science education is making freely available,.not the degrees, which cost about $41,000 a year, but the content. No registration required.

Whatever the long term goal, the fact is much of the stuff up is little more than program guides and text references.-AJ Sept 2003

Top 10 OpenCourseWare Classes
1. Philosophy 24.00: Problems of Philosophy
2. Electrical Engineering and Computer Science 6.170: Laboratory in Software Engineering
3. Electrical Engineering and Computer Science 6.071: Introduction to Electronics
4. Earth, Atmospheric, and Planetary Sciences 12.409: Hands-On Astronomy: Observing Stars and Planets
5. Mathematics 18.06: Linear Algebra
6. Mathematics 18.013A: Calculus with Applications
7. Nuclear Engineering 22.00J: Introduction to Modeling and Simulation
8. Physics 8.02: Electricity and Magnetism
9. Electrical Engineering and Computer Science 6.281J: Logistical and Transportation Planning Methods
10. Management 15.810: Introduction to Marketing
Source: MIT. Ranked by hits per page and based on a two-month period ending June 30, 2003.

www.wired.com/wired/archive/11.09/mit_pr.html Wired article. Includes reference to how some students and course providers in other countries utilise the MIT material.

face2interface.com/MYD/Other_Resources/MIT_OpenCourseWare.shtml Good (3rd party) listing of courses.

ocw.mit.edu/index.html News and information on the MIT OpenCourseWare project

ocw.mit.edu/OcwWeb/Global/all-courses.htm The master current course list.

cnx.rice.edu/courses Connections. A Rice University on-line learning inititive.

manufacturing.stanford.edu On-line manufacturing processes. Over 4 hrs of video.


Australian Scientists, Mathematicians, Engineers and Nobel Prize Winners

www.asap.unimelb.edu.au
Australian Science Archieve Project.
Information about Australia's scientists, engineers and mathematicians and a record of the technical and scientific contributions made by Australians.They welcome corrections or contributions.
I found the site doing a search for Lawrence Bragg who won a Nobel Prize for physics at the age of 25!


www.asap.unimelb.edu.au/bsparcs
Australian Science Archieve Project.This page details all the Australian Nobel Prize winners.

www.nobel.se
Official Nobel Prize Website. For specfic details on Australian Nobel Prize winners and their work (and all Nobel Prize winners).


Scientific, Technical and Education

www.mathpower.com Math Power.

www.sparknotes.com Good American High School and 1st Yr College notes and message boards (forums) using effective Yahoo style drill down searching. I selected physics and everything there was required knowledge in the NSW HSC.
From the Physics notes I clicked on a related Message Board, Mechanics. Someone had asked for help with a classic "tension in a lift cable" problem (guarenteed 3 mark question in any Senior High School physics exam (such as the Higher School Certificate in Australia).
Replies with good solution method were posted, extension questions asked, more replies with explanations of terms used. Excellent.

www.webcalc.net WebCalc, a web based calculator.

www.csiro.au The Australian C.S.I.R.O.
The Commonwealth Scientific and Industrial Research Organisation. Respected government research organisation but squeezed for money these days.

www.csiro.au/helix/index.html Double Helix Club.
CSIRO's science club page for primary age school children.
Includes 100 science links, many of interest to all ages.

www.csanet.org Center for the Study of Architecture/Archaeology.
Devoted to advancing the use of digital technologies in the service of architectural history, archaeology, and related disciplines.


www.janison.com.au
Janison Solutions. For Janison Toolbox, an Australian (Tamworth/Coff's Harbor) e-learning platform designed for TAFE/High School (taken up more by Universities so far). Wayne Houlden was in IT for 12 years and spent 7 years as a TAFE teacher. Started as a husband and wife business in a shed at the back of the house in 1998. In 1999, an American e-learning expert, Elliot Maise, reviewed Janison Toolbox in his TechLearn Trends e-newsletter (Houlden had sent him a press release!). The review prompted Microsoft to contact him and directed several online learning companies to him. They now turn over $1 million, have no debt, and employ 8 full-time staff.

The "Toolbox" name is related to it's component based nature. You can plug the Toolbox library components into your web pages like inserting an image.
There is a range of components including URL lists, annotations, glossaries, online assessments, files, media, flags, etc. Many components intelligently render for the browser used. If your browser supports dynamic html, the component will utilise dhtml for example. Behind the components is a learning environment management system and a central database built using the latest web development technologies (not cgi and perl scripts). Other tools provided include a dynamic template and publishing system which allows authors to publish new pages directly from their web browser efficiently.
You can create courses and content within your own discipline area, manage users and groups, as well as delivering your content from the site. You can use the Toolbox tools to quickly create dynamic and interactive content for your course, and use the management tools to review and assess the progress of students.

http://203.147.206.19 Toolbox Support

www.nw99.net.au/papers/abstracts.html Interesting e-learning abstracts including one by Wayne Houlden.


www.utexas.edu/world/lecture/index.html
The University of Texas are host to The World Lecture Hall, a collection of pages created by higher education practitioners from across the world who are using the Web to deliver class materials. For example, you will find course syllabi, assignments, lecture notes, exams, class calendars, multimedia textbooks, etc.

www.staffs.ac.uk/cital/intwww.html
CITAL - Computers (using the WWW) In Teaching and Learning.
The Institute for Learning Technologies at Columbia University, a centre for work based around Constructivist Pedagogy where I got the Texas Uni URL above.
Interesting links related to delivering courses by computer or the web.

www.earthetc.com
Co-finalist (with Janison Toolbox) in 2000 awards for inovative Australian software
Making wide scale imaging posible on ordinary computers with a small free downloaded plug-in. See geological survey images and medical images.

www.mlcsyd.nsw.edu.au MLC School. A private girls school in Sydney, Australia.
203.30.216.3 MLC School. Staff/student ID and password required.


hsc.csu.edu.au NSW HSC page of Charles Stuart University. They also had an interesting road accident investigation course.


www.lg.tafensw.edu.au/tafewebs.htm
NSW TAFE Weblinks, Australia.


www.tafensw.edu.au
New South Wales TAFE, Australia.

www.tafensw.edu.au/nsit
Northern Sydney Institute of TAFE in Sydney, Australia.

www.tafensw.edu.au/library/studylinks/eng.htm
Library Study Links Engineering, Northern Sydney Institute of TAFE in Sydney.

www.tafensw.edu.au/nsit/sites/me/itam/am/index.html
School of Fine Arts, Meadowbank TAFE.
Part of Northern Sydney Institute of TAFE in Sydney, Australia.

webmail.tafensw.edu.au Email.
northern_sydney/jdough
dougha


Engineering Related.

www.eng-tips.com  Engineering Forums for all the engineering branches. Includes AutoCad, Mechanical Desktop, SolidWorks, Spreadsheets, VB and VBA under General Engineering Programs.
(*Also listed in Discussion Forums above and in the AutoCad Page.)

www.asee.org American Society for Engineering Education.
An organisation committed to improving Engineering and Technology education.
Many useful links. Has link for MultiSim and WorkBench (Spice).
There is (suppose to be a) a free 2d frame analysis program called FastFrame.

www.boltscience.com   Bolt Science.

Excellent bolted joint tutorials, case studies, and free software downloads as well!

Good site for anyone interested in threaded fasteners such as metal fabricators, metal tradesmen, technologists or engineers or students.
Check out their FAQ's first but if you have a particular bolted joint problem tell them and they may be able to help you with it.

Download their free text editor, BoltPAD (725 kb), as a replacement for using Windows NotePad.

Download demo versions of their Windows based BoltCalc, Torque, TorqSense, or Fastener programs (each approx 1Mb).

Lots of interesting and useful links.



www.cscworld.com  Free Fastrak Simple Beam (and cantelever) Program.
CSC (UK) will give you this older version of this design program free to draw attention to their current product range. Click on the Free Downloads icon.

www.dtware.com  DTWare free demonstration programs (won't save or print).
DTBeam Ver1 A continuous beam analysis program.
DTColumn Ver2 Calculates reinforced concrete column interaction diagrams.
Website Development! Check the site's html (well commented), his excellent free stats tracking service and his links.

www.aecvision.com/../ Low Cost CAD Package Review (AEC Vision Magazine -Feb 2002)
Describes and providing links to three low cost, powerful 2D/3D drawing packages; FastCad, DataCad and DesignCad.
(Plus don't forget IntelliCad and TurboCad which also have free a version -see AutoCad page.)


Electrical-Electronic

www.interactiv.com Electronics Workbench.
For electronic circuit simulators Electronics WorkBench (more powerful) and MultiSim (High School or 1st Yr College level student version).

www.autotraxeda.com For Kovac Software's AutoTRAX EDA (free download at present)
Complete board-level design system for the development of electronic products. Integrates schematic entry, circuit simulation, PCB layout, autorouting and mechanical device management. Designs are created using wizards.


Brownian Motion

biologie.kappa.ro/textbook/resting_potential/boltzmann.htm Derive Boltzmann's Equation.


LinuxRelated

sal.kachinatech.com SAL -Scientific Applications on Linux. Not sure how up to date this is.

www.winehq.com Wine Development HQ (page hosted by CodeWeavers).
Working toward a free implementation of Windows to run on X and Unix. A number of Windows apps and games will run now and IntelliCad and Rhino being worked on. The arguement is that if some windows programs will run on Unix then maybe some more people would make the move to Unix enlarging the user base which itself would encourage software development for Unix. Offer wine downloads

wine.codeweavers.com CodeWeaver's wine page. They offer a Wine download. They are in the core business of trying to sell a Microsoft Office style package that runs on Wine and this could be in conflict the other existing Open Office or Star office or whatever programs being developed to run on Unix.

appdb.codeweavers.com CodeWeavers listing of over 1200 applications asserted to run under Wine. Click on 'Browser Apps'. Scientific Maths leads to references to AutoCad, CADVance, GeneralCad, IntelliCad, SolidWorks, VectorWorks and others I've had no exposure to (compare with Pfrostie's list).

pfrostie.freeservers.com/cad-tastrafy Pfrostie's site for for CAD, Modellers, and Graphics in Linux/FreeBSD (popular Unix systems).


Kids Links

kidsfreeware.com
Good People providing fun and learning for kids (and their parents too!).
Lots of things to do and real free downloads. Cheak out the internet, website building and programming. All for kids
The site and it's sourcecode is well worth looking atfor it's layout and use of CSS and JavaScript (particularly the digital clock and the tool tip dropdowns in the side navbar.


 BACK        TOP        HOME    

Contact:  Aussie John    wpsmoke@yahoo.co.uk