Skip to main content
Home
Blog

Main navigation

  • Home
User account menu
  • Log in

Breadcrumb

  1. Home
  2. Monthly archive

February 2017

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

Why I got "Your domain is not pointing to our name servers at the moment.."?

This is a very commonly ask the question and the answer can vary depend on the situation.

First of all, did you buy or own this domain name?

By ongetc , 26 February, 2017

Domain name 101

The first thing you need when you decide to have a website is a domain name, it is like you must have an address for the postal office to deliver mail to your house.

You can either have a sub domain from some hosting provider or buy your own domain name.

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.

Pagination

  • Previous page
  • 4
  • Next page

Reseller hosting (free)

Hosting24 (w/ ssh)

A2 Hosting

Monthly archive

Pagination

  • Previous page
  • 3

Popular content

Last viewed:

  • SPIP
  • PHP Nuke Evolution Xtreme
  • SAPID
  • The Regex Coach
  • How do redirect www using mod_rewrite?
  • LitePublisher
  • Jease
  • phpWebSite
  • How to do normal URL with Zend Framework?
  • b2evolution

User login

  • Reset your password