///////////////////// This creates an Apache server with mod_wsgi 3.4 and Python 2.7 installed running Django 1.5.1
The Django libraries are installed in the ~/webapps//lib/python2.7/django directory.
The front-end web server proxies incoming requests to the Apache server listening on an unprivileged port.
A cron job is created to restart the Apache server every 20 minutes if it is not already running.
To restart Apache, run: ~/webapps//apache2/bin/restart To start Apache, run: ~/webapps//apache2/bin/start To stop Apache, run: ~/webapps//apache2/bin/stop
Django documentation is available at: http://docs.webfaction.com/software/django/index.html Python documentation is available at: http://docs.webfaction.com/software/python.html /////////////////
"Freedom of speech" is so last century. "Freedom of thought" is the thing. e.g. Buddha Himself has given us freedom to doubt Him, to challenge Him, to think He was a cheat, a pervert etc. Cool? Not so fast. (1) Saya U San Tun, a former Rector of Mandalay Uni, upon returning from foreign studies thought to himself that monks in Myanmar could not be as studious and knowledgeable as he was. He went blind till he took the "spiritual cure." (2) King Sakka's father in law found himself bound up in chains once he thought ill of Sakka, and got free of the chains again once he had grateful thoughts aobut Sakka's good deeds to him. (3) King Alaung Sithu's blindness. Now, why would you think Lord Buddha lies to you? Hundreds of things He said, you verify them to be true. If you are sincere, humble and open-minded, you can take them as evidence of His veracity. If you are over-sceptical, at least, you can suspend your judgement as if you are in an IDEO brainstorming session, or you can give Him the benefit of the doubt. Feel free to think very very freely. And there are consequences for every thought.
(1) I still pick up and study respectfully every new TOEFL/IELTS book. But given my teachers, I look down on all of them. (2) I still check out every hot education software. Given my teachers, I look down on all of them. Pls, don't mention Harvard, Stanford, IBM, Cisco, Google Course Builder etc. I also know how to search on Google/Bing etc, right ? ;-)
I am a bit dumb, very humble and very easily satisfied. But I know that Than Toe Aung (my big hero) is not Baha Doo, that General David Petraeus (my hero too) is not Maha Thiha Thura etc.
I must at least match my teachers. If not, then what is the point of their labor?
My students must go past me.If not, then what is the point of my labor of love?
Then what is the point of the march of humanity? (maybe from a poem by Wordsworth)
(1) The earliest stage of Facebook was about 3000 lines of code. In 1 hour, you/I can download nearly a million lines of code for free. Why are these codes free? How can we make them sell-able?
(2) Programming skills alone is not enough. Product design and marketing alone is not enough. You need to think for the whole of value chain/ supply chain, adoption chain, techno and business ecology/systems.
Even with "average/normal" programmers, our team can make a big difference because programming per se is just a small piece in the big scheme of things.
Yet, some programmers are still behaving like mad-and-starving painters or poets. Real artists are starving ONLY RARELY. So, join us before it's too late ;-)
I have an application that used to work fine on webapp (an older version of GAE) but since I upgraded to webapp2 I get errors when I try to render a template. NO ANSWER AT Sep 19, 2013
Yes, Twitter moved their front end from the client to the server (link). We still have to consider the performance of client side code versus server side code. For some web applications, the performance of server side code may be better. For others, the performance of client side code may be just as good if not better.
(3) To have an interactive site you need something that can execute code on the client machine. --- This is (at the moment) usually either JavaScript, Flash or Silverlight.
None of these interact with the HTML DOM as seamlessly as JavaScript though. (4) One thing you can do is simply have the server-side code do all of the processing. You limit yourself to having only CSS available for interactivity, but you can still do just about everything by loading a new page. --> English3day --> http://stackoverflow.com/questions/5665278/is-there-a-javascript-alternative
22 comments:
deleted from go daddy
NS69.DOMAINCONTROL.COM
NS70.DOMAINCONTROL.COM
http://docs.webfaction.com/software/django/getting-started.html
/////////////////////
This creates an Apache server with mod_wsgi 3.4 and Python 2.7 installed running Django 1.5.1
The Django libraries are installed in the ~/webapps//lib/python2.7/django directory.
The front-end web server proxies incoming requests to the Apache server listening on an unprivileged port.
A cron job is created to restart the Apache server every 20 minutes if it is not already running.
To restart Apache, run: ~/webapps//apache2/bin/restart
To start Apache, run: ~/webapps//apache2/bin/start
To stop Apache, run: ~/webapps//apache2/bin/stop
Django documentation is available at: http://docs.webfaction.com/software/django/index.html
Python documentation is available at: http://docs.webfaction.com/software/python.html
/////////////////
http://docs.webfaction.com/software/django/troubleshooting.html#django-troubleshooting
Freedom of Thought
"Freedom of speech" is so last century. "Freedom of thought" is the thing.
e.g. Buddha Himself has given us freedom to doubt Him, to challenge Him, to think He was a cheat, a pervert etc.
Cool? Not so fast.
(1) Saya U San Tun, a former Rector of Mandalay Uni, upon returning from foreign studies thought to himself that monks in Myanmar could not be as studious and knowledgeable as he was. He went blind till he took the "spiritual cure."
(2) King Sakka's father in law found himself bound up in chains once he thought ill of Sakka, and got free of the chains again once he had grateful thoughts aobut Sakka's good deeds to him.
(3) King Alaung Sithu's blindness.
Now, why would you think Lord Buddha lies to you?
Hundreds of things He said, you verify them to be true.
If you are sincere, humble and open-minded, you can take them as evidence of His veracity.
If you are over-sceptical, at least, you can suspend your judgement as if you are in an IDEO brainstorming session, or you can give Him the benefit of the doubt.
Feel free to think very very freely. And there are consequences for every thought.
(1) I still pick up and study respectfully every new TOEFL/IELTS book. But given my teachers, I look down on all of them. (2) I still check out every hot education software. Given my teachers, I look down on all of them. Pls, don't mention Harvard, Stanford, IBM, Cisco, Google Course Builder etc. I also know how to search on Google/Bing etc, right ? ;-)
I am a bit dumb, very humble and very easily satisfied. But I know that Than Toe Aung (my big hero) is not Baha Doo, that General David Petraeus (my hero too) is not Maha Thiha Thura etc.
I must at least match my teachers. If not, then what is the point of their labor?
My students must go past me.If not, then what is the point of my labor of love?
Then what is the point of the march of humanity? (maybe from a poem by Wordsworth)
(1) The earliest stage of Facebook was about 3000 lines of code. In 1 hour, you/I can download nearly a million lines of code for free. Why are these codes free? How can we make them sell-able?
(2) Programming skills alone is not enough. Product design and marketing alone is not enough. You need to think for the whole of value chain/ supply chain, adoption chain, techno and business ecology/systems.
Even with "average/normal" programmers, our team can make a big difference because programming per se is just a small piece in the big scheme of things.
Yet, some programmers are still behaving like mad-and-starving painters or poets. Real artists are starving ONLY RARELY. So, join us before it's too late ;-)
http://www.peopleperhour.com/freelance/php+developer
http://www.peopleperhour.com/freelance/django+developer?sort=most-relevant&filter=all#page=2&scroll=1
http://www.freelancer.sg/jobs/Django/
http://www.freelancer.sg/hire2/Freelance-Developer/
http://www.hireme.sg
http://www.freelancezone.com.sg/
https://www.facebook.com/sgfreelancezone
http://www.sgfreelancers4hire.timzstudio.com/
http://www.guru.com/find-freelancers/Django-Developers-Programmers/0MD-S06SRV?gclid=CNTAz_jD6rkCFaRU4godEVEALg
https://cloud.google.com/console
https://appengine.google.com/
http://stackoverflow.com/questions/1525664/jquery-how-to-bind-onclick-event-to-dynamically-added-html-element
http://stackoverflow.com/questions/14841344/event-listener-not-working-on-dynamically-added-element
The site is under constructions. Don't go there yet!
http://k-tutors.appspot.com/
http://stackoverflow.com/questions/18893525/extending-google-app-engine-template-from-a-layout-that-exists-in-parent-folder
I have an application that used to work fine on webapp (an older version of GAE) but since I upgraded to webapp2 I get errors when I try to render a template.
NO ANSWER AT Sep 19, 2013
http://www.shopify.com.sg/tour/sell-online?utm_source=stdm&utm_medium=cpc&utm_campaign=Google+Search+SG&ref=singtel-sg&gclid=CKqsnOvU_LoCFWxV4godnBYAtA
http://www.zalora.sg/women/?gclid=CM-ir_LU_LoCFYtV4goddgQA3Q&wt_sn=sg.SEM%20NonBrand.Google:%20SG-[S_01]:%20Zalora.[S[CB_App_010003]:%20Zalora%20Apparel.Sitelinks.Women%27s%20Range&kwd=zalora%20singapore&ef_id=UpGKHAAAADK-Soa2:20131124051321:s
https://buddyschool.com/?gclid=CMTp8p3W_LoCFRBU4godEVwA_A
http://www.unisim.edu.sg/admissions/Undergraduate-Admissions/Pages/Undergraduate--Admissions.aspx?utm_source=UniSIM&utm_medium=CPC&utm_term=Admissions&utm_content=eng&utm_campaign=UniSIMAdmissions
http://www.wrox.com/WileyCDA/WroxTitle/Beginning-JavaScript-and-CSS-Development-with-jQuery.productCd-0470227796,descCd-DOWNLOAD.html
http://www.wrox.com/WileyCDA/WroxTitle/Beginning-JavaScript-and-CSS-Development-with-jQuery.productCd-0470227796,descCd-DOWNLOAD.html
Bitnami Django Stack already has pip.
$ pip install ./downloads/SomePackage-1.0.4.tar.gz
$ pip install http://my.package.repo/SomePackage-1.0.4.zip
pip install path/to/mypackage.tgz
pip install http://dist.repoze.org/PIL-1.1.6.tar.gz
To get NLTK
(1) numpy
http://sourceforge.net/projects/numpy/files/
(2)pyyaml
https://pypi.python.org/pypi/PyYAML -->
http://pyyaml.org/download/pyyaml/PyYAML-3.10.tar.gz
OR
https://bitbucket.org/xi/pyyaml
(3)
https://pypi.python.org/pypi/nltk
2012-11-07
OR
http://code.google.com/p/nltk/downloads/list 2011 April
http://books.google.com.sg/books?id=bdA2AAAAQBAJ&pg=RA1-PA1915&lpg=RA1-PA1915&dq=madman+jie+yu+govern&source=bl&ots=IIMGVbsRI1&sig=vkuaEXYF6YcM89c4KOCRDWogicI&hl=en&sa=X&ei=-06gUqfAMsSJrQfAj4G4Dw&ved=0CCoQ6AEwAQ#v=onepage&q=madman%20jie%20yu%20govern&f=false
https://elt.oup.com/student/oxfordenglishgrammar/intermediate/oegc_intermediate_section21/intermediate_section21_02?cc=global&selLanguage=en GOOD
http://www.universalclass.com/i/course/writing-basics-101.htm
http://www.ego4u.com/en/cram-up/grammar
http://www.ego4u.com/en/cram-up/tests/present-perfect-simple-3
GOOD
a lot of Online grammar classes
https://www.vocabulary.com/
http://www.english-guide.org/category/vocabulary/food kids'
http://www.englishclub.com/vocabulary/world-continents.htm static
http://www.ego4u.com/en/cram-up/vocabulary/description
http://www.ego4u.com/en/cram-up/vocabulary/description/exercises?02
http://www.manythings.org/vocabulary/lists/l/words.php?f=ogden-picturable
http://a4esl.org/a/v.html
http://a4esl.org/q/h/vc-household-lb.html
http://www.englishvocabularyexercises.com/AWL/AWLSublist10-Ex1a.htm
http://www.learnenglish.de/vocabulary/body.html pictures
word list
http://www.cambridgeenglish.org/images/84669-vocabulary-list.pdf
games
http://www.manythings.org/lulu/d1.html
http://www.manythings.org/lulu/d2.html# find/match/eyes/arrows/paris/memory
http://stackoverflow.com/questions/1660060/how-to-prevent-your-javascript-code-from-being-stolen-copied-and-viewed
Don't. Minify or obfuscate?
(1) In terms of client side Javascript is the only way to manipulate the DOM. In terms of server side there are a multitude of ways. --- what ways?
(2) http://planet.jboss.org/post/the_fall_of_server_side_web_frameworks
Yes, Twitter moved their front end from the client to the server (link). We still have to consider the performance of client side code versus server side code. For some web applications, the performance of server side code may be better. For others, the performance of client side code may be just as good if not better.
(3) To have an interactive site you need something that can execute code on the client machine. --- This is (at the moment) usually either JavaScript, Flash or Silverlight.
None of these interact with the HTML DOM as seamlessly as JavaScript though.
(4)
One thing you can do is simply have the server-side code do all of the processing. You limit yourself to having only CSS available for interactivity, but you can still do just about everything by loading a new page.
--> English3day --> http://stackoverflow.com/questions/5665278/is-there-a-javascript-alternative
-->
8w7.
instinctual = 3+ 4 wing + Sexual variant
Type 8 SP
Post a Comment