Thursday, November 26, 2015
Sunday, November 22, 2015
Sunday, November 8, 2015
Thursday, November 5, 2015
Saturday, July 25, 2015
Wednesday, June 3, 2015
Basic rule for flat design
1. No drop shadows or borders .
2. Single colour icons.
3. Grid
4. Good fonts.
5. Simple
6. Lots of white space
7. Less images.
8. Maximum 3 colour a.(exception can be )
Saturday, May 30, 2015
Everything is not science.
Lots of people argue about stock market trading as a science, a mathematical logic going behind it. I don't say that mathematics is useless in field of finance, but major parts of trading have a art involved in.
Suppose every one started following technical charts, than every one would
Be waiting for same target to exist. And you won't be able to make out of it.
Wednesday, February 18, 2015
Make backup of database file .mdf
.mdf to .bak Or Make a backup of databases file.
Simple and Beautiful,
Simple and Beautiful,
BACKUP DATABASE [NameOfDatabase] TO DISK = N'D:\path\yourdatabase.bak'
WITH NOFORMAT, NOINIT, NAME = N'NameOfDatabase-Full Database Backup',
SKIP, NOREWIND, NOUNLOAD, STATS = 10
Replace NameOfDatabase with name of your database.
Replace D:\path\filename.bak with place you want to backup with
Replace Name = N database name for cosmetic indexing reasons...
Example:
Subscribe to:
Posts (Atom)