Instructor
|
Useful LinksCS418-S13.UsefulLinks HistoryHide minor edits - Show changes to output Changed line 2 from:
(:*toc-float:) to:
(:*toc-float Page Contents:) Changed lines 8-9 from:
** ** to:
** Required: ''Beginning PHP5, Apache, and MySQL Web Development'' — ISBN 978-0-7645-7966-0 — [[http://www.wiley.com/WileyCDA/WileyTitle/productCd-0764579665,descCd-google_preview.html | online preview]] ** Suggested Reference: ''Learning PHP, MySQL, and Javascript'' by Robin Nixon — ISBN 978-0-596-15713-5 — [[http://proquest.safaribooksonline.com/book/databases/mysql/9780596803605 | free on-campus @safaribooksonline]] Changed lines 8-9 from:
** Beginning PHP5, Apache, and MySQL Web Development ** suggested reference: Learning PHP, MySQL, and Javascript by Robin Nixon to:
** ''Beginning PHP5, Apache, and MySQL Web Development'' — ISBN 978-0-7645-7966-0 — [[http://www.wiley.com/WileyCDA/WileyTitle/productCd-0764579665,descCd-google_preview.html | online preview]] ** suggested reference: ''Learning PHP, MySQL, and Javascript'' by Robin Nixon — ISBN 978-0-596-15713-5 — [[http://proquest.safaribooksonline.com/book/databases/mysql/9780596803605 | free on-campus @safaribooksonline]] Changed lines 76-81 from:
Web Performance Best Practices - from Google to:
* Google's [[http://code.google.com/speed/page-speed/docs/rules_intro.html | Web Performance Best Practices]] !!! HTTP & Client-Side Tools * Firefox [[http://addons.mozilla.org/en-us/firefox/addon/live-http-headers/ | Live HTTP Headers]] — extension * Firefox [[http://addons.mozilla.org/en-us/firefox/addon/firebug/ | Firebug]] extension * [[http://www.chromium.org/devtools/google-chrome-developer-tools-tutorial | Using Developer Tools for Chrome]] — view HTTP headers, download time, object sizes | ]] Changed lines 66-74 from:
!!! 34SP's client-side input validation examples to:
!!! HTML, CSS, & Javascript * [[http://www.htmlcodetutorial.com/ | HTML Code Tutorial]] (includes CSS tutorial) ** [[http://www.htmlcodetutorial.com/quicklist.html | list of all HTML tags]] * [[http://www.htmldog.com/guides/cssbeginner/applyingcss/ | HTMLDog's CSS Tutorial]] * [[http://www.34sp.com/hosting-library/css-cascading-style-sheets-for-websites | 34SP's CSS Links]] * [[http://www.w3schools.com/ | W3 Schools Tutorials]] (HTML, CSS, Javascript, XML, PHP) * [[http://www.javascriptkit.com/jsref/ | Javascript Kit]] — Javascript reference * [[http://www.codeave.com/javascript/category.asp?u_category=Forms | client-side input validation examples]] * [[http://jquery.com/ | JQuery]] Changed lines 60-64 from:
** PHP: [[http://php.net/manual/en/function.htmlentities.php | htmlentities()]] to:
** PHP: [[http://php.net/manual/en/function.htmlentities.php | htmlentities()]] documentation ** PHP: [[http://us2.php.net/manual/en/function.html-entity-decode.php | html_entity_decode()]] documentation ** w3schools: [[http://www.w3schools.com/PHP/func_string_htmlentities.asp | htmlentities()]] documentation ** w3schools: [[http://www.w3schools.com/PHP/func_string_html_entity_decode.asp | html_entity_decode()]] documentation ** WikiPedia: [[http://en.wikipedia.org/wiki/Lightweight_markup_language | Lightweight Markup Language]] Changed lines 60-63 from:
** ** w3schools ** to:
** PHP: [[http://php.net/manual/en/function.htmlentities.php | htmlentities()]] reference ** PHP: [[http://us2.php.net/manual/en/function.html-entity-decode.php | htmlentities()]] reference ** w3schools: [[http://www.w3schools.com/PHP/func_string_htmlentities.asp | htmlentities()]] reference ** w3schools: [[http://www.w3schools.com/PHP/func_string_html_entity_decode.asp | html_entity_decode()]] reference Changed lines 60-62 from:
** [[ ** ** to:
** [[http://www.w3schools.com/PHP/func_string_htmlentities.asp | w3schools: HTML Entities]] ** w3schools: [[http://php.net/manual/en/function.htmlentities.php | PHP htmlentities()]] ** PHP.net [[http://us2.php.net/manual/en/function.html-entity-decode.php | htmlentities()]] reference Changed lines 55-62 from:
* [[ * ** [[ * [[ * ** ** to:
* [[http://us2.php.net/manual/en/ref.datetime.php | Date/Time Functions]] * Regular Expressions ** [[http://us2.php.net/regex | PHP Regular Expressions]] ** [[http://oreilly.com/catalog/9780596528126/ | Mastering Regular Expressions 3rd Edition]] * Escaping HTML ** [[W3schools: HTML Entities | http://www.w3schools.com/PHP/func_string_htmlentities.asp]] ** w3schools: [[PHP htmlentities()| http://php.net/manual/en/function.htmlentities.php]] ** PHP.net [[htmlentities() | http://us2.php.net/manual/en/function.html-entity-decode.php]] reference Changed lines 48-63 from:
to:
* [[http://us2.php.net/manual/en/ref.var.php | Variable Handling Functions]] * [[URI Encoding]] ** [[http://us2.php.net/manual/en/function.urlencode.php | urlencode()]] ** [[http://us2.php.net/manual/en/function.urldecode.php | urldecode()]] ** [[http://www.w3schools.com/tags/ref_urlencode.asp | URL Encoding Reference]] ** [[http://www.blooberry.com/indexdot/html/topics/urlencoding.htm | More explanation and examples]] (@blooberry.com) ** [[http://tools.ietf.org/html/rfc3986 | RFC 3986]] — Uniform Resource Identifier (URI): Generic Syntax * [[ | Date/Time Functions]] * [[ | Regular Expressions]] ** [[ | http://us2.php.net/regex]] ** [[ | http://oreilly.com/catalog/9780596528126/]] * [[ | Escaping HTML]] ** [[ | http://www.w3schools.com/PHP/func_string_htmlentities.asp]] ** [[ | http://php.net/manual/en/function.htmlentities.php]] ** [[ | http://us2.php.net/manual/en/function.html-entity-decode.php]] ** [[ | http://www.w3schools.com/PHP/func_string_html_entity_decode.asp]] ** [[ | http://en.wikipedia.org/wiki/Lightweight_markup_language]] Changed lines 28-29 from:
* [[http://netbeans.org/features/php/ | NetBeans PHP Development]] (Linux/Windows/OS X) to:
* [[http://netbeans.org/features/php/ | NetBeans IDE PHP Development]] (Linux/Windows/OS X) Changed lines 32-38 from:
* * Joins to:
* [[http://dev.mysql.com/doc/ | MySQL documentation]] ** [[http://dev.mysql.com/doc/refman/5.0/en/sql-syntax.html | SQL query syntax]] ** [[http://dev.mysql.com/doc/refman/5.0/en/data-types.html | SQL data types]] ** [[http://dev.mysql.com/doc/refman/5.0/en/select.html | SELECT statements]] * [[http://www.w3schools.com/sql/sql_join.asp | Joins]] ** [[http://www.codinghorror.com/blog/2007/10/a-visual-explanation-of-sql-joins.html | Visual Explanation of SQL Joins]] * [[http://sqlzoo.net/ | SQL Zoo - interactive SQL tutorial]] Changed lines 40-44 from:
** to:
** [[http://dev.mysql.com/doc/refman/5.0/en/pattern-matching.html | Pattern Matching]] ** [[http://dev.mysql.com/doc/refman/5.5/en/fulltext-search.html | Full-Text Search]] ** [[http://dev.mysql.com/doc/refman/5.0/en/fulltext-boolean.html | Full-Text Boolean Operators]] ** [[http://dev.mysql.com/doc/refman/5.0/en/fulltext-stopwords.html | Stopwords]] *** [[http://adsabs.harvard.edu/abs_doc/stopwords.html | NASA list]] Changed lines 25-26 from:
* [[http://www.vim.org/ | Vim (vi improved)]] ( * [[http://netbeans.org/features/php/ | NetBeans PHP Development]] to:
* [[http://www.vim.org/ | Vim (vi improved)]] (Linix/Windows/OS X) Added line 28:
* [[http://netbeans.org/features/php/ | NetBeans PHP Development]] (Linux/Windows/OS X) Changed lines 27-28 from:
* [[ ** [[nXhtml | to:
* [[http://www.nbcs.rutgers.edu/newdocs/unx01101/unx01101.php3 | Emacs Tutorial]] (Unix) ** [[http://ourcomments.org/Emacs/nXhtml/doc/nxhtml.html | nXhtml]] package for emacs - useful for editing XHTML, PHP, etc. Changed lines 24-27 from:
* Notepad++ (Windows) * * Emacs Tutorial to:
* [[http://notepad-plus-plus.org/ | Notepad++]] (Windows) * [[http://www.vim.org/ | Vim (vi improved)]] (Unix/Windows/OS X) * [[http://netbeans.org/features/php/ | NetBeans PHP Development]] * [[Emacs Tutorial | http://www.nbcs.rutgers.edu/newdocs/unx01101/unx01101.php3]] (Unix) ** [[nXhtml | http://ourcomments.org/Emacs/nXhtml/doc/nxhtml.html]] package for emacs - useful for editing XHTML, PHP, etc. Changed lines 16-20 from:
* ** * Intro to Unix (Dr * Unix to:
* [[http://www.cs.odu.edu/~mweigle/CS312-F11/Syllabus | CS 312, Fall 2011 offering]] — Weigle ** [[http://www.cs.odu.edu/~mweigle/cs312/ | Examples]] * [[https://secweb.cs.odu.edu/~zeil/cs330/web/website/Info/syllabus/page/syllabus.html | CS 330, Fall 2011 offering]] — Zeil * [[https://secweb.cs.odu.edu/~zeil/cs252/website/Directory/page/topics.html#topics | Intro to Unix]] (Dr. Zeil's CS 252) * [[http://www.cs.clemson.edu/~pargas/cslinks.html | Unix/C/HTML Useful Links]] Changed lines 3-4 from:
* * CS 418 Email List to:
* [[https://www.blackboard.odu.edu/webapps/portal/frameset.jsp | Blackboard]] * CS 418 Email List & mdash; TBD Changed lines 6-13 from:
** Beginning PHP5, Apache, and MySQL Web Development - ** suggested reference * ODU Honor Council * CS Dept Systems Group ** Create a CS Account ** CS Lab Hours * Opening X Windows Remotely to:
** Beginning PHP5, Apache, and MySQL Web Development (ISBN 978-0-7645-7966-0) — [[http://www.wiley.com/WileyCDA/WileyTitle/productCd-0764579665,descCd-google_preview.html | online preview]] ** suggested reference: Learning PHP, MySQL, and Javascript by Robin Nixon ([[http://proquest.safaribooksonline.com/book/databases/mysql/9780596803605 | free on-campus @safaribooksonline]]) * [[http://orgs.odu.edu/hc | ODU Honor Council]] * [[http://system.cs.odu.edu/ | CS Dept Systems Group]] (Unix account questions) ** [[https://sysweb.cs.odu.edu/online/ | Create a CS Account]] ** [[http://system.cs.odu.edu/?page=faq&id=labhours | CS Lab Hours]] * [[http://www.cs.odu.edu/~mweigle/courses/printing-tips.html | Printing Lecture Notes]] * [[http://www.cs.odu.edu/~mweigle/courses/remote-x.html | Opening X Windows Remotely]] Changed lines 83-86 from:
* SQUIGL-PIX — http://server251.theory.cs.cmu.edu/cgi-bin/sq-pix to:
* SQUIGL-PIX — [[http://server251.theory.cs.cmu.edu/cgi-bin/sq-pix]] * ESP-PIX — [[http://server251.theory.cs.cmu.edu/cgi-bin/esp-pix/esp-pix]] * reCAPTCHA — [[http://www.google.com/recaptcha]] * video — [[https://developers.google.com/recaptcha/]] Changed lines 88-90 from:
** http://www.google.com/addurl/ to:
** [[http://www.google.com/addurl/]] ** [[https://www.blogger.com/comment.g?blogID=25215770&postID=5975815412653416464]] * [[http://www.johnmwillis.com/other/top-10-worst-captchas | Top 10 Worst Captchas]] Changed lines 82-86 from:
* http://www.captcha.net/ * ESP-PIX * reCAPTCHA * video to:
* [[http://www.captcha.net/]] * SQUIGL-PIX — http://server251.theory.cs.cmu.edu/cgi-bin/sq-pix * ESP-PIX — http://server251.theory.cs.cmu.edu/cgi-bin/esp-pix/esp-pix * reCAPTCHA — http://www.google.com/recaptcha * video — https://developers.google.com/recaptcha/ Changed lines 88-89 from:
* http://www.google.com/addurl/ * https://www.blogger.com/comment.g?blogID=25215770&postID=5975815412653416464 to:
** http://www.google.com/addurl/ ** https://www.blogger.com/comment.g?blogID=25215770&postID=5975815412653416464 Changed lines 92-93 from:
** simple CAPTCHA ** reCAPTCHA to:
** simple CAPTCHA — [[http://captchas.net/]] (php implementation — [[http://captchas.net/sample/php/]]) ** reCAPTCHA — [[http://www.google.com/recaptcha/whyrecaptcha]] Added lines 94-99:
!!! CAPTCHA Alternatives * [[http://www.scientificamerican.com/article.cfm?id=pogue-8-alternatives-to-hated-captcha | 8 Alternatives to the Hated Captcha ]] * [[http://webdesignledger.com/tips/why-you-should-stop-using-captchas | Why You Should Stop Using CAPTCHAs]] * [[http://www.getelastic.com/6-captcha-alternatives-to-improve-conversion/ | 6 CAPTCHA Alternatives to Improve Conversion]] * [[http://akismet.com/ | Akismet ]] Added lines 47-63:
Variable Handling Functions URI Encoding urlencode() urldecode() URL Encoding Reference More explanation and examples (@blooberry.com) Date/Time Functions Regular Expressions http://us2.php.net/regex http://oreilly.com/catalog/9780596528126/ Escaping HTML http://www.w3schools.com/PHP/func_string_htmlentities.asp http://php.net/manual/en/function.htmlentities.php http://us2.php.net/manual/en/function.html-entity-decode.php http://www.w3schools.com/PHP/func_string_html_entity_decode.asp http://en.wikipedia.org/wiki/Lightweight_markup_language Added lines 66-73:
HTML Code Tutorial (includes CSS tutorial) list of all HTML tags HTMLDog's CSS Tutorial 34SP's CSS Links W3 Schools Tutorials (HTML, CSS, Javascript, XML, PHP) Javascript Kit - Javascript reference client-side input validation examples Changed lines 76-93 from:
to:
Live HTTP Headers - plugin for Firefox Using Developer Tools for Chrome - view HTTP headers, download time, object sizes Web Performance Best Practices - from Google !!! CAPTCHA * http://www.captcha.net/ * SQUIGL-PIX - http://server251.theory.cs.cmu.edu/cgi-bin/sq-pix * ESP-PIX - http://server251.theory.cs.cmu.edu/cgi-bin/esp-pix/esp-pix * reCAPTCHA - http://www.google.com/recaptcha * video - https://developers.google.com/recaptcha/ * Examples * http://www.google.com/addurl/ * https://www.blogger.com/comment.g?blogID=25215770&postID=5975815412653416464 * Top 10 Worst Captchas * Implementations ** simple CAPTCHA - http://captchas.net/ (php implementation - http://captchas.net/sample/php/) ** reCAPTCHA - http://www.google.com/recaptcha/whyrecaptcha Changed lines 31-43 from:
SELECT statements Joins Visual Explanation of SQL Joins SQL Zoo - interactive SQL tutorial Search Pattern Matching Full-Text Search Full-Text Boolean Operators Stopwords to:
* MySQL documentation ** SQL query syntax ** SQL data types ** SELECT statements * Joins * Visual Explanation of SQL Joins * SQL Zoo - interactive SQL tutorial * Search ** Pattern Matching ** Full-Text Search ** Full-Text Boolean Operators ** Stopwords *** NASA list Added lines 3-14:
* Blackboard * CS 418 Email List * Textbooks ** Beginning PHP5, Apache, and MySQL Web Development - online preview ** suggested reference: Learning PHP, MySQL, and Javascript by Robin Nixon (free on-campus @safaribooksonline) * ODU Honor Council * CS Dept Systems Group (Unix account questions) ** Create a CS Account ** CS Lab Hours * Printing Lecture Notes * Opening X Windows Remotely Changed lines 16-21 from:
to:
* CS 312, Fall 2011 offering - Weigle ** Examples * CS 330, Fall 2011 offering - Zeil * Intro to Unix (Dr. Zeil's CS 252) * Unix/C/HTML Useful Links Added lines 24-28:
* Notepad++ (Windows) * ViM Tutorial (Unix/Windows/OS X) * Emacs Tutorial (Unix) ** nXhtml package for emacs - useful for editing XHTML, PHP, etc. Added lines 30-43:
MySQL documentation SQL query syntax SQL data types SELECT statements Joins Visual Explanation of SQL Joins SQL Zoo - interactive SQL tutorial Search Pattern Matching Full-Text Search Full-Text Boolean Operators Stopwords NASA list Added lines 1-15:
!!! Admin Links !!! Refreshers !!! Editors & IDEs !!! MySQL !!! PHP !!! Programming !!! Networking !!! CAPTCHA |
History • Print • Recent Changes • Search • Login
Page last modified on December 05, 2012, at 03:34 AM