|
Written by Josh Lyon
|
|
Tuesday, 25 August 2009 10:53 |
|
A friend of mine and I were sharing tips on blackberry tricks the other day when he showed me some shorcuts for Cut, Copy, and Paste (see immediately below). He found a list of other shortcuts and e-mailed them to me so I figured I would post them here for others to use as well.
Cut, Copy, and Paste You can also find other similar commands in the typing section below. • To cut highlighted text when typing, press the Shift key and the Backspace/Delete key. • To copy highlighted text when typing, press the Alt key and click the trackball. • To paste highlighted text when typing, press the Shift key and click the trackball.
See below for even more shortcuts...
|
|
Written by Josh Lyon
|
|
Friday, 07 August 2009 07:04 |
|
See below for a great shell command to get a listing of the count of files in all the folders in the current directory and below. It will produce an output similar to the following which can then be manipulated in a data-processing application:
1 ./example/dir1 256./example/dir2 3 ./example/dir3/dir4/dir5 10 ./example/dir3/dir4/dir6 67 ./example/dir3/dir4/dir7
Command:
find . -type f -printf %h"\n" | sort | uniq -c |
|
Written by Josh Lyon
|
|
Tuesday, 28 July 2009 08:56 |
|
I recently received a question from one of my friends regarding the use of keywords and descriptions within meta tags on a website to improve ranking of their site. They asked if they could increase the frequency of how often those tags were shown so they could improve the ranking of their site. My response was as follows:
|
|
Written by Josh Lyon
|
|
Monday, 13 July 2009 16:56 |
|
I always forget how to get into maintenance mode on Sharepoint pages to close / remove webparts that are (potentially) causing issues. Sometimes you will even get an error message that provides a link to the maintenance mode pages. There is also some convoluted way of getting into maintenance mode, but I can never remember it.
An easy way to get into maintenance mode is to simply add ?contents=1 to the URL. For example, if your URL was http://sharepointsite.com/pages/default.aspx you would go to http://sharepointsite.com/pages/default.aspx?contents=1 |
|
|
|
<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>
|
|
Page 6 of 22 |