Search
Search Only:

Search Keyword content static

Total: 5 results found.

1. Content static1.0.2
(CMS/Joomla)
Make your Joomla site much faster and scalable. After making the article content static, you will never need a lot of SQL to load a page from the database, load a lot of module's and plugins. You ...
2. Convert Chinese character to PinYin
(Java/Java Open Source)
... pinyins. package base.helper; public class PinYinHelper ; private static int[] code = ; public static String pinyin(String content) content = content.trim(); char[] chars = content.toCharArray(); ...
3. A simple html tidy
(Java/Java Open Source)
... java.util.Iterator; import java.util.List; import java.util.Stack; import java.util.regex.Pattern; import base.helper.TagIterator.Tag; import base.hibernate.Content; import base.hibernate.ContentManager; ...
... plugin allows you insert at most four area(Google adsense, other ads, even any html code) into different area of the article. You can dispay your ads in any of the following areas: 1.Before the content, ...
5. How to use HttpClient?
(Java/Java Open Source)
... url, List params) throws HttpException, IOException { url = MiscHelper.toAbsoluteUrl(this.baseUrl, url); PostMethod authpost = new UTF8PostMethod(url); authpost.setRequestHeader("ContentType", "application/x-www-form-urlencoded;charset=UTF-8"); // ...