Posted by admin on Dec 25, 2008 in
Uncategorized
在中国最具创业精神的两个群体。一个就是义乌农民,他们20年如一日,在没有任何资源优势没有任何政府投资和政策倾斜的情况下,以农民种田一样的踏实创业精神,成就了全球最大的小商品市场。
而且20年如一日,保持年均30%以上的增长,也就是相当于每三年翻一番的速度持续增长,这种增长的核心驱动力就是这班原本是农民的创业精神!这些年,温州等地的相对式微其实就是创业精神的式微,义乌崛起是义乌创业精神的崛起。义乌人非凡、持久的创业精神,是义乌崛起的最根本因素,其他因素都是第二层面的。
另一个群体就是中国的个人网站站长。虽然这里面泥沙俱下,但是,中国个人网站群体绝对是中国最有创业精神的群体。蔡文胜、庞升东等人都是其中脱颖而出的佼佼者,这还是冰山的一角。下一个丁磊、陈天桥、李彦宏应该在他们中间产生,只要创业的社会条件越来越成熟,环境越来越改善。
Posted by admin on Dec 24, 2008 in
Uncategorized
The community has voted, and the votes have been tallied. The winner of Project Icon, with 35% of the votes, is Entry ID “BD,” otherwise known as Ben Dunkle. Congratulations, Ben! The runner-up was VS, otherwise known as Verena Segert, so we’ll be attaching that set to the alternate color palette that is selectable from the profile screen. As we prepare for RC1, Ben and Verena will be revising a couple of their icons so that both sets will use the same metaphors, creating the colored “on” states, and creating the larger size of each icon for use in the h2 screen headers. We are very grateful to have had the opportunity to select from so many great options, and would like to express again our appreciation for all the designers who participated in the contest. Thanks also to the more than 3700 people who completed the voting survey and took the time to weigh on on the individual icon sets.
Q.18 Which one of the sets do you think we should use as a basis for the 2.7 icons?
Icon Set
# of votes
% of votes
BD
1285
35%
VS
1080
29%
GB2
424
11%
OSD
376
10%
LS
300
8%
GB1
235
6%
The wide lead of BD and VS made it clear that voters had a clear preference for these sets.
Tags: word press, wordpress
Posted by admin on Dec 22, 2008 in
code
Well-readable and logically-structured code is necessary not merely for outlook. It speeds considerably bug hunting. If you are a developer and are working in the group, there arises another important aspect. The code should be clean and understandable by other developers you are working with.
Before using these tools and services make sure you have a backup of your data.
WordPress Themes - a great compilation of appealing and functional WordPress themes under one roof.

1. Quick Highlighter can format source codes written in over 85 languages - among them PHP, Ruby, HTML, JavaScript, Perl, Python, Smarty, XML, CSS, Delphi, C++, and more. The tool formats source code and highlights inbuilt keywords, data types etc.

