SSL/TSL 证书是由受信任的数字证书颁发机构CA颁发给服务器的数字签名,目的是对传送的数据进行加密和隐藏,确保数据在传送中不被改变,从而保证数据传输的安全与完整。取得SSL/TSL证书之后,浏览网站将启用https协议传输数据。 自从某个时候使用chrome后,只要网站没有SSL证书就一直会提醒网站不安全。作为强迫症患者,实在看不下去只好动手给自己的网站添加SSL证书。 SSL证书的颁发很多需要付费,而且价格不菲,基于互联网分享精神,一些机
Category: Web
其实不怎么满意现在文内广告的位置,本来是想通过判断WP中的more标签位置插入广告的,奈何自己总是很懒,加上毕业设计的任务压在头上,也就作罢了,忽然想起WP的短代码功能似乎可以实现此功能,于是翻了翻WordPress Popular Posts的代码,找出了此段代码,这样就可以轻松在博客文章或者WordPress侧栏中任意位置添加Adsense广告了。 代码很简单,把以下的代码加入到主题的functions.php中: function showad() { return ‘<div class=”advertise”> //这里放你的
WordPress have different user roles. These roles let administrator manage blog contributors works better. Author role in WordPress can not see much information from the dashboard. Sometimes, we may want to see what we have published. At that time, we can uses the following code to let Author see their own posts list.
When we write article, we often uses some external links to extent our content. These links will help other websites build search engine weightiness. If you don’t want to help your competitors, you should add “nofollow” to these links. One idea is to add rel=”nofollow” on each links manually. But, it will be a tough task. […]
As the ASP is very easy to use, many companies choose ASP to develop their IT solution on Windows 2000 Server + ASP + MSSQL. However, this idea also have its disadvantages. And when your are going to transfer to linux, you will find big problems. There are two ways to transfer ASP to Linux. 1. […]
There are many open source PHP Scripts platform for webmasters. Some of them have a huge community. But some are not properly maintained. You will never want to be disturbed for a website platform bug. How to choose a suitable platform for your business? Here, I’ll compare 3 best blogging platform.
Online business acts a crucial role nowadays. But many entrepreneur don’t know how to increase their online revenue. They keep invest big money into online advertisement. While their page views number grows, they see no increase of their profit. So how to increase online revenue? I got some practical experience.
Most of you run a website to make money. Whatever your website is, a blog or a portfolio website, the website performance is essential to your success. How to improve your website performance? Here I’d like to suggest some solutions.