Eight ideas for short story titles from the man behind WriteInvite:
- Loyalty Cards
- The Shopping Channel
- Ideal Travelling Companion
- Bakewell Tarts
- Vitamin Pills
- JB’s Nappies
- Cardigans
- Crocodile Tears
Eight ideas for short story titles from the man behind WriteInvite:
Notes from a recent training session (rather a basic one - but fundamentals are easily forgotten in stressful situations) :
Keep a copy of the job advert and spec
Keep a copy of your application form / CV
Research the department / organisation + make notes
Prepare questions to ask the interviewers
Re-read your key documents – your application form / CV etc.
Be:
There has been a long running debate amongst web designers as to whether or nor “the fold” matters, or even exists. Here are my thoughts:
For SQL 2005+
DECLARE @tableName nvarchar(MAX) SET @tableName = 'tableName' -- (1) SELECT DISTINCT ccu.table_name, ccu.constraint_name FROM INFORMATION_SCHEMA.TABLE_CONSTRAINTS tc INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS rc ON rc.unique_constraint_name = tc.constraint_name INNER JOIN INFORMATION_SCHEMA.CONSTRAINT_COLUMN_USAGE ccu ON ccu.constraint_name = rc.constraint_name WHERE tc.table_name = @tableName
Notes:
For SQL Server 2005 +
DECLARE @tableName nvarchar(MAX) SET @tableName = 'tableName' -- (1) SELECT tc.TABLE_NAME, tc.CONSTRAINT_NAME, kcu.COLUMN_NAME, kcu.ORDINAL_POSITION FROM INFORMATION_SCHEMA.TABLE_CONSTRAINTS tc INNER JOIN INFORMATION_SCHEMA.KEY_COLUMN_USAGE kcu ON tc.CONSTRAINT_NAME = kcu.CONSTRAINT_NAME WHERE tc.CONSTRAINT_TYPE = 'PRIMARY KEY' AND tc.TABLE_NAME = @tableName OR @tableName IS NULL ORDER BY tc.TABLE_NAME, kcu.ORDINAL_POSITION
Notes:
Don’t even try to remember it all. Remember that what you’ve seen is possible. Remember what is an integral foundation to what you’re doing. Remember what you work with every day. Then remember to build a good reference library … for the rest.
– Robert Vieira (Professional Microsoft® SQL Server® 2008 Programming, Page 20)
Having secured my demotion
I asked some of the interview pannel to provide feedback on my presentation / interview.
Thanks for the feedback!
Yesterday evening, we had guests for dinner. JB (5 yrs) was over tired and over excited. Perhaps that is why he was being particularly fussy about his food.
L (my wife): Eat up! Everything on your plate is something you normally eat!
JB: Yes… Except my fork.
The cheapest, fastest and most reliable components of a computer system are those that aren’t there.
– Gordon Bell Encore Computer Corporation