Alex Ai's Notebook

Showing posts with label blog. Show all posts
Showing posts with label blog. Show all posts

2013-11-03

How to add Syntax Highlighting to Blogger Engine

CraftyFella has a good post for it, please go to:

    http://www.craftyfella.com/2010/01/syntax-highlighting-with-blogger-engine.html

Posted by Unknown at 10:34:00 No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: blog
Older Posts Home
Subscribe to: Posts (Atom)

Search This Blog

Popular Posts

  • use Android-Query in Android Studio
    1. in build.gradle, add: dependencies { compile 'com.googlecode.android-query:android-query:0.24.3' } 2. in Fragment class:...
  • Android Ajax Authentication using Android-Query and Grails Spring Security Plugin
    This post shows code on client end only. Code in fragment class: private AQuery aq; String svalue = null; // keep current session id @Ov...
  • get error when use logout in the page genarated by Grails Spring Security Pluin
    the error message is:     The specified HTTP method is not allowed for the requested resource. reason: Grails Spring Security Plugin u...
  • Hack TPanel to use VCL and Firemonkey together
    Put a panel on VCL form, then assign the form property to Firemonkey Form object. Here is the code to hack TPanel: unit FMXAdapter; inter...
  • Failed to run new Grails project after upgrade to Grails2.3
    after upgrade to Grails 2.3, when you create a new default Grails project, then run-app, it will failed and get error: : Groovy: compiler ...
  • Where's the file LogoutController.grooxy in project after installed Grails Spring Security 2.0RC plugin
    Sometimes, we need override class LoginController or LogoutController when using ajax authentication function of Grails Spring Security plug...
  • 解决Android Studio设计界面中文乱码
    通过很简单的设置就可以解决 : Settings - Appearance - 选上 Override default fonts by - 选择字体 simsun - apply   搞定!
  • @Secured annotation can not be resolved in Grails 2.3.1
    error message in editor:     Secured is not an annotation in @Secured solution: add: import grails.plugin.springsecurity.annotation.S...
  • How to install Spring Security Core Plugin 2.0 in Grails
    1. in BuildConfig.groovy, add: compile ':spring-security-core:2.0-RC2' and maven repository: mavenRepo 'http://repo.spring.i...
  • Add Jar file as library in Android Studio
    add in build.gradle : compile files('libs/android-query-full.0.26.2-beta.jar') add multiple files like this: compile fileTree(di...

Tags List

  • android (6)
  • android studio (1)
  • android-query (3)
  • blog (1)
  • delphi (1)
  • firemonkey (1)
  • GGTS (2)
  • grails (8)
  • groovy (1)
  • HTML (1)
  • plugin (5)
  • spring-security (5)
  • web (3)
Watermark theme. Powered by Blogger.