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?
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);
# 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 ?