Category: Open Source

10 Open-Source Web-Based File Managers

Currently, with the widespread adoption of the Internet, the need for file management has grown significantly. For many people, using a single application to effectively manage your files online has become essential. Therefore, here are the 10 best open-source web-based file managers you will use. eXtplorer: …

How to Display Weibo Feeds on Your Website

With Weibo getting increasingly popular, many people building websites also want to pull Weibo content into their own site. How to embed a Weibo feed on your website? Log into your Weibo account, and in account settings there is a “My Tools” option. As shown in the image: Copy the code to your website and …

Potential New Features in PHP6

PHP core developer Pierre Joye recently posted on the official website about new features that may appear in PHP6. The reason it’s “may appear” is because the PHP6 project is still in the draft stage, and these features are merely ideas that still need discussion and could change at any time. …

PHPcms v9 Template Field Calling Quick Reference

For content pages, directly write {$xyz}
For list pages, you need to query the table of this model. For example, if it’s the news model, query the phpcms_c_news table. Then {$r[xyz]}Article Thumbnail:

Article Title:
{str_cut($r[title], $titlelen)}Article Description:
{str_cut($r[descriptio …

Top 15 Responsive Web Design Testing Tools

Responsive web design, also known as adaptive web design (commonly abbreviated as RWD), enables websites to be read and navigated across a wide range of browsing devices (from desktop computer monitors to mobile phones or other mobile product devices) while minimizing the need for zooming, panning, and scrolling. In other words, a responsive website can automatically …

How to Configure KindEditor Parameter Filtering

I had always used the FCKEditor, but after it was upgraded, it became less user-friendly. After careful consideration, I ultimately switched to Kindeditor, which works quite well. However, one time when I was adding a video embed code using the “embed tag,” I found that the editor stripped out some parameters — so frustrating!

The issue is as follows: embed wi …

Difference Between Domain With WWW and Without WWW

Through recent statistics, I’ve found that many people access the website via lusongsong.com. It’s important to know that URLs with www and without www differ in indexing and authority. Currently, the blog’s non-www version gets indexed more than the www version. In simple terms: lusongsong.com is …