Skip to main content

Posts

Showing posts with the label Blog

Multimedia data support in commercial DBMS

There are three kinds of DBMS that is available Commercially: 1.       Relational DMBS (RDBMS) Oracle support three large object types that are used to store multimedia data types with Oracle InterMedia: a.        BLOB (Binary Large Objects):                                                               i.       Stores unstructured binary data in database                                          ...

Count files on your server (000webhost file counter)

000webhost provide 1.5 GB of free hosting space which is great for people who want to get started with their own website. But as all free hosting it has some other limitations like number of files on one account. To find out the number of file on your account 000webhost does not provide anything on their control panel. So we have to create a file counter to keep track of the number of files on 000webhost’s account. A simple file counter can be created like.

Easy way to remove category form your WordPress site URL.

Short Answer: 1.       Go to WordPress settings 2.       Select Permalinks 3.       Select Custom Structure and enter: /%category%/%postname%.html 4.       Set Category base to: /. I have three main category for my posts in WordPress website viz. Blog, BSc CSIT and Portfolio. These category are on my main menu, so that people can click it and see the corresponding posts that falls under each category. WordPress by default makes the URL of each category look like www.yourdomain.com/category/category_name , i.e. in my case, www.shirishkoirala.com.np/category/blog. I don’t want that category to show up, every time I share my blog post I just want to tell people to go to www.shirishkoirala.com.np/blogs and you will find all my blog post there. This URL will be easy to share and remember. So I searched the internet and found many solution. But many of them broke my pages and redir...