Legoland - tipy














Google released a feature quietly http://google.com/dictionary that gives you synonyms, usages, images, relationship and use in other languages...etc. This is fascinating! Try Clock for example with plethora of uses http://www.google.com/dictionary?aq=f&langpair=en|en&q=clock&hl=en
You can also write in another language for example Arabic. If you type (or copy and paste كهرمان) you get Amber. It would detect the language and suggest you to switch to the Arabic dictionary.I use this for sure on my iPhone. I'll go to http://google.com/dictionary and create a shortcut on my screen :)
Ha egy nagyon hosszú Vim parancsot, akar az ember végrehajtani (mint pl. ez: :%s:^\([A-Z_]\+\)$:select 'update linc.systwodb_rasth set \1 = '||case when sr.ccy != 'HUF' then round(cl.\1,2) else round(cl.\1) end ||' where racc_no = '''||cl.racc_no||''' and \1 = '||cl.\1||' ; ' from linc.systwodb_rasth cl, rasth_tizedes sr where sr.racc_no = cl.racc_no and ( ( sr.ccy = 'HUF' and round(cl.\1) != cl.\1 ) or ( sr.ccy != 'HUF' and round(cl.\1,2) != cl.\1) ) ;\rselect 'commit;' from dual ;\r), akkor sokkal célszerűbb egy külön – akár ideiglenes – bufferben megírni, majd belemásolni a sort egy regiszterbe, és kiadni a :@<regiszter> parancsot.
:help :@
(A fenti az nem is hosszú Vim parancs, hirtelen belepislantva a history-ba, a leghosszabb 1211 karakter volt J…)
When you want to search for a song or artist on Google you can type the following. It may be helpful:
intitle:"index.of" (mp3|mp4|aac|wav|rm) maureen.mcgovern -html -htm -php -asp -cf –jsp
ORANGE: Find these file types (i.e.: files with these extensions at the end, these listed are common music files)
RED: This is the artist name, or song name with a period in place of space
BLUE: Exclude these file types
You may also add these commands when searching to give different results:
Site:.edu intitle:”index of” pdf
This command for example will search for any websites which end with .edu (usually this would be for University sites, in this example) which have files in PDF format.
My laces kept coming undone.. I obviously wasn't tying them right.

Apparently there are benefits. In Safari's case - bigger battery life.
ht: S. Sullivan
As a special promotion, Strawberryway is able to offer a fantastic deal on Box.net for your business and throw in a free Dell Mini netbook.
If you’re not already familiar with Box.net then take a look at a previous post on the product. In a nutshell it’s simple sharing and collaboration.
Our promotion is for any business to sign up for Box.net Business for one year at a special price and receive a free Dell Mini.
The package:
- Box.net Business – Advanced collaboration for project collaboration and workflow, version history, content search and discovery, mobile access, extensibility and API access
- 10 user acccounts
- 100GBs of storage
- Live user training and support from Strawberryway and Box.net Inc
- Dell Mini netbook
Normally all of the above for one year would cost £2,600 (not including the Dell Mini). For this promotion all of the above is priced only £1,000 giving a saving of £1,600. Plus there’s a free Dell Mini.
Note this offer is not just for new businesses but also for those wanting to upgrade from an existing personal Box.net account. It’s also worth noting that if you’re a “microbusiness” then do not be put off by the 10 user accounts as these could be used for your project collaborators throughout the year.
For more information on this promotion please get in touch and we’ll be happy to answer any queries.
Strawberryway offer strategic business process consultancy and design for web based applications, such as Box.net, in the enterprise.
So I posted a naive tweet this morning... As I attempted to surmise the above in to 140 characters it came out as a flippant tweet of "get free dell from me"
Result = my morning got destroyed by uber volume to tweets and emails with tweeps saying "me, me, me ooh pick me"
Not surprising and totally expected in hindsight.. Next time I have free stuff I a) won't tweet before the deal is up in full somewhere and b) won't tweet about it half awake c) won't tweet when I have enough to do that same day as it is ;)
Now off to sweep up the mess that is my GTD plan for today :p
Printing On Both Sides of the Paper
Summary: A VBA macro to allow duplex printing. (This tip works with Microsoft Word 97, Word 2000, Word 2002, Word 2003, and Word 2007.)
Some printers have the capability to print on both sides of a piece of paper. This feature is called duplexing, and it can add a big chunk of change to the cost of a printer. If your printer doesn't have duplexing, the only way to achieve the same result is to pass your paper through the printer twice. The following VBA macro will assist you in this process. It first prints the odd pages in a document, prompts you to turn the paper over, and then prints the even pages.
Sub PrintBothSides() Dim iTemp As Integer ActiveDocument.PrintOut Copies:=1, PageType:=wdPrintOddPagesOnly iTemp = MsgBox("Switch paper to continue", vbOKCancel, "PrintBothSides") If iTemp = vbOK Then ActiveDocument.PrintOut Copies:=1, PageType:=wdPrintEvenPagesOnly End If End SubTip #1418 applies to Microsoft Word versions: 97 | 2000 | 2002 | 2003 | 2007
Take Control! Master the real power behind Word! Successfully master the secrets of powerful formatting and create documents that stand out from the rest. Best of all, you can create documents that are easy to maintain and quick to change.
Check out Word 2007 Styles and Templates today!
Useful!
Save paper.