Comments have been closed as the plugin has not been updated almost forever. I would refer people to the Extended Live Archive which is the Super Archives with extra features.
As I mentioned earlier I had problems with javascripts interfering with each other while loading. While I sorted out my problems with regards to the javascript, the reason why I was playing around with javascripts has already been leaked, and by none other than Michael Heilemann of Binary Bonsai. Since this is inspired by his ideas I guess it’s only fair.
Introduction overwith, I hereby give you: The Engineered Boulderer’s Super Archives Plugin to WordPress
For a demonstration, head over to Michael’s archives page, I am going to put it on my archives page, but it requires a minor redesign before I do.
IMPORTANT The javascript functions in my script have been tested, however, if there are other function set to run when the body loads, and they have problems then the super archive Will Not Run. The process of debugging javascripts is arduous work as they simply fail silently, because of this I do not have time to perform technical support on other people’s javascripts. That said, if Michael could get Super Archives to run on the B with the combination of javascripts he uses, then you can too.
I have included some documentation below, and in the plugin package.
Changelog
Version 1.6.2: Fixed a bug where draft posts in a month would make it show up in the list of months, thanks for the heads up Matthew. Requires a rebuild of the cache (edit a post or post a comment to rebuild).
Version 1.6.1: Fixed a regression which would prevent the php script from reading the settings and cache.
Introduced a more robust Javascript method of attaching events to the loading of the window.
Version 1.6: Fetches the character set from the blog to show international characters correctly.
New functionality for truncating post titles, see documentation below or with the plugin.
Version 1.5.2: Added a missing " in the description. Check the result from each use of document.getElementById() so as to not call null objects.
Version 1.5.1: Put a more stringent check on the FAT object for the Fade Anything Technique.
Version 1.5: Fixed bug where moderated comments were counted. Also, made sure cache was updated for new comments, and post deletions, and pingbacks, etc.
Updated cache structure so the cache can update (for example due to a new comment) while people are browsing the archives without requiring a reload (the plugin should automatically update your cache if you are using an old version).
Included new functionality, see the documentation included below or with the plugin.
Version 1.2: Implements support for Internet Explorer. Many thanks to Chris Boulton for his solution which worked wonders.
Version 1.1: Fixed a bug in the javascript (simple typo, oops).
System Requirements
- Wordpress 1.5 or later
- PHP 4.3.0 or later
Documentation for The Engineered Boulderer’s Super Archive Plugin
The Super Archive plugin is one selfcontained bundle called teb-super-archive, which should be put into the plugin folder to yield the following structure:
wp-content/ ... plugins/ ... teb-super-archive/ includes/ super-archive.js tsa.php tsaAddLoadEvent.js teb-super-archive.php ... ...
The plugin writes some javascript information to the header of each page, and provides a single template function called teb_super_archive(). The function teb_super_archive() takes arguments in the url format as seen in wp_list_cats(), the tags in the arguments are described below.
If teb_super_archive() is called with the standard (empty) argument the following will be output
<div id="teb-super-archive">
<ul id="teb-super-archive-year">
<li id="teb-super-archive-year-2005">2005</li>
...
</ul>
<ul id="teb-super-archive-month">
<li id="teb-super-archive-month-5">May</li>
...
</ul>
<ul id="teb-super-archive-post">
<li id="teb-super-archive-post-...">...</li>
...
</ul>
</div>
which can be styled. The obvious result of the template tag is the <div id="teb-super-archive"></div>, the remaining code is written by javascript and is not visible by viewing source in the browser, it can be styled easily enough though.
The plugin provides an additional template function teb_sa_reset_cache() which deletes the cache files. As with any function which delete files, this function should only be used in an emergency! I have tested it on my test blog and with the help of Michael Heilemann, but there could still be bugs. Use with caution.
Tag parameters
newest_first
(boolean) Sets the sort order of years, months and posts. If true it will show the newest year, month, and post first.
- 1 (true – default)
- 0 (false)
id
(string) The id attribute for the base div of the archive, defaults to ‘teb-super-archive’.
selected_text
(string) The text that is shown after the currently selected year or month (the > sign in your example), defaults to ‘’. If you wish to use html entities (fx. » for ») you should encode it using urlencode().
selected_class
(string) Class for the currently selected year or month, defaults to ‘selected’.
num_entries
(boolean) Sets whether the number of entries for each year and month should be shown.
- 1 (true)
- 0 (false – default)
num_comments
(boolean) Sets whether the number of comments for each entry should be shown.
- 1 (true)
- 0 (false – default)
day_format
(string) A date format string to show the day (or date) for each entry (ie. ‘jS’ to show 1st, 3rd, and 14th), defaults to ‘’ (show no day). Format string is in the php date format.
number_text
(string) String to show for number of entries, can contain HTML, % is replaced with number of entries, defaults to ‘(%)’.
comment_text
(string) String to show for comments, can contain HTML, % is replaced with number of comments, defaults to ‘(%)’.
closed_comment_text
(string) String to show if comments are closed on an entry, can contain HTML, % is replaced with number of comments, defaults to ‘’ (empty string).
fade
(boolean) Sets whether changes should fade using the Fade Anything Technique, note that all elements on the page that have the class “fade” will fade, even those not in the archive.
- 1 (true)
- 0 (false – default)
error_class
(string) Class to put on paragraphs containing errors, defaults to ‘alert’.
hide_pingbacks_and_trackbacks
(boolean) Sets whether pingbacks and trackbacks should influence the number of comments on an entry. Changing this value does not take hold until the cache files are rebuilt. A true value will hide trackbacks and pingbacks from the comment number.
- 1 (true)
- 0 (false – default)
truncate_title_length
(number) Length at which to truncate titles, defaults to 0 (titles are not truncated).
truncate_title_at_space
(boolean) Sets whether at title should be truncated at the last space before the length to be truncated to, or if words should be truncated mid-senten… Has no effect if truncate_title_length is 0.
- 1 (true – default)
- 0 (false)
truncate_title_text
(string) The text that will be written after the titles that have been truncated, defaults to … (…). Same rule applies as for selected_text, use urlencode() to encode it.
Tags: Caught in the web, Plugins, Programming, WordPress
[…] Super Archive – Implements a dynamic archive, the best archives system i know. […]
[…] Super Archive – Implements a dynamic archive, the best archives system i know. […]
[…] Super Archive – Implements a dynamic archive, the best archives system i know. […]
[…] Super Archive – Arşivinizle bir bütün olarak çalışır ve arşivinizi dinamik hale getirir. […]
[…] Super Archive – Arşivinizle bir bütün olarak çalışır ve arşivinizi dinamik hale getirir. […]
For people that are having the error
Warning: mkdir(/home/.jerrie/hubs/artifacting.com/blog/wp-content/teb-super-archive-cache/cache-files/): No such file or directory in /home/.jerrie/hubs/artifacting.com/blog/wp-content/plugins/teb-super-archive/teb-super-archive.php on line 195
I had this problem also, and used much of my google-fu, however the fix is incredibly easy and horribly stupid.
1. Open up wp-setting.php in the root folder.
2. Scroll to the absolute bottom of the file.
3. Backspace until you get next to the ?>
4. Save and reload
Apparently the whitespace at the end of the file is what causes this error.
[…] Super Archive – 实现动态存档,最好的存档插件 […]
[…] You may also notice the sidebar has changed slightly. A few weeks back I noticed that the Archives section had grown rather large and seemed to obscure the reader from the actual content. So I installed a few archive page plugins and none of them were very intuitive. Then I tried Super Archives. This plugin was neat but was a nightmare to setup, so I changed to Extended Live Archives. The concept is that the archives is a dynamic CSS based AJAX archive component. The default look was exactly the same as the Super Archives, but I found some people had styled them to be very attractive. I tried my hardest to do this alone, but in the end, I ended up using someone else’s CSS as a basis that accomplished the layout I wanted. I would have really loved it if the author had styled it this way from the beginning. Then I modified it to remove the annoyances and fixed the colors. So from now on, all archives can be accessed through the archival page. […]
[…] Super Archive – 实现动态存档,最好的存档插件 […]
How do I remove the teb-super-archive-cache folder in my wp-content? It doesn’t allow me to delete it at all, saying as I have no permissions and when I try to change them, it does not allow me, saying this operation is not permitted.
Can you help?
I’m sorry I cannot help, the plugin creates the archive folders with the permissions of the parent folder, so it sounds like a permission problem at your host.
[…] Super Archive – 实现动态存档,最好的存档插件 […]
[…] Super Archive – 实现动态存档,最好的存档插件 […]
[…] Super Archive – 实现动态存档,最好的存档插件 […]
[…] The Engineered Boulderer » Blog Archive » Super Archives Plugin for WordPress (tags: wordpress plugin plugins blog archive archives tools ajax) […]
[…] 25. Super Archive – One of the best archives system. […]
[…] 安装一些插件来优化你的博客 19、Akismet – 用来清除垃圾评论 20、Optimal Title – 用来优化title,提高搜索引擎评价 21、Ultimate Tag Warrior – 最好的标签系统 22、Google Sitemap Generator – 可以自动生成google sitemap 23、Show Top Commentators – 通过链接最活跃评论者的网站,鼓励反馈和评论 24、Related Posts – 这个插件可以找到其他博客与这篇日志相关的文章,这将使你的读者阅读到更多的内容,停留更长的时间。 25、Super Archive – 最好的归档系统之一 26、WP-Cache – 它是非常高效的caching系统,使你的网站更快 27、WP-ContactForm – 这个插件使读者方便的给你发电子邮件,并有回避spam的功能 28、Popularity Contest – 实现热文排行 29、Adsense Deluxe – 在博客中方便的放置Adsense广告 30、Sociable – 帮你在Digg, del.icio.us,reddit等社交书签类网站中传播你的内容 31、Feedburner Feed Replacement – 把你所有的的feed traffic 提交给Feedburner,并告诉你准确的订阅数,这个插件能把任何已有的的订阅者转化为FeedBurner类型 32、专门设计一个独特的博客标志,你的博客是你形象的代表和象征 33、给每个日志加照片或图片 34、使用标签 35、接受友情链接 36、发布全文feed而不是概要feed 37、考虑一个新闻内容,关于你博客的故事,记住新闻撰稿人时刻对独特的内容感兴趣,如果你有一个独特的故事,将得到有一些很好的报道。 38、坚持不懈是关键,坚持6个月,然后你将从自己的辛勤工作中得到回报 39、向知名网站提交独家内容 40、发布新闻稿,花一定时间写一篇吸引眼球并有报道价值的文章,发给知名记者和博客,或者向大型出版社推荐。 41、把你的文章转换为pdscasts 42、利用powerpoint把你的文章转化成幻灯视频,提交给流行的视频网站 43、提交给blog carnivals 44、参与各大著名的web2.0网站,并提交博客 45、把你的文章转换成可下载的电子书 46、参加Blogburst 47、把文章提交给EzineArticles, GoArticles, iSnare,American Chronicle等知名文章目录网站 48、和其他博客一起互相发表介绍性的日志 49、参与关于一个项目的集体写作 50、在Create a Squidoo lens上创建一个反向链接,这会帮你在特定的领域内树立起业界专家的形象。 51、面谈业界专家。 这是一个产生原创内容的最好方法。 52、除了 RSS 之外提供一个电子邮件订阅渠道。邮件订阅将会拉近你和读者的关系,并挽留那些对RSS技术不适应的访客。 53、向访客询问网站改进建议,因为他们是最终使用者。 54、建立一个专门的404page 55、在Technorati上注册你的博客 56、允许automatic trackback and ping等功能 57、如果有人在他们的博客上介绍你的网站,在日志下发表感谢的评论,并给他们发送感谢信。你可以利用Google Alerts, Technorati, and Blogpulse等方法监控任何提及你博客的事。 58、与相关博客建立在线和离线的联系。 59、利用StumbleUpon Ads建立你的博客读者圈 60、亲自写作 61、把网站翻译成多种语言,这是一个好战略,不过使用的人还不多 62、你的博客用ReviewMe了吗 63、经常看别人的博客 64、使用Google Analytics. 65、Validate your feeds. 66、在Feedster上提交你的博客 67、与你的读者互动。 博客是一个双向沟通工具。 最成功的博客与他们的读者互动。 他们答案读者电子邮件和意见而且定期询问读者建议。 68、写你喜欢的东西,做你不喜欢的工作你不会成功。卡内基曾经说, “人很少地成功除非他们做他们喜欢做的事。” 69、叁加博客会议。 70、邀请你的读者提交文章 […]
[…] 25. Super Archive – Uno de los mejores sistemas de archivos. […]
[…] 19、Akismet – 用来清除垃圾评论 20、Optimal Title – 用来优化title,提高搜索引擎评价 21、Ultimate Tag Warrior – 最好的标签系统 22、Google Sitemap Generator – 可以自动生成google sitemap 23、Show Top Commentators – 通过链接最活跃评论者的网站,鼓励反馈和评论 24、Related Posts – 这个插件可以找到其他博客与这篇日志相关的文章,这将使你的读者阅读到更多的内容,停留更长的时间。 25、Super Archive – 最好的归档系统之一 26、WP-Cache – 它是非常高效的caching系统,使你的网站更快 27、WP-ContactForm – 这个插件使读者方便的给你发电子邮件,并有回避spam的功能 28、Popularity Contest – 实现热文排行 29、Adsense Deluxe – 在博客中方便的放置Adsense广告 30、Sociable – 帮你在Digg, del.icio.us,reddit等社交书签类网站中传播你的内容 31、Feedburner Feed Replacement – 把你所有的的feed traffic 提交给Feedburner,并告诉你准确的订阅数,这个插件能把任何已有的的订阅者转化为FeedBurner类型 32、专门设计一个独特的博客标志,你的博客是你形象的代表和象征 33、给每个日志加照片或图片 34、使用标签 35、接受友情链接 36、发布全文feed而不是概要feed 37、考虑一个新闻内容,关于你博客的故事,记住新闻撰稿人时刻对独特的内容感兴趣,如果你有一个独特的故事,将得到有一些很好的报道。 38、坚持不懈是关键,坚持6个月,然后你将从自己的辛勤工作中得到回报 39、向知名网站提交独家内容 40、发布新闻稿,花一定时间写一篇吸引眼球并有报道价值的文章,发给知名记者和博客,或者向大型出版社推荐。 41、把你的文章转换为pdscasts 42、利用powerpoint把你的文章转化成幻灯视频,提交给流行的视频网站 43、提交给blog carnivals 44、参与各大著名的web2.0网站,并提交博客 45、把你的文章转换成可下载的电子书 46、参加Blogburst 47、把文章提交给EzineArticles, GoArticles, iSnare,American Chronicle等知名文章目录网站 48、和其他博客一起互相发表介绍性的日志 49、参与关于一个项目的集体写作 50、在Create a Squidoo lens上创建一个反向链接,这会帮你在特定的领域内树立起业界专家的形象。 51、面谈业界专家。 这是一个产生原创内容的最好方法。 52、除了 RSS 之外提供一个电子邮件订阅渠道。邮件订阅将会拉近你和读者的关系,并挽留那些对RSS技术不适应的访客。 53、向访客询问网站改进建议,因为他们是最终使用者。 54、建立一个专门的404page 55、在Technorati上注册你的博客 56、允许automatic trackback and ping等功能 57、如果有人在他们的博客上介绍你的网站,在日志下发表感谢的评论,并给他们发送感谢信。你可以利用Google Alerts, Technorati, and Blogpulse等方法监控任何提及你博客的事。 58、与相关博客建立在线和离线的联系。 59、利用StumbleUpon Ads建立你的博客读者圈 60、亲自写作 61、把网站翻译成多种语言,这是一个好战略,不过使用的人还不多 62、你的博客用ReviewMe了吗 63、经常看别人的博客 64、使用Google Analytics. 65、检查你Feed的语法. 66、在Feedster上提交你的博客 67、与你的读者互动。 博客是一个双向沟通工具。 最成功的博客与他们的读者互动。 他们答案读者电子邮件和意见而且定期询问读者建议。 68、写你喜欢的东西,做你不喜欢的工作你不会成功。卡内基曾经说, “人很少地成功除非他们做他们喜欢做的事。” 69、叁加博客会议。 70、邀请你的读者提交文章 […]
[…] 19、Akismet – 用来清除垃圾评论 20、Optimal Title – 用来优化title,提高搜索引擎评价 21、Ultimate Tag Warrior – 最好的标签系统 22、Google Sitemap Generator – 可以自动生成google sitemap 23、Show Top Commentators – 通过链接最活跃评论者的网站,鼓励反馈和评论 24、Related Posts – 这个插件可以找到其他博客与这篇日志相关的文章,这将使你的读者阅读到更多的内容,停留更长的时间。 25、Super Archive – 最好的归档系统之一 26、WP-Cache – 它是非常高效的caching系统,使你的网站更快 27、WP-ContactForm – 这个插件使读者方便的给你发电子邮件,并有回避spam的功能 28、Popularity Contest – 实现热文排行 29、Adsense Deluxe – 在博客中方便的放置Adsense广告 30、Sociable – 帮你在Digg, del.icio.us,reddit等社交书签类网站中传播你的内容 31、Feedburner Feed Replacement – 把你所有的的feed traffic 提交给Feedburner,并告诉你准确的订阅数,这个插件能把任何已有的的订阅者转化为FeedBurner类型 32、专门设计一个独特的博客标志,你的博客是你形象的代表和象征 33、给每个日志加照片或图片 34、使用标签 35、接受友情链接 36、发布全文feed而不是概要feed 37、考虑一个新闻内容,关于你博客的故事,记住新闻撰稿人时刻对独特的内容感兴趣,如果你有一个独特的故事,将得到有一些很好的报道。 38、坚持不懈是关键,坚持6个月,然后你将从自己的辛勤工作中得到回报 39、向知名网站提交独家内容 40、发布新闻稿,花一定时间写一篇吸引眼球并有报道价值的文章,发给知名记者和博客,或者向大型出版社推荐。 41、把你的文章转换为pdscasts 42、利用powerpoint把你的文章转化成幻灯视频,提交给流行的视频网站 43、提交给blog carnivals 44、参与各大著名的web2.0网站,并提交博客 45、把你的文章转换成可下载的电子书 46、参加Blogburst 47、把文章提交给EzineArticles, GoArticles, iSnare,American Chronicle等知名文章目录网站 48、和其他博客一起互相发表介绍性的日志 49、参与关于一个项目的集体写作 50、在Create a Squidoo lens上创建一个反向链接,这会帮你在特定的领域内树立起业界专家的形象。 51、面谈业界专家。 这是一个产生原创内容的最好方法。 52、除了 RSS 之外提供一个电子邮件订阅渠道。邮件订阅将会拉近你和读者的关系,并挽留那些对RSS技术不适应的访客。 53、向访客询问网站改进建议,因为他们是最终使用者。 54、建立一个专门的404page 55、在Technorati上注册你的博客 56、允许automatic trackback and ping等功能 57、如果有人在他们的博客上介绍你的网站,在日志下发表感谢的评论,并给他们发送感谢信。你可以利用Google Alerts, Technorati, and Blogpulse等方法监控任何提及你博客的事。 58、与相关博客建立在线和离线的联系。 59、利用StumbleUpon Ads建立你的博客读者圈 60、亲自写作 61、把网站翻译成多种语言,这是一个好战略,不过使用的人还不多 62、你的博客用ReviewMe了吗 63、经常看别人的博客 64、使用Google Analytics. 65、检查你Feed的语法. 66、在Feedster上提交你的博客 67、与你的读者互动。 博客是一个双向沟通工具。 最成功的博客与他们的读者互动。 他们答案读者电子邮件和意见而且定期询问读者建议。 68、写你喜欢的东西,做你不喜欢的工作你不会成功。卡内基曾经说, “人很少地成功除非他们做他们喜欢做的事。” 69、叁加博客会议。 70、邀请你的读者提交文章 […]
[…] 25. Super Archive – Uno de los mejores sistemas de archivos. […]
[…] 19、Akismet – 用来清除垃圾评论 20、Optimal Title – 用来优化title,提高搜索引擎评价 21、Ultimate Tag Warrior – 最好的标签系统 22、Google Sitemap Generator – 可以自动生成google sitemap 23、Show Top Commentators – 通过链接最活跃评论者的网站,鼓励反馈和评论 24、Related Posts – 这个插件可以找到其他博客与这篇日志相关的文章,这将使你的读者阅读到更多的内容,停留更长的时间。 25、Super Archive – 最好的归档系统之一 26、WP-Cache – 它是非常高效的caching系统,使你的网站更快 27、WP-ContactForm – 这个插件使读者方便的给你发电子邮件,并有回避spam的功能 28、Popularity Contest – 实现热文排行 29、Adsense Deluxe – 在博客中方便的放置Adsense广告 30、Sociable – 帮你在Digg, del.icio.us,reddit等社交书签类网站中传播你的内容 31、Feedburner Feed Replacement – 把你所有的的feed traffic 提交给Feedburner,并告诉你准确的订阅数,这个插件能把任何已有的的订阅者转化为FeedBurner类型 32、专门设计一个独特的博客标志,你的博客是你形象的代表和象征 33、给每个日志加照片或图片 34、使用标签 35、接受友情链接 36、发布全文feed而不是概要feed 37、考虑一个新闻内容,关于你博客的故事,记住新闻撰稿人时刻对独特的内容感兴趣,如果你有一个独特的故事,将得到有一些很好的报道。 38、坚持不懈是关键,坚持6个月,然后你将从自己的辛勤工作中得到回报 39、向知名网站提交独家内容 40、发布新闻稿,花一定时间写一篇吸引眼球并有报道价值的文章,发给知名记者和博客,或者向大型出版社推荐。 41、把你的文章转换为pdscasts 42、利用powerpoint把你的文章转化成幻灯视频,提交给流行的视频网站 43、提交给blog carnivals 44、参与各大著名的web2.0网站,并提交博客 45、把你的文章转换成可下载的电子书 46、参加Blogburst 47、把文章提交给EzineArticles, GoArticles, iSnare,American Chronicle等知名文章目录网站 48、和其他博客一起互相发表介绍性的日志 49、参与关于一个项目的集体写作 50、在Create a Squidoo lens上创建一个反向链接,这会帮你在特定的领域内树立起业界专家的形象。 51、面谈业界专家。 这是一个产生原创内容的最好方法。 52、除了 RSS 之外提供一个电子邮件订阅渠道。邮件订阅将会拉近你和读者的关系,并挽留那些对RSS技术不适应的访客。 53、向访客询问网站改进建议,因为他们是最终使用者。 54、建立一个专门的404page 55、在Technorati上注册你的博客 56、允许automatic trackback and ping等功能 57、如果有人在他们的博客上介绍你的网站,在日志下发表感谢的评论,并给他们发送感谢信。你可以利用Google Alerts, Technorati, and Blogpulse等方法监控任何提及你博客的事。 58、与相关博客建立在线和离线的联系。 59、利用StumbleUpon Ads建立你的博客读者圈 60、亲自写作 61、把网站翻译成多种语言,这是一个好战略,不过使用的人还不多 62、你的博客用ReviewMe了吗 63、经常看别人的博客 64、使用Google Analytics. 65、检查你Feed的语法. 66、在Feedster上提交你的博客 67、与你的读者互动。 博客是一个双向沟通工具。 最成功的博客与他们的读者互动。 他们答案读者电子邮件和意见而且定期询问读者建议。 68、写你喜欢的东西,做你不喜欢的工作你不会成功。卡内基曾经说, “人很少地成功除非他们做他们喜欢做的事。” 69、叁加博客会议。 70、邀请你的读者提交文章 […]
[…] 25. Super Archive – Uno de los mejores sistemas de archivos […]
[…] 25. Super Archive – Uno dei migliori sistemi di archiviazione. […]
[…] 安装一些插件来优化你的博客 19、Akismet – 用来清除垃圾评论 20、Optimal Title – 用来优化title,提高搜索引擎评价 21、Ultimate Tag Warrior – 最好的标签系统 22、Google Sitemap Generator – 可以自动生成google sitemap 23、Show Top Commentators – 通过链接最活跃评论者的网站,鼓励反馈和评论 24、Related Posts – 这个插件可以找到其他博客与这篇日志相关的文章,这将使你的读者阅读到更多的内容,停留更长的时间。 25、Super Archive – 最好的归档系统之一 26、WP-Cache – 它是非常高效的caching系统,使你的网站更快 27、WP-ContactForm – 这个插件使读者方便的给你发电子邮件,并有回避spam的功能 28、Popularity Contest – 实现热文排行 29、Adsense Deluxe – 在博客中方便的放置Adsense广告 30、Sociable – 帮你在Digg, del.icio.us,reddit等社交书签类网站中传播你的内容 31、Feedburner Feed Replacement – 把你所有的的feed traffic 提交给Feedburner,并告诉你准确的订阅数,这个插件能把任何已有的的订阅者转化为FeedBurner类型 32、专门设计一个独特的博客标志,你的博客是你形象的代表和象征 33、给每个日志加照片或图片 34、使用标签 35、接受友情链接 36、发布全文feed而不是概要feed 37、考虑一个新闻内容,关于你博客的故事,记住新闻撰稿人时刻对独特的内容感兴趣,如果你有一个独特的故事,将得到有一些很好的报道。 38、坚持不懈是关键,坚持6个月,然后你将从自己的辛勤工作中得到回报 39、向知名网站提交独家内容 40、发布新闻稿,花一定时间写一篇吸引眼球并有报道价值的文章,发给知名记者和博客,或者向大型出版社推荐。 41、把你的文章转换为pdscasts 42、利用powerpoint把你的文章转化成幻灯视频,提交给流行的视频网站 43、提交给blog carnivals 44、参与各大著名的web2.0网站,并提交博客 45、把你的文章转换成可下载的电子书 46、参加Blogburst 47、把文章提交给EzineArticles, GoArticles, iSnare,American Chronicle等知名文章目录网站 48、和其他博客一起互相发表介绍性的日志 49、参与关于一个项目的集体写作 50、在Create a Squidoo lens上创建一个反向链接,这会帮你在特定的领域内树立起业界专家的形象。 51、面谈业界专家。 这是一个产生原创内容的最好方法。 52、除了 RSS 之外提供一个电子邮件订阅渠道。邮件订阅将会拉近你和读者的关系,并挽留那些对RSS技术不适应的访客。 53、向访客询问网站改进建议,因为他们是最终使用者。 54、建立一个专门的404page 55、在Technorati上注册你的博客 56、允许automatic trackback and ping等功能 57、如果有人在他们的博客上介绍你的网站,在日志下发表感谢的评论,并给他们发送感谢信。你可以利用Google Alerts, Technorati, and Blogpulse等方法监控任何提及你博客的事。 58、与相关博客建立在线和离线的联系。 59、利用StumbleUpon Ads建立你的博客读者圈 60、亲自写作 61、把网站翻译成多种语言,这是一个好战略,不过使用的人还不多 62、你的博客用ReviewMe了吗 63、经常看别人的博客 64、使用Google Analytics. 65、检查你feeds的语法. 66、在Feedster上提交你的博客 67、与你的读者互动。 博客是一个双向沟通工具。 最成功的博客与他们的读者互动。 他们答案读者电子邮件和意见而且定期询问读者建议。 68、写你喜欢的东西,做你不喜欢的工作你不会成功。卡内基曾经说, “人很少地成功除非他们做他们喜欢做的事。” 69、叁加博客会议。 70、邀请你的读者提交文章 […]
[…] Les plate-formes de blogs tels que Wordpress proposent des tags et des plugins à installer (SRG Clean Archives, Super Archives Plugin) pour construire une page Archives complète: liste des titres des articles (d’où l’importance de les soigner) avec mois, jour de publication et nombre de commentaires, catégories, nuages de tags, etc. Il ne faut pas hésiter à fabriquer cette page avec le plus d’informations pour une consultation rapide (scan) et exhaustive de tous les articles. Inspirez-vous des pages Archives FredCavazza.net, SimpleEntrepreneur.com et LukeW.com par exemple, mixez tout ça et construisez votre table de matières, votre index de mots-clés et de catégories. En bref, tout ce qui fait entre autres l’utilisabilité du bon vieux livre. […]
[…] Super Archive – Un des meilleurs systèmes d’archivage. […]
[…] 19、Akismet – 用来清除垃圾评论 20、Optimal Title – 用来优化title,提高搜索引擎评价 21、Ultimate Tag Warrior – 最好的标签系统 22、Google Sitemap Generator – 可以自动生成google sitemap 23、Show Top Commentators – 通过链接最活跃评论者的网站,鼓励反馈和评论 24、Related Posts – 这个插件可以找到其他博客与这篇日志相关的文章,这将使你的读者阅读到更多的内容,停留更长的时间。 25、Super Archive – 最好的归档系统之一 26、WP-Cache – 它是非常高效的caching系统,使你的网站更快 27、WP-ContactForm – 这个插件使读者方便的给你发电子邮件,并有回避spam的功能 28、Popularity Contest – 实现热文排行 29、Adsense Deluxe – 在博客中方便的放置Adsense广告 30、Sociable – 帮你在Digg, del.icio.us,reddit等社交书签类网站中传播你的内容 31、Feedburner Feed Replacement – 把你所有的的feed traffic 提交给Feedburner,并告诉你准确的订阅数,这个插件能把任何已有的的订阅者转化为FeedBurner类型 32、专门设计一个独特的博客标志,你的博客是你形象的代表和象征 33、给每个日志加照片或图片 34、使用标签 35、接受友情链接 36、发布全文feed而不是概要feed 37、考虑一个新闻内容,关于你博客的故事,记住新闻撰稿人时刻对独特的内容感兴趣,如果你有一个独特的故事,将得到有一些很好的报道。 38、坚持不懈是关键,坚持6个月,然后你将从自己的辛勤工作中得到回报 39、向知名网站提交独家内容 40、发布新闻稿,花一定时间写一篇吸引眼球并有报道价值的文章,发给知名记者和博客,或者向大型出版社推荐。 41、把你的文章转换为pdscasts 42、利用powerpoint把你的文章转化成幻灯视频,提交给流行的视频网站 43、提交给blog carnivals 44、参与各大著名的web2.0网站,并提交博客 45、把你的文章转换成可下载的电子书 46、参加Blogburst 47、把文章提交给EzineArticles, GoArticles, iSnare,American Chronicle等知名文章目录网站 48、和其他博客一起互相发表介绍性的日志 49、参与关于一个项目的集体写作 50、在Create a Squidoo lens上创建一个反向链接,这会帮你在特定的领域内树立起业界专家的形象。 51、面谈业界专家。 这是一个产生原创内容的最好方法。 52、除了 RSS 之外提供一个电子邮件订阅渠道。邮件订阅将会拉近你和读者的关系,并挽留那些对RSS技术不适应的访客。 53、向访客询问网站改进建议,因为他们是最终使用者。 54、建立一个专门的404page 55、在Technorati上注册你的博客 56、允许automatic trackback and ping等功能 57、如果有人在他们的博客上介绍你的网站,在日志下发表感谢的评论,并给他们发送感谢信。你可以利用Google Alerts, Technorati, and Blogpulse等方法监控任何提及你博客的事。 58、与相关博客建立在线和离线的联系。 59、利用StumbleUpon Ads建立你的博客读者圈 60、亲自写作 61、把网站翻译成多种语言,这是一个好战略,不过使用的人还不多 62、你的博客用ReviewMe了吗 63、经常看别人的博客 64、使用Google Analytics. 65、检查你Feed的语法. 66、在Feedster上提交你的博客 67、与你的读者互动。 博客是一个双向沟通工具。 最成功的博客与他们的读者互动。 他们答案读者电子邮件和意见而且定期询问读者建议。 68、写你喜欢的东西,做你不喜欢的工作你不会成功。卡内基曾经说, “人很少地成功除非他们做他们喜欢做的事。” 69、叁加博客会议。 70、邀请你的读者提交文章 […]
[…] 安装一些插件来优化你的博客 19、Akismet – 用来清除垃圾评论 20、Optimal Title – 用来优化title,提高搜索引擎评价 21、Ultimate Tag Warrior – 最好的标签系统 22、Google Sitemap Generator – 可以自动生成google sitemap 23、Show Top Commentators – 通过链接最活跃评论者的网站,鼓励反馈和评论 24、Related Posts – 这个插件可以找到其他博客与这篇日志相关的文章,这将使你的读者阅读到更多的内容,停留更长的时间。 25、Super Archive – 最好的归档系统之一 26、WP-Cache – 它是非常高效的caching系统,使你的网站更快 27、WP-ContactForm – 这个插件使读者方便的给你发电子邮件,并有回避spam的功能 28、Popularity Contest – 实现热文排行 29、Adsense Deluxe – 在博客中方便的放置Adsense广告 30、Sociable – 帮你在Digg, del.icio.us,reddit等社交书签类网站中传播你的内容 31、Feedburner Feed Replacement – 把你所有的的feed traffic 提交给Feedburner,并告诉你准确的订阅数,这个插件能把任何已有的的订阅者转化为FeedBurner类型 32、专门设计一个独特的博客标志,你的博客是你形象的代表和象征 33、给每个日志加照片或图片 34、使用标签 35、接受友情链接 36、发布全文feed而不是概要feed 37、考虑一个新闻内容,关于你博客的故事,记住新闻撰稿人时刻对独特的内容感兴趣,如果你有一个独特的故事,将得到有一些很好的报道。 38、坚持不懈是关键,坚持6个月,然后你将从自己的辛勤工作中得到回报 39、向知名网站提交独家内容 40、发布新闻稿,花一定时间写一篇吸引眼球并有报道价值的文章,发给知名记者和博客,或者向大型出版社推荐。 41、把你的文章转换为pdscasts 42、利用powerpoint把你的文章转化成幻灯视频,提交给流行的视频网站 43、提交给blog carnivals 44、参与各大著名的web2.0网站,并提交博客 45、把你的文章转换成可下载的电子书 46、参加Blogburst 47、把文章提交给EzineArticles, GoArticles, iSnare,American Chronicle等知名文章目录网站 48、和其他博客一起互相发表介绍性的日志 49、参与关于一个项目的集体写作 50、在Create a Squidoo lens上创建一个反向链接,这会帮你在特定的领域内树立起业界专家的形象。 51、面谈业界专家。 这是一个产生原创内容的最好方法。 52、除了 RSS 之外提供一个电子邮件订阅渠道。邮件订阅将会拉近你和读者的关系,并挽留那些对RSS技术不适应的访客。 53、向访客询问网站改进建议,因为他们是最终使用者。 54、建立一个专门的404page 55、在Technorati上注册你的博客 56、允许automatic trackback and ping等功能 57、如果有人在他们的博客上介绍你的网站,在日志下发表感谢的评论,并给他们发送感谢信。你可以利用Google Alerts, Technorati, and Blogpulse等方法监控任何提及你博客的事。 58、与相关博客建立在线和离线的联系。 59、利用StumbleUpon Ads建立你的博客读者圈 60、亲自写作 61、把网站翻译成多种语言,这是一个好战略,不过使用的人还不多 62、你的博客用ReviewMe了吗 63、经常看别人的博客 64、使用Google Analytics. 65、检查你feeds的语法. 66、在Feedster上提交你的博客 67、与你的读者互动。 博客是一个双向沟通工具。 最成功的博客与他们的读者互动。 他们答案读者电子邮件和意见而且定期询问读者建议。 68、写你喜欢的东西,做你不喜欢的工作你不会成功。卡内基曾经说, “人很少地成功除非他们做他们喜欢做的事。” 69、叁加博客会议。 70、邀请你的读者提交文章 […]
Fatal error: Maximum execution time of 30 seconds exceeded in /Volumes/Macintosh_HD1/Web-Sites/Jonas-Web/wp-content/plugins/textile-2/class/classTextile.php on line 511