WordPress v/s WordPress MU: A Comparison

Each user is assigned a role level (subscriber, contributor, author, editor, administrator). In addition to the standard WordPress roles, you can also specify “site admins” who can add/edit/delete all blogs and users.
WordPress receives updates first. MU users must wait for WordPress updates to be applied to WordPress MU.
Administrators can edit themes, plugins, and code files from within WordPress. The Theme Editor, Plugin Editor, and Manage Files sections are all disabled for security reasons.
Plugins can be enabled/disabled by the blog administrator. The site admin can opt to have plugins disabled altogether (the default setting), or allow blog administrators to enable/disable plugins that have been uploaded.Plugins can also be uploaded to a special “mu-plugins” folder, where they will be executed automatically on all blogs. (Some plugins won’t function property when run this way, however.)
If you have multiple blogs running standard WordPress, you’d need to upload plugin updates to each one. Plugins for all WordPress MU blogs are stored in one place. Update once, and it takes effect on all the site’s blogs.
If you have multiple blogs running standard WordPress, you’d need to login to each one separately to access the administration. You can switch between blog admins using a simple drop-down menu.
Allows you to use most HTML in your posts, but strips out PHP. In addition to removing PHP, WordPress MU is more strict in regards to what post HTML it accepts. For example, it will strip out class/ID attributes, inline styles, <span> tags, etc.
WordPress allows posting via email. WordPress MU lacks this feature.
WordPress lets you customize its list of update services. WordPress MU doesn’t let you specify update services.

SQL- Những kiến thức cơ bản

Nhập môn cơ sở dữ liệu

GIỚI THIỆU

Ngôn ngữ truy vấn có cấu trúc (SQL) là một ngôn cơ sở dữ liệu (CSDL) chuẩn công nghiệp được công cụ quản trị dữ liệu của Microsoft (Microsoft jet database engine) sử dụng. SQL được sử dụng để tạo những đối tượng truy vấn (QueryDef objects), như là đối số cho phương thức mở tập hợp bản ghi (OpenRecordset method), và là thuộc tính nguồn bản ghi (RecordSource property) của điều khiển dữ liệu (data control). Nó cũng có thể được dùng với những phương thức thi hành (Execute method) để trực tiếp tạo và thao tác … (jet databases), và tạo ra các SQL PassThrough truy vấn để thao tác trên các CSDL khách chủ từ xa (remote client/server databases).

Chương này sẽ bàn tới cấu trúc cơ bản của SQL, và cách thức sử dụng nó cho việc tạo, bảo trì và sửa đổi CSDL. Chúng ta cũng nói tới sự xây dựng và công dụng của truy vấn SQL để tạo các đối tượng tập hợp bản ghi (Recordset objects), và để chọn, sắp xếp, lọc và cập nhật dữ liệu trong những bảng cơ sở. Hơn nữa, chương này sẽ xem xét cách thức tối ưu hoá truy vấn SQL về mặt tốc độ và hiệu quả. Cuối cùng, chúng ta bàn tới sự khác nhau giữa Microsoft Jet SQL và ANSI SQL một cách cụ thể

SQL LÀ GÌ ? …. Continue reading “SQL- Những kiến thức cơ bản”

Apache: Webserver trên Window

Cài đặt và cấu hình Apache trên Windows

1. Giới thiệu

Apache là một web server được cài đặt rất nhiều trên các máy chủ hiện nay. Apache có thể chạy trên cả Windows lẫn Unix*. Nó cực kì mạnh và thực sự là vua của các web servers! Cài đặt Apache không khó, tuy nhiên để cấu hình nó thì không phải là chuyện dễ dàng. Bài viết này sẽ giúp bạn cài đặt, cấu hình và vận hành Apache cùng với Perl, PHP và mySQL trên môi trường Windows một cách nhanh nhất và hiệu quả nhất! Nào, chúng ta hãy bắt đầu…!

Continue reading “Apache: Webserver trên Window”

Install Win 7 From USB Drive

We have published article on How to install Windows 7 on Vmware Player. That guide is useful if you want to make yourself free from need of dual boot. Now here is another scenario what if you don’t have DVD-ROM and you are running Windows XP, you might have guessed in this case we can’t install windows 7.

Since Windows 7 ISO size is around 2.24 GB so its obvious that you will need to burn windows 7 iso on DVDwindows 7 installation by mounting ISO file on windows XP as Windows XP upgrade to windows 7 is not allowed. In such situation installing windows 7 from USB pen drive is feasible solution. and another issue is you can’t start

Continue reading “Install Win 7 From USB Drive”

Che mưa cho Iphone

Một người dùng tại Mỹ vừa giới thiệu sáng kiến cắt ống nhựa đựng nước che mưa cho iPhone 3GS khi gắn điện thoại trên xe đạp, xe máy và mở GPS.

iPhone 3GS là một trong những chiếc di động mạnh mẽ về định vị toàn cầu, la bàn số. Người dùng có thể gắn thiết bị này…

Continue reading “Che mưa cho Iphone”

“This file is too big. Your php.ini upload_max_filesize is 2M”.

My php.ini for upload_max_filesize is 32M. When I try to upload a video, I get the message “This file is too big. Your php.ini upload_max_filesize is 2M”.

The error WordPress reported is not true. My max size in php.ini is 32M and the video I’m trying to upload is 5M. Like I said, I had no problem with 2.6, but with 2.7 I can’t upload videos without getting this erroneous error. Is anyone else having this problem or know what the solution may be?

I had already tweaked my php.ini (the php.ini that comes with hostmonster/bluehost hosting) to up the limits, but it wasn’t working.

Then I copied my php.ini from my root directory and put it in the wp-admin folder. I logged out of the wp admin panel, cleared my browser cache, and logged back in. Now everything works with higher limit uploads.