2. PrettyPrinter is a source code beautifier (source code formatter), similar to indent. It knows PHP, Java, C++, C, Perl, JavaScript, and CSS.It is advisable to make a backup before you replace your code.
3. PHP Code Beautifier is a tool is designed to beautify PHP code. It applies most of the PEAR standard requirements to it. It can even process really scrambled scripts, e.g. all code in one line, and thus may help you to get scripts into a more readable form. It sets missing line breaks without removing any additional line breaks that you may use to group related things, and corrects wrong indentation according to the level of nested braces.
4. Ruby Script Beautifier is itself written in Ruby, and it is surprisingly short. The script accepts a command-line list of file names, creates a backup copy of each named file and beautifies the originals. If there is an indentation error (an imbalance of opening and closing keywords), the script will print an error message but will save the result anyway. Indentation errors that appear in functional scripts are obviously the fault of the beautifier, not the script.
5. Tabifier is a tool to properly indent computer code. It currently supports CSS, HTML, and C Style code; the latter being anything that uses curly braces to start and end blocks, and semicolons to terminate statements. JavaScript and PHP both fall into that latter category. (For JavaScript, only when you put the semicolons in, which you always should even though they’re technically optional.)
6. CSS Beautifier offers a variety of options, among them - Style Rule Settings, Style Property Settings, Alphabetizing Feature and De-Capitalization Feature.
7. CSS Formatierer und Optimierer is based on csstidy 1.3dev. The service is available in 4 languages : English, Deutsch, French, Chinese. It provides different compression layouts; you can sort selectors, properties, regroup selectors, optimize shorthands, compress colors, compress font-weight, discard invalid properties and add timestamps. It also allows to create a custom template the system will use to format the code. Note that your code should be well-formed. This is not a validator which points out errors in your CSS code.
8. Highlight.js is a tool that highlights syntax in code examples on blogs, forums and in fact on any web pages. It’s very easy to use because it works automatically: finds blocks of code, detects a language, highlights it. It also allows highlighting for code examples marked up with writing syntaxes like Markdown where there is no way to specify HTML class easily. The program knows following languages: Python, Ruby, Perl, PHP, XML, HTML, CSS, Django, Javascript, VBScript , Delphi, Java, C++, RenderMan (RSL and RIB), SQL, SmallTalk, Axapta, and 1C.
9. Code Beautifier Plus knows only 3 languages - Java, C# and ActionScript.
10. PHP Formatter is a free tool is designed to apply your own style. This is handy for the following reasons: you’ve downloaded an unreadable script or a script that doesn’t fit your style, years ago you made a script that doesn’t fit your current style, you want to publish your script, but it has to fit the PEAR style. There’s an option to color the code, delete newlines and/or comments and comment after control structures. Formatted code works exactly the same as non-formatted code. You can use your own styles. It’s suitable for PHP 4 and PHP 5. There’s an option to link PHP functions to the manual.
11. PHP_Beautifier is a Open Source PHP application, distributed under the terms of PHP Licence 3.0. This program tries to reformat and beautify PHP 4 and PHP 5 code automatically. This tool may be useful for developers who get PHP code from other coders and are slightly confused, for those who can’t read their own PHP code anymore, and for those who want to share their PHP code.
12. Online Beautifier for JavaScript is a script that is intended to explore ugly javascripts, e.g compacted in one line, Use it if you want to pretty-format your javascripts. PHP source can be seen online or fetched from subversion repository at svn://edev.uk.to/beautify.
13. Lorins simple code beautifier for C++, C#, Java, and Javascript
You can use the source code of this beautifier to creat your own code formatters.
14. Tidy consists of many program libraries and comes in many variations:
- TidyGUI is a Windows GUI encapsulation of Dave Raggett’s HTML Tidy, a free utility application from the World Wide Web Consortium that helps you clean up your web pages.
- HTML Tidy When editing HTML it’s easy to make mistakes. Dave Raggett’s HTML TIDY is a free utility for fixing the mistakes. It also works great on the atrociously hard to read markup generated by specialized HTML editors and conversion tools, and can help you identify where you need to pay further attention on making your pages more accessible to people with disabilities.
- HTML Code Export (software based upon Tidy)
- CSSTidy
- Perltidy
- HTML Validator Firefox Extension
Tags: code beautifier
Posted by admin on Dec 20, 2008 in
Uncategorized
VJ-GO is a native Joomla! 1.5 template. It is a css driven, tableless template that comes with all source files. This is a template for a clean and modern portal. Great for your travel and touristic site, loaded with module positions and featuring dropdown menus.
View demo | Homepage
Posted by admin on Dec 17, 2008 in
joomla
Tab modules - Font size increase, decrease and default - Dropdown (suckerfish) menu - Flash header based on xml native database (no need of flash experience) - Joomla1.5, Joomla1.0 compatible - All browsers compatible - Png IE6 fixed Visit here
Posted by admin on Dec 15, 2008 in
joomla
iTemplater.com has released i-Agroline, a Joomla 1.5 native template. This template is for agriculture sites and companies focused in production, but changing the background image used here, will give you the possibility to use this template for every kind of site. Featuring flash menus. Click for Live Demo
Posted by admin on Dec 13, 2008 in
Uncategorized
Dropdown (suckerfish) menu - Tab modules - Font size increase, decrease and default - Flash header based on xml native database (no need of flash experience to change the images) - Joomla1.5, Joomla1.0 compatible - All browsers compatible - Png IE6 fixed Visit here
Posted by admin on Dec 12, 2008 in
Uncategorized
Pixelsparadise.com and clubjoomla.com released "Novotech", a new fixed width (optimized for screenresolutions of 1024×768 or more) commercial template for Joomla 1.5.x.
It is a clea corporate styled, lightweight and fast loading multi purpose template and can be used for a width range of webprojects, like business homepages, smaller company sites and more.
The package includes the templates installation file, the used and ready sliced and layered Photoshop file and a small documentation.
The template provides seven different modulepositions and comes in pure and valid XTHML 1.0/CSS 2.0 code.
> Visit the "Novotech" product page
> Visit the "Novotech" preview page
> Also available at our membership site clubjoomla.com
Posted by admin on Dec 10, 2008 in
joomla
Pixelsparadise.com and clubjoomla.com released "99Details", a new fixed width (optimized for screenresolutions of 1024×768 or more) commercial template for Joomla 1.5.x.
It is a agency/freelancer styled, clean and fast loading multi purpose template and can be used for a width range of webprojects, like designer homepages, blogs, smaller company sites and more.
The package includes the templates installation file, the used and ready sliced and layered Photoshop file and a small documentation.
The template provides eleven different modulepositions and comes in pure and valid XTHML 1.0/CSS 2.0 code.
> Visit the "99Details" product page
> Visit the "99Details" preview page
> Also available at our membership site clubjoomla.com