The whole SEO world is confused around Google’s latest algorith update and I am no exception of this too. I have always advocated in favor of Google’s standing on their view and attempt to improve the search result experience for the end users. That doesn’t mean I ignore all the allegations people makes against Google’s […]
Archives for October 2013
DOS CMD – File/Folder Attribute Change
Run –> cmd use the cd command (Change Directory) help for the cd command cd /? in the desired folder, run the command: attrib -r -a -s -h *.* Attrib command is used to add or remove attributes to a file. The attributes include read-only, archive, system, hidden etc. To add an attribute, use a […]