Difference between revisions of "User:Minooz/school references"
(→Resources for College) |
(→Useful links for Programming) |
||
(12 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
==Resources for College== | ==Resources for College== | ||
+ | === CheatSheets=== | ||
+ | * [http://www.cheatography.com/davechild/cheat-sheets/css2/ CSS] | ||
+ | * [http://www.cheatography.com/davechild/cheat-sheets/linux-command-line/ unix commands cheat-sheet] | ||
+ | * [http://www.addedbytes.com/download/sql-server-cheat-sheet-v1/png/ SQL Server] | ||
+ | * [http://www.addedbytes.com/download/javascript-cheat-sheet-v1/png/ javascript] | ||
+ | |||
===Useful links for Programming=== | ===Useful links for Programming=== | ||
*General | *General | ||
Line 24: | Line 30: | ||
:[http://forums.asp.net/t/1040044.aspx scope Identity - problem solving] | :[http://forums.asp.net/t/1040044.aspx scope Identity - problem solving] | ||
:[http://www.obout.com/grid/grid_data_sources_data_set.aspx very good data] | :[http://www.obout.com/grid/grid_data_sources_data_set.aspx very good data] | ||
+ | : [http://www.xefteri.com/articles/show.cfm?id=18 how post back works] | ||
*C, C++ Tutorials | *C, C++ Tutorials | ||
Line 72: | Line 79: | ||
:2- [http://www.computerhope.com/jargon.htm computer_hope] | :2- [http://www.computerhope.com/jargon.htm computer_hope] | ||
:3- [http://www.ee.surrey.ac.uk/Teaching/Unix/index.html unix commands for beginners] | :3- [http://www.ee.surrey.ac.uk/Teaching/Unix/index.html unix commands for beginners] | ||
+ | :4- [http://steve-parker.org/sh/sh.shtml Good bash scripting book] | ||
+ | |||
===CDOT - Resources=== | ===CDOT - Resources=== | ||
Line 93: | Line 102: | ||
:11-[http://www.quirksmode.org/ Compatibility of Browsers] | :11-[http://www.quirksmode.org/ Compatibility of Browsers] | ||
:12- How to code secure Web Applications[http://voxel.dl.sourceforge.net/project/owasp/Guide/2.0.1/OWASPGuide2.0.1.pdf ] | :12- How to code secure Web Applications[http://voxel.dl.sourceforge.net/project/owasp/Guide/2.0.1/OWASPGuide2.0.1.pdf ] | ||
+ | : Apr-2011 | ||
+ | :13- CSS tutorial on [http://css.maxdesign.com.au/listutorial/roll_master.htm lists] | ||
===Scripting - Shells - Cygwin=== | ===Scripting - Shells - Cygwin=== | ||
Line 153: | Line 164: | ||
: [http://zenit.senecac.on.ca/wiki/index.php/DPS909 DPS909] | : [http://zenit.senecac.on.ca/wiki/index.php/DPS909 DPS909] | ||
− | + | ===Android=== | |
: Android widget [http://www.tat.se/home/ 3D screen] | : Android widget [http://www.tat.se/home/ 3D screen] | ||
: Android developers [http://developer.android.com/index.html Home Page] | : Android developers [http://developer.android.com/index.html Home Page] | ||
Line 159: | Line 170: | ||
: Android App development in Scheme [http://androidscheme.blogspot.com/2010/10/introduction-to-android-app-development.html] | : Android App development in Scheme [http://androidscheme.blogspot.com/2010/10/introduction-to-android-app-development.html] | ||
: How to setup your Android development environment [http://developer.android.com/sdk/index.html Android SDK] | : How to setup your Android development environment [http://developer.android.com/sdk/index.html Android SDK] | ||
− | |||
: Some blogs [http://per.bothner.com/blog/2010/AndroidHelloScheme/] | : Some blogs [http://per.bothner.com/blog/2010/AndroidHelloScheme/] | ||
− | : Google Videos [http://www.google.com/events/io/2009/sessions/MythGeniusProgrammer.html] | + | : Google Videos [http://www.google.com/events/io/2009/sessions/MythGeniusProgrammer.html]- [http://developer.android.com/videos/index.html#v=M1ZBjlCRfz0 UI design pattern] |
+ | : Add hardware device to run applications @ [http://developer.android.com/guide/developing/device.html Android dev] | ||
+ | : First application practice @ [http://developer.android.com/resources/tutorials/hello-world.html Android dev] | ||
+ | : First application practice @ [http://www.vogella.de/articles/Android/article.html#first vogella.de] | ||
+ | : [http://androgeek.com/ AndroGeek] | ||
+ | : Android [http://developer.android.com/guide/practices/design/accessibility.html Design for Accessibility] | ||
+ | : [http://www.javahotchocolate.com/tutorials/android.html Java Hot Chocolate] -> Android - Eclipse | ||
: [[User:Minooz/EJB_ECL | EJB - ECL]] | : [[User:Minooz/EJB_ECL | EJB - ECL]] |
Latest revision as of 18:19, 4 December 2011
Contents
Resources for College
CheatSheets
Useful links for Programming
- General
- CS Website (czegel)
- CS Website (Chris)
- Structure and interpretatuib of computer programs
- Programming in Ten years
- JAVA
- C#
- About Validators
- Wizard
- msdn Data Access Layer
- file Upload
- InsertIdentify
- asp.net data access layer tutorial
- scope Identity - problem solving
- very good data
- how post back works
- C, C++ Tutorials
- C plus plus
- ilearn.seneca
- ilearn.seneca/tutorial, compilers
- good FAQ (constructor)_very good
- C++ Course
- uow.edu.au
- Bjarne Stroustrup's definition
- c & c++ programming
- arachnoid good
- cplusplus I/O stream
- IBM output flags
- allexperts.com good explanation directive
- gdb how to debug
- Open Group
- copy constructors
- copy constructors-parashift
- good explanation, working with arrays
- LINKED LIST
- C, C++ Tips
- Compilers, text editors
- Integrated Development Environment IDE
- Visual Studio - How to
- Course Website(Chris)-Software Development-
- Software Development 2
- blog for debug
- real world technology
- notepad++
- dev ++
- comodo link titlelink title
- SQL
- Database [1]
Useful for Linux and Windows commands
CDOT - Resources
Web Application
- Useful for CSS, HTML
- 1-CSS FAQ
- 2-W3.org_1also,W3.org_2
- 3-how to start your web
- 4- Good Tutorial elated.com
- 5- Good CSS list csshelp
- 6- Good CSS w3
- 7- Perfect CSS, each option is displayed [2]
- 8-css-full background
- 9-walkthrough
- 10-create web application
- 11-Compatibility of Browsers
- 12- How to code secure Web Applications[3]
- Apr-2011
- 13- CSS tutorial on lists
Scripting - Shells - Cygwin
- 1-general and Perl
- 2-great CGI, Perl
- 3-more on Perl
- 4 Regular Expressions
- 5-RegEx Samples
- 6-good tutorials on Bash in pdf Introduction & Advanced
- 6- cygwin [4]
- How to setup:
- Download the setup.exe file.
- Then either it's the first installation or just installing one package, run the setup.exe file.
- Click 'next' until you get to the list of packages. Select the package (you can do 'search'). Install it.
- open bash shell here (right click on a folder and chose to open with cygwin bash [5]
- Mintty instead of bash window for Cygwin[6]
- Some features of Mintty [7]
- Mintty open here [8]
- How to setup:
- 7- better use of Cygwin
System Desing - Documentation
Fedora
wiki & IRC tutorial
- How_to_edit_a_page
- IRC How_to
- IRC2 IRC_help
- IRC3 IRC_very good
- log sample [14]
- Wiki Format [15]
- Wiki write in color [16]
- Wiki [17]
OSD600
- Terms: Build a software [18]
- Creating Applications with Mozilla
- on wiki1
- Configuring Build Options
- Real_World_Mozilla_Build_Mozilla_Lab
- Mozilla Community
- Build instructions @ developer.mozilla.org
- Blogs:
- Anna:annasob Blog1 - old blog
- Scott:[19]
- FAQ
- Fall 2007
- Fall 2010
- DPS909
Android
- Android widget 3D screen
- Android developers Home Page
- App Inventor - developer google.groups
- Android App development in Scheme [20]
- How to setup your Android development environment Android SDK
- Some blogs [21]
- Google Videos [22]- UI design pattern
- Add hardware device to run applications @ Android dev
- First application practice @ Android dev
- First application practice @ vogella.de
- AndroGeek
- Android Design for Accessibility
- Java Hot Chocolate -> Android - Eclipse