Installing the jQuery.ui in Drupal
Drupal may give you the error message “The jQuery UI plugin is missing. Download and extract it into the sites/all/libraries directory. Rename the extracted folder… Read More »Installing the jQuery.ui in Drupal
Drupal may give you the error message “The jQuery UI plugin is missing. Download and extract it into the sites/all/libraries directory. Rename the extracted folder… Read More »Installing the jQuery.ui in Drupal
Similar to enabling the GD Library in the php.ini file, one can also enable the mbstring library in the php.ini file on their server. By… Read More »Enabling mbstring Library in PHP.ini
By default, php comes with the GD Library package. However, it is disabled by a ‘comment out’ in the php.ini file within your server. Most… Read More »Enabling GD Library in PHP.ini on Windows
When you create a website, the best thing to complete the package is to create a favicon that sits in the tab of your browser,… Read More »Adding a favicon.ico to Your Website
Recently I came across a funny situation. I’ll show a snippet of my css code for information: .outerbox{ position: absolute; width: 1200px; left: 15%; background:… Read More »CSS margin
So, every once and a while you come across a website that takes a very long time to query a server. Often times this is… Read More »max_execution_time = 60 (php.ini configuration)