Skip to main content
Home
Blog

Main navigation

  • Home
User account menu
  • Log in

Breadcrumb

  1. Home
  2. Knowledge Base

How-To

By ongetc , 26 February, 2017

How to fix SharePoint 2010 failed to reorganize indexes due to page level locking is disabled?

The problem can easily be fixed with this little store procedure below.

Just create and run spFixAllowPageLocks listed below in the database which you want to fix the issue.

By ongetc , 26 February, 2017

How to do normal URL with Zend Framework?

I am like many of you when looking at Zend Framework and wonder how I could use the normal URL with Zend Framework and it is very confusing to try to figure out at first by there is a way.

The following article will show you two ways to enable none-pretty URL with Zend Framework.

By ongetc , 26 February, 2017

How to do URL masking?

You have a long site URL but want to use a shorter URL, how is it done?

It is using the HTML frame to mask the destination URL and keep the originate URL in the browser.

By ongetc , 26 February, 2017

Mod_rewrtie rule 101

Mod_rewrite is a complex subject and often time it could be very confusing for people starting out tr

By ongetc , 26 February, 2017

Free utility for counting PDF pages

This is a continuation of my previous article on http://support.ongetc.com/?q=content/pdf-pages-counting-using-vb-script… where it used VB script to count pages in PDF files but it has some limitation.

By ongetc , 26 February, 2017

PDF pages counting using VB script.

There are many utilities that you can download or buy to count your PDF files if you have the need to do so or open file by file to look for the page count but why! You can do it yourself with a simple VB script.

By ongetc , 26 February, 2017

Do you ever wish to be able to "describe" a table in MSSQL?

It is not available in MSSQL but it can be done with the help of function and store procedure.

In this article, I will show you how it can be done.

First create a XML variable like this:

SELECT @xmlFldList = (select * from ftvDescribe('tSomeTable') for xml raw)

By ongetc , 26 February, 2017

Different methods on URL forwarding

There are several ways on how to do URL forwarding!

Manual method:

Please follow < a href="http://newurl.com">link< /a>!

Header method:

<?
header("Location: http://newurl.com");
?>

By ongetc , 26 February, 2017

Custom error page 101

If you have an error on your site and if you don't have any custom handler it will be handled by the server default configuration which might not be a very user-friendly way.

By ongetc , 26 February, 2017

How to show item like forum on primary links menu?

In Drupal, there are something call "primary and secondary links" on menus how would you add items to those menus links?

It is not too hard if you know what you are looking for!

The steps are very simple:

Pagination

  • Previous page
  • 4
  • Next page
How-To

Reseller hosting (free)

Hosting24 (w/ ssh)

A2 Hosting

Monthly archive

Pagination

  • Previous page
  • 3

Popular content

Last viewed:

  • Studs
  • XWiki
  • JavaScript resources from webdeveloper
  • Maverick.NET
  • Nucleus
  • Elxis
  • PmWiki
  • Apache Lenya
  • Elgg
  • FW/1 - Framework One

User login

  • Reset your password