Showing posts with label Git. Show all posts
Showing posts with label Git. Show all posts

November 11, 2011

Blogger Authorship, Google Search

Dashboard > Design > Page Elements > Add a Gadget > HTML/JavaScript

Title
Authorship

Content

Links

google.com/support/webmasters/bin/answer.py?answer=1229920
google.com/support/webmasters/bin/answer.py?answer=1408986

attrib

:: for Windows
:: Recursively remove hidden and system attributes
:: on files and folders
cd "%localappdata%/microsoft/windows"

attrib -s -h /s /d

Links

nerdfortress.com/2009/12/18/recursively-remove-the-hidden-attribute-on-windows-files
ss64.com/nt/attrib.html

November 7, 2011

Blogger Custom Navbar

This all started when I decided to change the URL of my blog. The problem comes with searching the blog. I know these methods to search a Blogger blog:

1. using the Navbar
2. using Search Box Gadget
3. using Google Custom Search
4. Google Search Form

Navbar
google.com/support/forum/p/blogger/thread?tid=0225b59807fc566e

When you change the URL of your blog, older posts are no longer searchable. Some have said that only the last 26 posts are searchable. I have found that any existing posts or Imported posts with date earlier than the URL change are not searchable by the Navbar. A workaround is to go to each post and change the date to Automatic, but this is not feasible for large blogs.

Search box gadget
This is similar to the Navbar, but allows for some customization. It suffers from same search problem as the Navbar.

Google Custom Search Engine
This is similar to the Navbar, but allows for some customization. It suffers from search problems as well.

Google Search Form
go to
Design > Add a Gadget > HTML/JavaScript
and add the custom Navbar

Links

bloggerguide.lk/2008/02/howto-add-custom-css-class-to-blogger.html
darrenhoyt.com/2007/09/15/build-a-simpler-google-search-form
howtoinblogger.com/blogger-tutorials/how-to-remove-blogger-navbar-using-gadget

October 18, 2011

FFmpeg, Screencast Linux

A screencast is a digital recording of computer screen output, also known as a video screen capture, often containing audio narration. The term screencast compares with the related term screenshot; whereas screenshot is a picture of a computer screen, a screencast is essentially a movie of the changes over time that a user sees on a computer screen, enhanced with audio narration.


Links

srcbin.blogspot.com/2009/09/record-your-desktop-with-ffmpeg.html

October 17, 2011

Notepad++

Install
  • Choose Components
    • Context Menu Entry
    • Plugins
      • NppExport
         
  • Create C:\Program Files (x86)\Notepad++\asNotepad.xml
     
  • Edit C:\Users\Steven\AppData\Roaming\Notepad++\stylers.xml

Preferences
  • Editing
    • Folder Margin Style = None
    • Display bookmark = no
    • Enable current line highlighting = no

Style Configurator
  • Global Styles
    • Default Style
      • Font name = Lucida Console

Links

geekcredential.wordpress.com/2011/02/24/how-to-configure-notepad-to-always-open-in-a-new-window

RtmpDump Parameters