We can develop MVC applications in Visual Studio 2010. Visual Studio 2010 includes MVC 2 by default. We can also install both MVC 3 and MVC 4 in Visual Studio 2010. In this article I go through step-by-step how to install MVC 4 in Visual Studio 2010. ASP.NET MVC 4 …
Xem tiếp »How to Set the Default Editor to Visual or HTML in WordPress
Did you know that you can set the default editor in the WordPress post editor screen? Simply add this to your theme’s functions.php file:
Xem tiếp »PHP Allow short open tag
PHP Not Accepting <? Tag; Only Accepting <?php and <script> Tag Q. I’m using PHP along with latest version of Apache. Only <?php and <script> tags are recognized. Many of my scripts are broken. How do I allow the <? tag also? A. You need to allow the <? tag …
Xem tiếp »How to Add Multiple Hosts in phpMyAdmin
phpMyAdmin default configuration allows to connect to local mysql server only, But if we have multiple database server running, then it would be great if we can choose to which server we need to connect from single phpMyAdmin installation. This how to guide will help you to add multiple database …
Xem tiếp »How to Install phpMyAdmin 4.3 on CentOS/RHEL 6/5 and Fedora 20/19
phpMyAdmin is web-based client written in php for managing MySQL and MariaDB databases. It provides a user friendly web interface to access and manage your databases. To ease usage to a wide range of people, phpMyAdmin is being translated into 72 languages and supports both LTR and RTL languages. Features …
Xem tiếp »Phusion Passenger with Apache on RHEL 6 / CentOS 6 / SL 6 with SELinux
Install Phusion Passenger with Apache on RHEL 6 / CentOS 6 / SL 6 with SELinux...
Xem tiếp »Hướng dẫn tạo giỏ hàng trang JSP
Hôm nay mình chia sẻ cho các bạn cách tạo giỏ hàng trên trang JSP (JAVA) cho bạn nào chưa biết thì tham khảo. Code đơn giản và cũng dễ hiểu. Có kèm theo database cho các bạn test.
Xem tiếp »Một vài thuộc tính CSS3 cần biết
Với công nghệ ngày càng phát triển, trình duyệt web ngày càng thông minh và trở lên thân thiện hơn với người dùng. Bạn là người thiết kế web hay chỉ là tò mò tìm hiểu thì việc áp dụng Css3 trong thiết kế cũng là một điều đáng chú …
Xem tiếp »CSS shorthand properties – Cách viết tắt trong CSS
Một trong những lợi thế chính của việc sử dụng CSS là giảm lớn trong thời gian tải trang web. Bạn có lẽ cũng đã đưa ra trang web của bạn với các bảng, các bảng lồng nhau và gif spacer. Bây giờ tất cả những thông tin phần trình …
Xem tiếp »Thiết kế cơ sở dữ liệu đa ngôn ngữ
Xây dựng website đa ngôn ngữ có nhiều vấn đề, 1 trong số đó là cách lưu trữ nội dung trong CSDL cho từng ngôn ngữ. Mình xin chia sẻ một vài giải pháp thông dụng như sau: 1. Hướng tiếp cận dạng cột Cách này khá phổ biến, nhưng …
Xem tiếp »