links · people · groups · tags | My: links · tags · groups · watchlists · notes login · sign up now! | help · blog
Simpy simpy
 
Michael Shook, member since May 27, 2004
.
Search Everyone: "tips",

Top "tips" experts: mystudio69, akomember, anjanb, nperriault, expertvillage.com, ivanbrezakbrkan,

Groups about "tips": SysAdmin Tips, Google Adsense Tips, Software tips, Travel Tips, 10000tips, Beauty Tips,

1 - 4 of 4   Watch mshook
 
via http://couros.wikispaces.com/Digitalstorytelling
Try a Story Idea Prompt
So if you are stuck for ideas, here are some prompts:

    * What was your favorite childhood pet?
    * Where was your most memorable vacation?
    * What topic most inspired you in grade school?
    * Where is a place in the world you'd like to visit?
    * What is the most adventurous thing you have done?
    * Who was an influential authority in your subject discipline?
    * Or just describe a collection of things such as
          o Five attributes of a great writer
          o The top technology gadgets of the future
          o Most important discoveries in your field
          o Favorite cars, vegetables, flowers, tools
          o Collection of things that don't belong
Why is it I have such a hard time writing down stories?
by mshook 2009-10-28 08:31 story · narrative · tips · ideas · viapopular · video · howto · introduction · tutorial · swhpl · writing · susan
http://cogdogroo.wikispaces.com/StoryIdeas - cached - mail it - history
1. $(document).ready () All The Way
2. Use $(window).load ()
3. Load Only What You Really Need
4. Learn What The ‘data’ Method Is And Use It
5. Built-In Custom Selectors
6. Flag With Classes
7. Don’t Call the Same Selector Hundreds of Times
8. Chain (Almost) Everything
9. toggleClass Utility
10. Store jQuery Results

var $p = $('p.hello');
$p.css ('color', '#000000');
$p.text ('hello');
$p.addClass ('paragraph');
$p.fadeTo (1000, 1);

$('p.hello').css ('color', '#000000').text ('hello').addClass ('paragraph').fadeTo (1000, 1);
                  
by mshook 2009-08-05 18:46 jquery · javascript · useful · tips · tip · example · code · short
http://www.myinkblog.com/2009/08/04/10-tips-for-writing-better-jquery-code/ - cached - mail it - history
  1. Use HTTP
  2. Use your verbs
  3. Keep Your URL/URIs Consistent
  4. Use Your Status Codes
  5. Expose (And Accept) Multiple Data Formats
  6. Protect Your Users with OAuth
  7. Don’t Shut Off HTTP Authentication Entirely
  8. Document, Document, Document
by mshook 2009-07-05 22:14 rest · api · tips · howto · example · code · xml · json · emon
http://wonderfullyflawed.com/2009/07/02/get-your-api-right/ - cached - mail it - history
# General Questions

    * Do I need to have a gmail account to use Google Spreadsheets?
    * How can I switch off the autosave option
    * How can I have more than 100 rows ?
    * The format I want is not in the menu. What can I do?
    * How can I create a custom format ?
    * I have opened up a spreadsheet and it is totally black.
    * How does the autofill feature work?
    * How do I hide the gridlines.
    * Can I use names for ranges?
    * How can I make an email address live/clickable?

# Time and date related questions.

    * How can I calculate working times ?
    * How can I get the local time/date for my timezone?
    * How can I format time without hours?
    * How can I format time values without the seconds ?
    * How can I add times ?
    * How can I display time values which are over 24 hours ?
    * How to display the day of the week ?
by mshook 2009-06-28 22:14 google · spreadsheet · function · howto · tips · good
http://gssfaq.googlepages.com/ - cached - mail it - history
1 - 4 of 4  
Related Tags
 
- exclude ~ optional + require
Add Dates