压缩Wordpress样式表和JS脚本- 转载
2008-06-30 17:55推荐一个简洁性Wordpress主题– Elements of SEO (13); 汇报下最近的Wordpress优化工作 (10); Platinum SEO Plugin - Wordpress插件推荐 (12); 七月七- Wordpress 2.6? (23); 我使用的wordpress插件 (23); 52个超酷的CSS标签导航条 (18); 增加博客粘度的 … ... [阅读全文]
华铁传媒整合营销太子龙文化专列
2008-06-30 17:48新浪科技讯 6月30日下午消息,国内铁路媒体运营商华铁传媒今日宣布与男装品牌太子龙展开营销合作,太子龙将借助华铁传媒铁路媒体资源,进行品牌文化推广。 据悉,在推广期间,华铁传媒将利用10列冠名“太子龙文化专列”的火车,整合广告、公关、传播等多种营销手段和资源…. ... [阅读全文]
You Don’t Need To Think About Transactions If
2008-06-30 17:38You know such an application? :-). I hear from time time statements like: “This is just a report - so I don’t need transactions - I’m only reading the data”. In this particular case you would access the database without a defined transaction and especially isolation - so you... [阅读全文]
Top 10 SOA Pitfalls: Wrap-up
2008-06-30 17:35Putting all pitfalls together in one simple 10 item list quickly reveals a grouping of types pitfalls. Number #1 and #2 are both related to organizational aspect. If the culture, mindset and attitude are not right, these are typically the pitfalls that a SOA endeavor may run in to. The next group c... [阅读全文]
FPS游戏传授免疫学知识
2008-06-30 17:35学习嗜中性白细胞如何攻击血液中的病原体肯定不是很吸引高中生的主题,但是美国科学家联合会(Federation of American Scientists,FAS)希望能改变这种状况。拥护者满怀热情的想要将游戏运用到学校,但教育学家还是小心谨慎。FAS上个月推出了由免疫学家、认知教育学家和教师合作开发的3D交互式教育游戏“免疫攻击(Immune Attack)”,目的是向AP水平的高中生传授免疫系统的运作,游戏的目标是让玩家操作一个纳米机器人去恢复失去功能的免疫细胞,拯救患者的生命。FAS认知技术计划主管Michelle Lucey-Roper博士说,“关键是在覆盖了正确无误的免疫学主题的同时... [阅读全文]
给你的wordpress增加投票功能——wp-poll插件
2008-06-30 17:28有时候,在你的wordpress站点的文章或是页面里做一个调查,投票是个很好的互动,wp-poll是个不错的生成投票的插件,它可以通过模板和css样式制定并且有大量的选项供你选择,以确保wp-poll如你想要的一样去运行,wp-poll现在支持多项选择回答调查问题, … ... [阅读全文]
《core python programming》读书笔记01
2008-06-30 17:25python好处在于易于上手,大多数人应该和我一样,一个简明教程加一个DIP没读完就开工干活了。等遇到问题再回头去找答案。这是优势,也是缺点。准备今天开始重新精读《core python programming》和《Dive into python》,希望能够静下心来用时间换厚度。 … ... [阅读全文]
Wordpress调用所有评论的方法
2008-06-30 17:02<?php global $wpdb; $sql = “SELECT DISTINCT ID, post_title, post_password, comment_ID, comment_post_ID, comment_author, comment_date_gmt, comment_approved, comment_type,comment_author_url, SUBSTRING(comment_content,1,52) AS com_excerpt … ... [阅读全文]
【学习】Python—>Thread
2008-06-30 16:48import threading from time import sleep,ctime. loops = [5,13]. def loop(nloop,nsec): print ’start loop’,nloop,’at:’,ctime() sleep(nsec) print ‘loop’,nloop,’done at:’,ctime(). def main(): print ’starting at :’,ctime() threads=[] … ... [阅读全文]
网页动画网站aniBoom获千万美元增资
2008-06-30 16:45据纽约路透社报道,为动画片制作者创作和共享他们作品的互联网主页AniBoom.com,在风险投资公司德丰杰的债券中增加了额外的1000万美元的资金。 创始人兼主席Uri Shinar说,该公司正在为漫画家们建立一个工作室,旨在为他们通过所有媒体和广告途径所作的工作找到一个家。…. ... [阅读全文]
谷歌推Media Server 用电视浏览电脑文档
2008-06-30 16:44据CrunchGear报道,谷歌日前推出了一款新的桌面软件可以让用户通过电视来浏览电脑中的多媒体文档。 这款名为Google Media Server的桌面软件是作为Google Desktop的一部分来使用的。它被视为连接电视与谷歌的桥梁。用户只需要安装该软件即可利用像PS3和Xbox 360这样的通用…. ... [阅读全文]
JLoader::import( 'joomla.base.object' );中的::是什么意思
2008-06-30 16:43JLoader::import( ‘joomla.base.object’ ); 中的::是什么意思~~~~~ 没见过. ... [阅读全文]
火狐3推出仅十天后发布两个更新
2008-06-30 16:40火狐3于北京时间6月18日临晨1点正式推出。据Mozilla基金会统计,火狐3正式推出后24小时内下载次数已经超过800万,这也是自火狐浏览器问世以来最大的单日下载量。之前没有任何一个新发布的程序可以达到这么高的下载量,即使是火狐3测试版也没有如此高的人气。现在用户可以下载…. ... [阅读全文]
Binding JTable with MySQL table
2008-06-30 16:40I got this inquiry recently. I decided to try it myself. Here, I am showing through screen shots how to bind database table to a JTable. I am using MySQL as that is what was requested. I wanted to highlight how easy it is to use NetBeans to do this task. NetBeans takes care of all the persistence ... [阅读全文]
Design Patterns - Observer/Event Pattern
2008-06-30 16:30Yesterday I described the Observer Pattern and mentioned that the .NET CLR provides this functionality through events and delegates. Let’s have a look on how to implement this right now. We’re using delegates with generics, the += operator and throwing and handling events. ... [阅读全文]
20 Wrenches In The Software Startup Machinery
2008-06-30 16:29I have had the misfortune of personally making every one of these mistakes during my years as a software entrepreneur. I am currently reviewing a startup that seems to be trying really, really hard to make all of them in one go. As a result, I decided to put this list together in the hopes of sav... [阅读全文]
Mouse Gestures in Java Swing Application: Step by Step
2008-06-30 16:28You know mouse gestures. They’re cool to have and lets your application users execute commands without having them to take their hands out of the mouse into the keyboard. How do you go about implementing mouse gestures in your Swing Application? This article explains how. Step by Step. ... [阅读全文]
Three new Dojo books
2008-06-30 16:28Now, right this very minute, you can learn pretty much everything there is to know about Dojo thanks to 3 newly published books. Writing a book on Dojo is hard in the way the writing a book on Python is hard: there’s so much to talk about, where do you start? Thankfully each of the books takes a di... [阅读全文]
PHP Tricks: Easily eliminate any unwanted characters from a string
2008-06-30 16:28I wanted to scrub any characters out of a string that were not alphanumeric. So, I wrote this function that uses a simple regular expression to detect the unwanted characters. ... [阅读全文]
In Search Of The Perfect UI
2008-06-30 16:28All the user interfaces are created within an established paradigm that we are used to. Is there a way of going beyond the paradigm? Is it possible to create the perfect UI? To make a brand new way of interaction between people and computers? ... [阅读全文]
最新评论