lecture 1

labs TuWeTh, 6 - 8pm, Pierce 301

ideas https://projects.cs50.net/projects/mobile/

web apps v. native apps

http://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/Characteristics/Characteristics.html

apple.com

apple.com

           hello,  world                hello,  world    

viewport height initial-­‐scale maximum-­‐scale minimum-­‐scale user-­‐scalable width http://googlecode.blogspot.com/2009/09/gmail-for-mobile-html5-series-reducing.html

apple-mobile-web-app-capable

http://developer.apple.com/library/safari/documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html

apple-mobile-web-app-status-bar-style

http://developer.apple.com/library/safari/documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html

apple-touch-icon.png

http://developer.apple.com/library/IOs/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html

apple-touch-icon-precomposed.png

http://developer.apple.com/library/IOs/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html

apple-touch-startup-image

http://developer.apple.com/library/IOs/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html

m.example.com

User-Agent Mozilla/5.0 (iPhone; CPU iPhone OS 5_0_1 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko) Version/5.1 Mobile/9A405 Safari/7534.48.3

if  (preg_match('/iPad|iPhone|iPod/',  $_SERVER['HTTP_USER_AGENT'])) {        header('Location:  http://m.example.com');        exit; }

if  (preg_match('/iPad|iPhone|iPod/',  $_SERVER['HTTP_USER_AGENT'])) {        header('Location:  http://m.example.com'  .  $_SERVER['REQUEST_URI']);        exit; }

WURFL http://dbapi.scientiamobile.com/wiki/ http://wurfl.sourceforge.net/nphp/

CS50 Appliance manual.cs50.net/Appliance

LAMP Linux Apache MySQL PHP

text editors Emacs gedit Notepad++ TextWrangler vim ...

IDEs Aptana Studio Eclipse Geany Komodo Edit NetBeans ...

frameworks jQTouch jQuery Mobile Sencha Touch ...

version control

http://nvie.com/posts/a-successful-git-branching-model/

http://nvie.com/posts/a-successful-git-branching-model/

git git init git add --all git commit git push ... git clone ... git pull ...

release cycle week

Mon

Tue

Wed

1 2

Fri proposal

design document style guide

3 4

Thu

beta code reviews

release

OOP

       class  Stock        {                //  stock's  symbol                public  $symbol  =  NULL;                //  stock's  name                public  $name  =  NULL;                //  stock's  most  recent  price                  public  $price  =  NULL;                //  time  at  which  the  stock  last  changed  hands  (measured  in  the  number                //  of  seconds  since  the  Unix  Epoch  (January  1  1970  00:00:00  GMT)                public  $time  =  NULL;                //  percent  by  which  the  stock's  price  changed  over  the  course                  //  of  the  most  recent  (business)  day                  public  $change  =  NULL;                //  most  recent  (business)  day's  opening  price                public  $open  =  NULL;                //  most  recent  (business)  day's  high                public  $high  =  NULL;                //  most  recent  (business)  day's  low                public  $low  =  NULL;        }

MVC

http://www.symfony-project.org/jobeet/1_2/Propel/en/04

CodeIgniter

http://codeigniter.com/user_guide/overview/appflow.html

to be continued...

week Mon Tue Wed Thu Fri - cs164

http://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/Characteristics/Characteristics.html ...

766KB Sizes 3 Downloads 268 Views

Recommend Documents

week Mon Tue Wed Thu Fri - cs164
Page 2 ... /UserExperience/Conceptual/MobileHIG/Characteristics/Characteristics.html ... /appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html ...

Sun Mon Tue Wed Thu Fri Sat
Sun. Mon. Tue. Wed. Thu. Fri. Sat. 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13 Arlington Hts. 6:25pm Field 4. (home) vs Loose. Cannons. 14 Arlington Hts. 6:25pm Field ...

MON TUE WED THU Studio 1 Studio 2 Studio 1 Studio 2 Studio 1 ...
Mambo Elite. Fede & Paola. CHOREOGRAPHY. 4.00pm. Juan Direction. Juan. 5.00pm. B-Souls. Ali & Kelsi. SQUAD. 6.00pm. Bachata Unit. Juan & Yiseul.

BAN DOC THU MON - ON LUYEN THI TRAC NGHIEM GDCD.pdf ...
There was a problem previewing this document. Retrying... Download. Connect more apps... Try one of the apps below to open or edit this item. Main menu. Whoops! There was a problem previewing BAN DOC THU MON - ON LUYEN THI TRAC NGHIEM GDCD.pdf. Retry

Untitled - cs164
High Performance MySQL. Page 12. partitioning. High Performance MySQL. Page 13. high availability. High Performance MySQL. Page 14. realtime apps ...

Specification - cs164
need a Mac for the course until Mon 3/19, but Xcode comes with iOS Simulator, which might prove handy for testing in the short term. If you do have a Mac, know ...

Specification - cs164
Computer Science 164: Mobile Software Engineering. Harvard College .... Log into your Bitbucket account and create a new, private repo as follows: □ Select ...

Efficient Rewriting Techniques - Tue
Apr 1, 2009 - negation by swapping subtrees and splitting/merging C nodes using conjunctions and disjunctions in the conditions). ...... Cryptographic Keys from Noisy Data Theory and Applica- tions. Faculty of Electrical Engineer- ing, Mathematics &

