for notes on scraping web pages, and other forms of communication, see the communicate module. That functionality has been abstracted out, but it is tricky to find:
/c/communicate/code/communicate/scrape/scrape-notes.txt
sproutcore and qooxdoo both have a selectable and sortable list object
current in firefox | http://www.google.com/# | Google | http://docs.jquery.com/Main_Page | Main Page - jQuery JavaScript Library | http://docs.jquery.com/How_jQuery_Works | Tutorials:How jQuery Works - jQuery JavaScript Library | http://api.jquery.com/category/traversing/ | Traversing – jQuery API | http://api.jquery.com/children/ | .children() – jQuery API | http://www.google.com/search?client=ubuntu&channel=fs&q=jquery+mouse+over+image+change&ie=utf-8&oe=utf-8#hl=en&expIds=17259,26767,27642&sugexp=ldymls&xhr=t&q=jquery+cycle+load+images&cp=18&qe=anF1ZXJ5IGN5Y2xlIGxvYWQg&qesig=Ke2OrBLTkolS4rF-9SQqPA&pkc=AFgZ2tkagDawdbbqzHtd3lsF-cTNaXhHCq7RpKqsZYBisJmoQ1MdaafFjEMYDwsewdPvFp-93_b7nrvKDRMCHTXEKC9eE70A1w&pf=p&sclient=psy&aq=0&aqi=&aql=&oq=jquery+cycle+load+&gs_rfai=&pbx=1&fp=e64ee6e4e8056c32 | jquery cycle load images - Google Search | http://jquery.malsup.com/cycle/ | JQuery Cycle Plugin | http://jquery.malsup.com/cycle/add.html?v2 | JQuery Cycle Plugin - addSlide Demo | https://developer.mozilla.org/en/JavaScript/Guide/Values,_Variables,_and_Literals | Values, Variables, and Literals - MDC Doc Center
I don't remember the syntax for HTML forms. Inevitably, when I'm starting a project, I need to go look up the basics. Then, I usually reuse the template that I come up with and don't look back. Here are some notes on those basics...
there is the python module webhelpers that will help in generating form markup, if you like. | http://pypi.python.org/pypi/WebHelpers | http://webhelpers.groovie.org/
This also turns out to be a good reference for common html tags, even if you don't want to generate them: | http://webhelpers.groovie.org/modules/html/tags.html
add hosting to Dreamhost domain do DNS only for free DNS hosting
- $(document).click(
- function(event){
- alert($(document).height())
});
/c/technical/instances.txt /c/technical/web/bottle-blank/views/hello_template.tpl /c/technical/web/bottle-blank/index.html /c/technical/web/bottle-blank/application.py
bespin is now called skywriter | http://mozillalabs.com/skywriter/
don't forget to look in /c/technical/web/template/js for actual javascript libraries that have been downloaded and stored locally.
having difficulty finding documentation for offline browsing for jquery libraries... but at least they're available can try this way
One of my favorites: <a href="http://www.oswd.org/design/preview/id/2699"> see free_design/index.html
make that: /c/technical/web/websites-static.txt
see /c/technical/general/websites-static.txt
new directory for javascript related notes I have tried to avoid javascript to focus on python only but I think I at least need to know something about some of the libraries available for javascript... jquery, raphaeljs, processing.js, bespin, etc
as they say, it is the lingua franca of the web.
Log in to the site Under "More Actions..." choose "Manage Site" Choose the "Web Address" Option on the left nav sidebar Add the new web address (must have a subdomain like www.)
Make the CNAME change at your registrar
First step: Create your account: | http://sites.google.com/?hl=en&tab=w3&pli=1
also [2010.02.03 09:58:48] You can create a new account on Google using your existing email: https://www.google.com/accounts/NewAccount?hl=&service=jotspot&continue=http://sites.google.com/?hl=en&tab=w3
Or, you can create a new email address too with Gmail: https://www.google.com/accounts/NewAccount?service=mail&continue=http%3A%2F%2Fmail.google.com%2Fmail%2Fe-11-118eed1a265321b8b0d4ee843f2b8326-ccbee054e9c62f93410ac36ad2857f364680bb15&type=2
also [2010.02.03 10:31:14] create a site choose a template choose the title of the site
also [2010.02.03 10:58:20] favicon create a favicon | http://www.google.com/search?client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&channel=s&hl=en&source=hp&q=favicon+d&btnG=Google+Search | favicon d - Google Search | http://www.favicon.com/ | Favicon.com - custom icons for your website! | http://tools.dynamicdrive.com/favicon/ | Dynamic Drive- FavIcon Generator
A high level over view.
Many people want to have a website of their own. The first thing to do is to decide on the reason why you want a website. Set a goal for the site, and look for the shortest path to meet that goal.
The next step is to make the site. Remember: keep it simple.
The easiest option is to use a free hosted solution like google sites, blogger, wordpress, facebook, myspace, livejournal, twitter, etc. These solutions are very user friendly and easy to get started. If you don't have much experience creating web sites, I encourage you to start here. These solutions will help you get familiar with some of the concepts of creating a website.
Even if you want your site to do more eventually, this is a great place to start. Having something in place lets gives you a frame of reference to help you define what else you need. At the very least, you'll start organizing the content you'll need for other solutions. At the very best, this option might do everything you wanted it to. Great!
More information about creating a site with Google Sites is in google_sites
The next step up on the road of website development is to register your own domain name. If you have your own domain name, you can point it to one of the free hosted solutions already mentioned. With your own domain name, you can always change where it goes. This gives you complete control over what is displayed and how it is displayed. If you change your mind on the system you want to use for the site, you can change it without having to tell people the new address. (Although links may be broken in this scenario)
The next easiest thing to do for more control over the content is create your website with static content. You will need a way to create the [static content] and a way to host it on a publicly available web server (web host).
If you need a recommendation for a good affordable host, or domain registrar, try Dreamhost: | http://www.dreamhost.com/r.cgi?266169 | If you wouldn't mind saying that I referred you, just use that link, or when asked for an email, use admin [at] charlesbrandt [dot] com (formatted as a real email address)
Details about creating a static site are in static websites
Middle ground... template based static site generation. (some programming, still static results). python/templates.txt
If you find that you are changing your static content frequently, but have difficulty keeping the navigational elements of your site up to date with the changes, it may be time to investigate a dynamically generated site. These require software or programming to automatically generate the dynamic parts of your site. These solutions may also require a different hosting solution. General solutions fall in the realm of content management systems (CMSes) and custom solutions involve using web frameworks to create web applications, or just starting from scratch with custom code to interact with a database or other storage mechanism. Call in your local programmer at this point!
Documentation specific sites should investigate documentation generation tools like epydocs and sphinx.
Remember: Don't get lost in the infinite ways of presenting your content! Start simple.