This link has been bookmarked by 17 people . It was first bookmarked on 08 Aug 2007, by Dennis Grice.
-
23 Jan 12
-
13 May 08
Jeff WilliamsThis wiki was originally created to support the iLife for Windows workshop at the 2007 CUE conference. It now supports a variety of similar workshops.
curriculum education free ideas multimedia photo podcast podcasting video audacity software digitalstorytelling
-
02 Apr 08
-
18 Nov 07
-
03 Sep 07
Warrick WynneThis wiki was originally created to support the iLife for Windows workshop at the 2007 Computer Using Educators (CUE) conference
ilife picasa audacity movie_maker software resource tutorial
-
20 Aug 07
-
19 Aug 07
Wesley FryerMark Wagner's wiki for iLife Applications on the Windows-side (dark side!) :-)
audacity DigitalStorytelling multimedia podcasting software creativity windows
-
18 Aug 07
-
11 Aug 07
-
10 Aug 07
-
08 Aug 07
Mike GuerenaTutorials for using freely available applications to create multimedia on Windows.
-
edtechtalkThanks to Mark Wagner for this "share" in Twitter ...
iLife for Windows? An Introduction to Picasa, Audacity, and Movie Maker in Education -
Jennifer MaddrellThanks to Mark Wagner for this "share" in Twitter ...
iLife for Windows? An Introduction to Picasa, Audacity, and Movie Maker in Education -
-
<td style="width: 100%;" class="field" valign="top"> <br/> <br/> <div class="contentBox"><div class="innerContentBox"><div style="" id="WikiAdMargin"><br/><br/><script type="text/javascript"><br/><!--<br/>var baseUrl = 'http://www.wikispaces.com/_/2007071801';<br/>var autosaveDetected = false;<br/>var checkoutStatus = '';<br/>var checkoutUser = '';<br/>var checkoutMessage = '';<br/><br/><br/><br/>function disableEditButton(element) {<br/> if (element.className == 'WikiPageMenuEditButton') {<br/> element.className='WikiPageMenuEditButtonDisabled';<br/> }<br/> element.onclick=null;<br/> element.style.cursor='default';<br/> element.href='http://ilife4windows.wikispaces.com/#';<br/><br/> return true;<br/>}<br/><br/>function enableEditButton(element) {<br/> if (element.className == 'WikiPageMenuEditButtonDisabled') {<br/> element.className='WikiPageMenuEditButton';<br/> }<br/><br/> element.onclick=function() {<br/> try {<br/> disableEditButton(element);<br/> showFiles(); <br/> editorEnable();<br/> return false;<br/> } catch (e) {<br/> return true;<br/> }<br/> };<br/><br/> element.style.cursor='pointer';<br/> element.href='http://ilife4windows.wikispaces.com/page/edit/' + encodeURIComponent(pagename);<br/><br/> return true;<br/>}<br/><br/><br/>function editorEnable() {<br/> if (navigator.userAgent.toLowerCase().indexOf('safari') + 1 ||<br/> navigator.userAgent.toLowerCase().indexOf('opera') + 1) {<br/> document.location = '/page/edit/' + encodeURIComponent(pagename) + '?texteditor=1';<br/> exit();<br/> }<br/><br/> try {<br/> // Seems to work if we put it before an xmlHTTPRequest, it loads in time<br/> dynamicLoadJavascript(baseUrl + '/s/autosave.js');<br/> dynamicLoadJavascript(baseUrl + '/s/windows_js_0.96/javascripts/window.js');<br/> dynamicLoadJavascript(baseUrl + '/s/windows_js_0.96/javascripts/effects.js');<br/> dynamicLoadCss(baseUrl + '/s/windows_js_0.96/themes/default.css');<br/> dynamicLoadCss(baseUrl + '/s/windows_js_0.96/themes/wikispaces.css');<br/><br/> var url = '/page/dump/' + encodeURIComponent(pagename) + '?format=Wikispaces2';<br/> new Ajax.Request(url, {asynchronous:true, method:'get', onSuccess:editorEnableCallback, onFailure:redirectToEditPage, onException:redirectToEditPage});<br/> } catch (e) {<br/> document.location = '/page/edit/' + encodeURIComponent(pagename);<br/> }<br/>}<br/><br/>function redirectToEditPage(request, header) {<br/> document.location = '/page/edit/' + encodeURIComponent(pagename);<br/>}<br/><br/>function editorEnableCallback(request, headers) {<br/> var xml = request.responseXML;<br/><br/> // Load the fetched XML and set it up for the editor<br/> if (loadXMLData(xml)) {<br/> if (checkoutStatus == 'locked' && (!wikispaces_isUserLoggedIn || checkoutUser != wikispaces_username)) {<br/> alert(checkoutMessage);<br/> enableEditButton(document.getElementById('editButton'));<br/> return false;<br/> }<br/><br/> // Setup autosave<br/> if (autosaveDetected) {<br/> if (typeof(Dialog) != 'undefined') {<br/> showAutosavePopup();<br/> } else {<br/> return false;<br/> }<br/> } else {<br/> //Only start the autosave loop after the modal autosave popup has closed or if it wasn't displayed<br/> setTimeout("autosaveLoop()", 1000);<br/> }<br/><br/> display('editor_wrap', 'block', 'block');<br/><br/> if (customEditorStart('WikispacesEditorContentHidden')) {<br/> display('WikiTags', 'none', 'none');<br/> display('content_view', 'none', 'none');<br/> display('WikiAds', 'none', 'none');<br/> o = document.getElementById('WikiAdMargin');<br/> if (o) o.style.marginRight = '0px';<br/><br/> return true;<br/> }<br/> }<br/><br/> // Something failed, and we're in a callback, so we have to change the page location to the edit page like this<br/> redirectToEditPage(null, null);<br/>}<br/><br/>function loadXMLData(xml) {<br/> var wikiPageData = xml.getElementsByTagName('dump')[0].getElementsByTagName('content')[0].firstChild.nodeValue;<br/> version = xml.getElementsByTagName('dump')[0].getElementsByTagName('version')[0].firstChild.nodeValue;<br/><br/> if (!wikiPageData && version != 0) {<br/> return false;<br/> }<br/><br/> // Store loaded page data in the same place that the edit page would have it<br/> document.getElementById('WikispacesEditorContentHidden').innerHTML = wikiPageData;<br/><br/> checkoutStatus = xml.getElementsByTagName('checkout')[0].getElementsByTagName('checkoutStatus')[0].firstChild.nodeValue;<br/> if (checkoutStatus == 'locked') {<br/> checkoutUser = xml.getElementsByTagName('checkout')[0].getElementsByTagName('checkoutUser')[0].firstChild.nodeValue;<br/> var checkoutDate = xml.getElementsByTagName('checkout')[0].getElementsByTagName('checkoutDate')[0].firstChild.nodeValue;<br/> var checkoutRefreshDate = xml.getElementsByTagName('checkout')[0].getElementsByTagName('checkoutRefreshDate')[0].firstChild.nodeValue;<br/><br/> checkoutMessage = 'This page was locked for editing by ' + checkoutUser + ' on ' + checkoutDate + '. The page will be available for editing after the changes have been saved.';<br/> }<br/><br/> if (xml.getElementsByTagName('dump')[0].getElementsByTagName('autosave').length > 0) {<br/> var autosaveRoot = xml.getElementsByTagName('dump')[0].getElementsByTagName('autosave')[0];<br/> var autosaveContent = autosaveRoot.getElementsByTagName('autosaveContent')[0].firstChild.nodeValue;<br/> var autosaveDate = autosaveRoot.getElementsByTagName('autosaveDate')[0].firstChild.nodeValue;<br/> autosaveVersion = autosaveRoot.getElementsByTagName('autosaveVersion')[0].firstChild.nodeValue;<br/><br/> document.getElementById('autosavePrompt').innerHTML = '<h1>Draft Recovered</h1>We have recovered an unsaved draft of this page, created ' + autosaveDate + '.<br/><br/>' + <br/> (autosaveVersion != version ? 'However, another person has edited this page since your last draft. If you continue, their changes will be overwritten. To view these changes, <a href="http://ilife4windows.wikispaces.com/page/diff/' + encodeURIComponent(pagename) + '?v1=' + autosaveVersion + '&v2=' + version + '">click here</a>.<br/>' : '');<br/> document.getElementById('autosaveContent').innerHTML = autosaveContent;<br/><br/> autosaveDetected = true;<br/> }<br/><br/> return true;<br/>}<br/>//--><br/><br/></script><br/><br/><!-- The wiki div is styled in the customizable stylesheet --><br/><div id="content_view" class="wiki"><br/><br/> <div style="display: none;" id="autosaveContent"></div><br/> <div style="display: none;" id="autosavePrompt"></div><br/> <div id="contentEditButton"><br/><a rel="nofollow" href="http://ilife4windows.wikispaces.com/page/edit/home" id="editButton"><img style="margin: 0pt 0pt 0.5em 0.5em; float: right;" width="128" height="37" title="Edit This Page" alt="Edit This Page" src="http://ilife4windows.wikispaces.com/i/edit.png"></a><br/></div><br/><!-- google_ad_section_start --><h1 id="tochome0">iLife for Windows? An Introduction to Picasa, Audacity, and Movie Maker in Education</h1><br/> <br><br/>This wiki was originally created to support the iLife for Windows workshop at the 2007 Computer Using Educators (CUE) conference. It now supports a variety of similar workshops. Feel free to add resources by clicking on "Edit This Page" above.<br><br/><br/><ul><br/> <li><h2 id="tochome1"><a rel="nofollow" href="http://picasained.wikispaces.com/" class="wiki_link">Picasa (and PhotoStory) in Education</a></h2><br/></li><br/> <li><h2 id="tochome2"><a rel="nofollow" href="http://audacityined.wikispaces.com/" class="wiki_link">Audacity in Education</a></h2><br/></li><br/> <li><h2 id="tochome3"><a rel="nofollow" href="http://moviemakerined.wikispaces.com/" class="wiki_link">Movie Maker in Education</a></h2><br/></li><br/></ul><br/><br/><!-- google_ad_section_end --><br/><br/></div> <!-- /wiki --><br/><br/><br/><script type="text/javascript" src="http://www.wikispaces.com/_/2007071801/s/rte/richtext.js"></script><br/><script type="text/javascript" src="http://www.wikispaces.com/_/2007071801/s/scriptaculous/prototype.js"></script><br/><script type="text/javascript" src="http://www.wikispaces.com/_/2007071801/s/image_edit.js"></script><br/><br/><div id="editor_wrap"><br/><script type="text/javascript"><br/><!--<br/>var editorId = 'WikispacesEditorContent';<br/><br/>var mode = 'visual';<br/>var siteDomainShort = 'wikispaces.com';<br/>var pagename = 'home';<br/>var version = '6668735';<br/><br/>var editorConfirmDeparture = true;<br/>var editorSaving = false;<br/>var autosaveEnabled = false;<br/>var autosaveVersion = '6668735';<br/><br/> var insertImageInEditor = insertImageInVisualEditor;<br/> var editorSubmit = visualEditorSubmit;<br/> var insertInEditor = insertHTML;<br/> var insertCode = insertCodeInVisualEditor;<br/><br/> <br/> var editorBold = function() { rteCommand(currentRTE, 'bold', ''); };<br/> var editorItalic = function() { rteCommand(currentRTE, 'italic', ''); };<br/> var editorUnderline = function() { rteCommand(currentRTE, 'underline', ''); };<br/> var editorOL = function() { rteCommand(currentRTE, 'insertorderedlist', ''); };<br/> var editorUL = function() { rteCommand(currentRTE, 'insertunorderedlist', ''); };<br/> var editorHR = function() { rteCommand(currentRTE, 'inserthorizontalrule', ''); };<br/> var editorInsertLink = function() { dlgInsertLink(currentRTE, 'link'); };<br/> var editorRemoveLink = function() { rteCommand(currentRTE, 'unlink', ''); };<br/> var editorInsertImage = function() { dlgInsertImg(currentRTE); };<br/> var editorEmbedMedia = function() { dlgEmbedMedia(currentRTE); };<br/> var editorInsertTable = function() { dlgInsertTable(currentRTE, 'table', ''); };<br/> var editorInsertChar = function() { dlgInsertChar(currentRTE, 'insertchar', ''); };<br/> var editorSelectFont = function(selectObj) { selectFont(currentRTE, selectObj.id); updateHierarchy(); };<br/> <br/><br/> var stylesheetUrl = 'http://www.wikispaces.com/stylesheet/view/www';<br/> initRTE('/s/rte/'); <br/>//--><br/></script><br/><br/><form style="border: 0pt none ; margin: 0pt; padding: 0pt; background-color: rgb(255, 255, 255); display: inline;" name="rte" onsubmit="return editorSubmit();" action="http://ilife4windows.wikispaces.com/page/edit/home?goto=" class="form" method="post"><br/><br/><!-- top/floating editor bar --><br/><div id="Buttons1_container"><br/> <table style="margin: 0pt; padding: 0pt;" width="100%" id="Buttons1_WikispacesEditorContent" class="rteBk" cellspacing="0" cellpadding="0"><br/> <tbody><tr><td valign="top"><img style="vertical-align: top;" width="8" height="8" src="http://ilife4windows.wikispaces.com/i/bTLin.gif"></td><br/> <td><img width="22" height="23" id="rteBoldBtn" class="rteImg" title="Bold" alt="Bold" src="http://ilife4windows.wikispaces.com/s/rte/images/bold.gif"></td><br/> <td><img width="22" height="23" id="rteItalicBtn" class="rteImg" title="Italic" alt="Italic" src="http://ilife4windows.wikispaces.com/s/rte/images/italic.gif"></td><br/> <td><img width="22" height="23" id="rteUnderlineBtn" class="rteImg" title="Underline" alt="Underline" src="http://ilife4windows.wikispaces.com/s/rte/images/underline.gif"></td><br/> <td><select style="margin: 1px; font-size: 14px; width: 100px; height: 20px;" id="formatblock_WikispacesEditorContent"><br/> <option style="font-weight: bold; font-size: 1.4em;" value="<h1>">Heading 1</option><br/> <option style="font-weight: bold; font-size: 1.3em;" value="<h2>">Heading 2</option><br/> <option style="font-weight: bold; font-size: 1.1em;" value="<h3>">Heading 3</option><br/> <option value="<p>" selected="selected">Normal</option><br/> <option style="font-family: monospace;" value="<code>" disabled="disabled">Code</option><br/> </select></td><br/> <td><img style="margin-top: 4px;" width="1" height="20" class="rteSep" alt="" src="http://ilife4windows.wikispaces.com/s/rte/images/blackdot.gif"></td><br/> <td><img width="22" height="23" id="rteOrderedListBtn" class="rteImg" title="Ordered List" alt="Ordered List" src="http://ilife4windows.wikispaces.com/s/rte/images/numbered_list.gif"></td><br/> <td><img width="22" height="23" id="rteUnorderedListBtn" class="rteImg" title="Unordered List" alt="Unordered List" src="http://ilife4windows.wikispaces.com/s/rte/images/list.gif"></td><br/> <!-- <td><img class="rteImg" width="22" height="23" src="http://ilife4windows.wikispaces.com/s/rte/images/outdent.gif" alt="Outdent" title="Outdent" onClick="rteCommand(currentRTE, 'outdent', '')"></td>--><br/> <!--<td><img class="rteImg" width="22" height="23" src="http://ilife4windows.wikispaces.com/s/rte/images/indent.gif" alt="Indent" title="Indent" onClick="rteCommand(currentRTE, 'indent', '')"></td>--><br/> <td><img width="22" height="23" class="rteImg" title="Horizontal Rule" alt="Horizontal Rule" src="http://ilife4windows.wikispaces.com/s/rte/images/hr.gif"></td><br/> <td><img style="margin-top: 4px;" width="1" height="20" class="rteSep" alt="" src="http://ilife4windows.wikispaces.com/s/rte/images/blackdot.gif"></td><br/> <td><img width="22" height="23" id="rteLinkBtn" class="rteImg" title="Insert Link" alt="Insert Link" src="http://ilife4windows.wikispaces.com/s/rte/images/hyperlink.gif"></td><br/> <td><img width="22" height="23" class="rteImg" title="Remove Link" alt="REmove Link" src="http://ilife4windows.wikispaces.com/s/rte/images/unlink.gif"></td><br/> <td><img style="margin-top: 4px;" width="1" height="20" class="rteSep" alt="" src="http://ilife4windows.wikispaces.com/s/rte/images/blackdot.gif"></td><br/> <td><img width="22" height="23" id="rteImageBtn" class="rteImg" title="Add Image" alt="Add Image" src="http://ilife4windows.wikispaces.com/s/rte/images/image.gif"></td><br/> <td><img width="22" height="23" id="rteMediaBtn" class="rteImg" title="Embed Media and HTML" alt="Embed Media and HTML" src="http://ilife4windows.wikispaces.com/s/rte/images/embed.gif"></td><br/> <td><img width="22" height="23" id="rteTableBtn" class="rteImg" title="Insert Table" alt="Insert Table" src="http://ilife4windows.wikispaces.com/s/rte/images/insert_table.gif"></td><br/> <td><img width="22" height="23" id="insertchar_WikispacesEditorContent'" class="rteImg" title="Insert Special Character" alt="Insert Special Character" src="http://ilife4windows.wikispaces.com/s/rte/images/special_char.gif"></td><br/> <td><img width="22" height="23" id="rteCodeBtn" class="rteImg" title="Insert Code" alt="Insert Code" src="http://ilife4windows.wikispaces.com/s/rte/images/code.gif"></td><br/> <td valign="top"><img style="vertical-align: top;" width="8" height="8" src="http://ilife4windows.wikispaces.com/i/bTRin.gif"></td><br/> <td style="background-color: rgb(255, 255, 255);" valign="top"><a rel="nofollow" id="tryFloatingToolbar" href="http://ilife4windows.wikispaces.com/#"><img style="padding: 2px 4px; vertical-align: middle;" width="56" height="20" alt="try our floating toolbar" src="http://ilife4windows.wikispaces.com/i/float_toolbar.gif"></a></td><br/> <td style="background-color: rgb(255, 255, 255);" width="99%" align="right" class="nowrap"><br/> <br/> <input type="submit" name="switch_to_plain" value="Text Editor"> <br/> <input type="button" name="preview_top" value="Preview"> <br/> <input type="button" style="font-weight: bold;" name="update_top" value="Save"> <br/> <a rel="nofollow" href="http://ilife4windows.wikispaces.com/">Cancel</a> </td><br/> </tr><br/> </tbody></table><br/></div><br/><br/><div style="width: 99%; min-width: 99%;" id="editor"></div><br/><div style="display: none;" id="WikispacesEditorContentHidden"></div><br/><br/><!-- Merging variables --><br/><div style="display: none;" id="mergeStatus">none</div><br/><div style="display: none;" id="mergeResult"></div><br/><div style="display: none;" id="mergeDiff"></div><br/><br/><!-- inputs have to come after divs, even though they are hidden, otherwise IE puts extra spaces --><br/><input type="hidden" name="changeDetected" value=""><br/><input type="hidden" name="version" value="6668735"><br/><input type="hidden" name="mode" value="visual"><br/><br/><br/><h3><i>Optional:</i> a note about this edit for the page history log</h3><br/><input type="text" name="comment" value="" class="WikispacesEditorInput" size="100"><br/><br/><br/><div style="display: none;" id="hierarchy"> </div><br/><br/><!-- bottom toolbar --><br/><table style="padding: 8px 0pt 4px; float: right;"><tbody><tr><td><br/> <span id="autosaveStatus"> </span><br/> <input type="submit" name="switch_to_plain" value="Text Editor"> <br/> <input type="submit" name="preview" value="Preview"> <br/> <input type="submit" style="font-weight: bold;" name="update" value="Save"> <br/> <a rel="nofollow" href="http://ilife4windows.wikispaces.com/">Cancel</a><br/><br/></td></tr></tbody></table><br/></form><br/><br/><p style="clear: both;" class="sm"><br/> <b>Note</b> that the content you create on http://ilife4windows.wikispaces.com is licensed under the <a rel="nofollow" href="http://www.creativecommons.org/licenses/by-sa/3.0">Creative Commons Attribution Share-Alike 3.0 License</a>.<br/> Please only submit content that you write yourself or that is in the public domain. <br/> Learn more about our <a rel="nofollow" href="http://www.wikispaces.com/open+content">open content policy</a>.<br/></p><br/><br/><!-- stuff that is not displayed (popup windows, session iframe, javascript data --><br/><br/><div style="padding: 5px; display: none;" id="imageDiv" class="WikispacesSection"><br/><br/> <h2>Insert a File</h2><br/> <p>Double click an image or file to insert it into the page.</p><br/><br/> <table id="imageJump"><br/> <tbody><tr><td style="font-size: 11px;"><br/> <form style="display: inline;" name="listModeForm" action="#" method="post"><br/> Show:</form></td><td><br/><input type="radio" style="vertical-align: text-bottom;" name="listMode" checked="checked" value="all" id="listModeAll"><label for="listModeAll">All</label><br/><input type="radio" style="vertical-align: text-bottom;" name="listMode" value="images" id="listModeImages"><label for="listModeImages">Images Only</label><br/><input type="radio" style="vertical-align: text-bottom;" name="listMode" value="files" id="listModeFiles"><label for="listModeFiles">Files Only</label><br><br/> <br/> <br/> </td></tr><br/> <tr><td style="font-size: 11px;">Page:</td><td><div id="imagePages"> </div></td></tr><br/> <tr><td style="font-size: 11px;">Jump:</td><td><div id="imageJumpLinks"> </div></td></tr><br/> </tbody></table><br/><br/> <table id="imageTable" class="imageTable"><br/> <tbody id="imageSection"></tbody><br/> </table><br/><br/> <h2 style="margin-top: 10px;">Upload New File <img width="18" height="18" id="uploadSpinner" alt="notUploading" src="http://ilife4windows.wikispaces.com/i/c.gif"></h2><br/><br/> <p>You must sign in to upload files.</p><br/> <br/> <h2 style="margin-top: 10px;">Insert External Image by URL</h2><br/><br/> <p>Enter an external image address, click "Load", then double click the image to insert it into the page.</p><br/><br/> <div style="text-align: center;" id="externalImage"></div><br/> <form style="display: inline;" onsubmit="showExternalImage(); return false;" action="#" enctype="multipart/form-data" method="post"><br/> <input type="text" name="url" id="externalImageUrl" size="30"><br/> <input type="submit" value="Load" class="default"><br/> </form><br/><br/></div><div style="display: none;" id="concurrentEditor"><br/><h1 id="concurrentEditor_otherEditor_heading">Other users editing this page</h1><br/><ul id="concurrentEditor_otherEditors"><br/> <li id="concurrentEditor_noEditors">None</li><br/></ul><br/><br/><h1 style="display: none;" id="concurrentEditor_savedVersion_heading">Changes since you started editing</h1><br/><ul id="concurrentEditor_savedVersions"></ul><br/><ul><li style="display: none;" id="concurrentEditor_savedVersion_viewChanges"></li></ul><br/></div> <div style="padding: 5px; display: none;" id="codePopupContents"><br/> <form style="display: inline;" name="codeForm" onsubmit="return false;" action="#" method="post"><br/> Format: <select name="format"><br/> <option value="text">Plain Text</option><br/> <option value=""></option><br/><br/><option value="actionscript">Actionscript</option><br/><option value="ada">Ada</option><br/><option value="apache">Apache configuration file</option><br/><option value="applescript">Applescript</option><br/><option value="asm">x86 Assembler</option><br/><option value="asp">Active Server Pages</option><br/><option value="autoit">AutoIt Window automation script</option><br/><option value="bash">Bourne Again Shell</option><br/><option value="blitzbasic">Blitz Basic</option><br/><option value="bnf">BNF: Backus-Naur form</option><br/><option value="c">C</option><br/><option value="cfdg">Context-Free Design Grammar</option><br/><option value="cfm">Coldfusion</option><br/><option value="cpp">C++</option><br/><option value="csharp">C#</option><br/><option value="css">Cascading Style Sheets</option><br/><option value="delphi">Delphi Object Pascal</option><br/><option value="diff">Diff</option><br/><option value="div">Div</option><br/><option value="dos">DOS</option><br/><option value="d">D programming language</option><br/><option value="eiffel">Eiffel</option><br/><option value="freebasic">Free Basic</option><br/><option value="fortran">Fortran</option><br/><option value="gml">Game Maker Language</option><br/><option value="groovy">Groovy</option><br/><option value="html4strict">HTML</option><br/><option value="idl">Uno IDL</option><br/><option value="ini">INJ</option><br/><option value="inno">Inno Script Object Pascal</option><br/><option value="io">IO</option><br/><option value="java">Java</option><br/><option value="java5">Java, version 5 syntax</option><br/><option value="javascript">Javascript</option><br/><option value="latex">LaTeX</option><br/><option value="lisp">Lisp</option><br/><option value="matlab">Matlab</option><br/><option value="mirc">mIRC</option><br/><option value="mysql">MySQL SQL</option><br/><option value="oracle8">Oracle SQL</option><br/><option value="ocaml">Objective Caml</option><br/><option value="pascal">Pascal</option><br/><option value="perl">PERL</option><br/><option value="php">PHP</option><br/><option value="python">Python</option><br/><option value="qbasic">QBasic</option><br/><option value="reg">Microsoft Registry</option><br/><option value="robots">robots.txt</option><br/><option value="ruby">Ruby</option><br/><option value="sas">SAS</option><br/><option value="scheme">Scheme</option><br/><option value="sdlbasic">sdlbasic</option><br/><option value="smalltalk">Smalltalk</option><br/><option value="smarty">Smarty PHP template language</option><br/><option value="sql">SQL</option><br/><option value="tcl">TCL</option><br/><option value="thinbasic">Thinbasic</option><br/><option value="tsql">Transact-SQL</option><br/><option value="vb">Visual Basic</option><br/><option value="vbnet">Visual Basic .NET</option><br/><option value="vhdl">VHSICADL, very high speed integrated circuit HDL</option><br/><option value="visualfoxpro">Visual Fox Pro</option><br/><option value="winbatch">Windows Batch Scripting</option><br/><option value="xml">XML</option><br/><br/> </select><br><br/> <span>Paste the code fragment into the text area</span><br><br/> <textarea name="code" rows="10" cols="80"></textarea><br><br/> <div style="text-align: right;"><input type="submit" value="Insert Code"> or <a rel="nofollow" href="http://ilife4windows.wikispaces.com/#">Cancel</a></div><br/> </form><br/> </div><!-- Hidden iframe for restoring session --><br/><div style="position: absolute; left: 0px; top: 0px; visibility: hidden;" id="refreshSessionDiv"><br/> <iframe style="border: 0pt none ; width: 0px; height: 0px;" name="refreshSessionIframe" src="http://ilife4windows.wikispaces.com/i/c.gif"></iframe><br/></div><br/><form style="display: inline;" name="imagePropertiesForm" onsubmit="return false;" action="http://ilife4windows.wikispaces.com/page/edit/home" method="post"> <br/> <div style="padding: 5px; display: none;" id="imageProperties"><br/> Alignment: <select name="imageAlign"><br/> <option value="">None</option><br/> <option value="left">Left</option><br/> <option value="center">Center</option><br/> <option value="right">Right</option><br/> </select><br/> <br><br/> Link: <span id="imageLink"></span><br><br/> <span style="display: none;" id="imageLinkControlsActive"><br/> <a rel="nofollow" href="http://ilife4windows.wikispaces.com/#">Change Link</a> · <br/> <a rel="nofollow" href="http://ilife4windows.wikispaces.com/#">Remove Link</a><br/> </span><br/> <span id="imageLinkControlsInactive"><br/> <a rel="nofollow" href="http://ilife4windows.wikispaces.com/#">Add Link</a><br/> </span><br/> <br><br/> <span id="imageCaption"><br/> Caption: <input type="text" name="imageCaption" size="20"><br/> </span><br/> </div> <br/></form><br/><script type="text/javascript" language="JavaScript"><br/><!--<br/> var allFiles = new Array();<br/> <br/>//--><br/></script></div><br/></div></div></div> <br/> <br/> </td>
-
Page Comments
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.