Syllabus - cs164
Computer Science 164: Mobile Software Engineering ... Description .... intend to use outside of the course (e.g., for a job) must be approved by the staff. ... Administrative Board and the outcome for some student is Admonish, Probation, ...

Evil Hangman - cs164
thereafter, you might also want to sign up for the iOS Developer Program at ... Because the course is part of the iOS Developer University Program, you will be ...

Mobile Software Engineering - cs164
singletons, factories, observers, ... Page 23. unit testing. PHPUnit, Selenium, ... Page 24. UX. Page 25. performance latency, caching, ... Page 26. source control git, subversion. Page 27. IDEs. Xcode, ... Page 28. PHP frameworks. CodeIgniter. Page

Specification - cs164
Fri. 2/3. Proposal. 2/6. Design Doc, Style Guide. 2/10. Beta. 2/24. Release ... or otherwise exposed) or lifting material from a book, website, or other ... Help is available throughout the week at http://help.cs164.net/, and we'll do our best to res

Untitled - cs164
web hosts. Bluehost. DreamHost. Go Daddy. Host Gator pair Networks ... Page 3. VPSes. DreamHost. Go Daddy. Host Gator. Linode pair Networks. Slicehost.

INC (TUE) - OCT.pdf
மைழேய மைழேய வா வா. மரக வளர வா வா. உலக ெசழி-க வா வா. உழவ( மகிழ வா வா. ளக நிைரய வா வா. ைடக பிF-க வா வா. ஆ ஓட à

design patterns - cs164
sections labs design reviews, code reviews, office hours alphas new release cycle. Page 5. new release cycle. Page 6. workload. Page 7. project 1. Page 8 ...

Evil Hangman - cs164
thereafter, you might also want to sign up for the iOS Developer Program at ... Because the course is part of the iOS Developer University Program, you will be ...

de-thi-thu-mon-hoa-chuyen-khtn-lan-2-nam-2017_full-de-đ.a.pdf
A. 1,750 B. 1,670 C. 2,1875 D. 2,625. Câu 13(Chuyên KHTN_l2). Để oxi hóa hoàn toàn 0,001 mol CrCl3 thành K2CrO4 bằng Cl2. khi có mặt KOH, lượng tối ...

FRI recruitment.pdf
Loading… Whoops! There was a problem loading more pages. Whoops! There was a problem previewing this document. Retrying... Download. Connect more apps... Try one of the apps below to open or edit this item. FRI recruitment.pdf. FRI recruitment.pdf.

bo-de-thi-thu-thpt-quoc-gia-nam-2017-mon-ngu-van-co-dap-an.pdf
m. Page 3 of 75. bo-de-thi-thu-thpt-quoc-gia-nam-2017-mon-ngu-van-co-dap-an.pdf. bo-de-thi-thu-thpt-quoc-gia-nam-2017-mon-ngu-van-co-dap-an.pdf. Open.

de-thi-thu-thpt-quoc-gia-mon-tieng-anh-truong-thpt-doc ...
Question 31: One of her sons are a doctor in my mother's hospital. ... Like any other universities, the Open University can give you a degree. ... de-thi-thu-thpt-quoc-gia-mon-tieng-anh-truong-thpt-doc-binh-kieu-dong-thap-nam-2015.pdf. Page 1 ...

de thi thu mon hoa truong thpt chuyen nguyen hue lan 1.pdf ...
There was a problem previewing this document. Retrying... Download. Connect more apps... Try one of the apps below to open or edit this item. Main menu.

de thi thu thpt qg 2017 mon toan - de 1 (co dap an).pdf
Loading… Page 1. Whoops! There was a problem loading more pages. Retrying... Main menu. Displaying de thi thu thpt qg 2017 mon toan - de 1 (co dap an).pdf.

22 de thi thu mon toan tu cac truong baitap123.pdf
There was a problem previewing this document. Retrying... Download. Connect more apps... Try one of the apps below to open or edit this item. 22 de thi thu ...