SUBBUINDESIGN Blog

PHP message

Explain the difference between $message and $$message? Answer $message is used to store variable data. $$message can be used to store variable of a variable. Data stored in $message is fixed while data stored...

PHP cookies

A cookie is used for identification purposes. It is more commonly used to identify a user in a session. It is a small file the application inserts on the users computer. With PHP one...

PHP Urlencode & Urldecode

What is urlencode and urldecode? Answer Urlencode can be used to encode a string that can be used in a url. It encodes the same way posted data from web page is encoded. It...

PHP Include & Require

What is the difference between include and require? Answer Require() and include() are the same with respect to handling failures. However, require() results in a fatal error and does not allow the processing of...

Explain How flexibility is achieved more in CSS3?

Flexibility achieved is in greater ratio in CSS3 because of the feature of handling multiple style sheets in CSS3 and because of the modularized approach of CSS3.

Joomla! Features

Completely database driven site engines News, products or services sections fully editable and manageable Topics sections can be added to by contributing authors Fully customizable layouts including left, center and right menu boxes Browser...

Joomla Interview Questions and Answers – 04

11. Can content items be in multiple sections or categories? No. 12. How to exit wrapper? To remove the wrapper, click on any of the links on the menu of the parent page. 13....

Joomla Interview Questions and Answers – 02

The best way for a candidate to be sure about passing the interview is to be prepared. There are a few questions that are standard for the interviewee to be asked. Here is some...

Affordable Hosting Plans from iPage

Affordable Hosting Plans Click at below image for best plans Got best web hosting award in 2011 Get a Website Hosting that Works Click on the image to buy now  Ipage is awarded best...

How to enable clean URLs in drupal ?

The standard Drupal installation contains a sample .htaccess file which supports clean URLs. It is easy to miss copying this file, because of the leading “dot”. So before trying to enable Clean URLs, make...

PHP 4 Features

On May 22, 2000, roughly 18 months after the first official announcement of the new development effort, PHP 4.0 was released. Many considered the release of PHP 4 to be the language’s official debut...

What is taxonomy in Drupal?

Drupal comes with a built in taxonomy system. The taxonomy system allows you to categorize the nodes on your site. The taxonomy system allows you to define vocabularies which consist of one or more...

What are the applications of Drupal?

Here are some typical Drupal usages: Content management – Using a simple, browser-based interface, members can publish stories, blogs, polls, images, forums, etc. Administrators can easily customize the design of their Drupal installation. Hierarchical ordering– The...

What does Drupal do?

Drupal is the choice for many great web sites because it does a lot of different things very well, and allows different kinds of information to interact effectively through its flexible, open architecture. Drupal’s...

What kind of support is available to Drupal?

A wide range of support services are available for organizations running Drupal sites. The Drupal community itself is an excellent resource for people looking to learn more about the platform or resolve specific issues...

What kind of support is available to Drupal?

A wide range of support services are available for organizations running Drupal sites. The Drupal community itself is an excellent resource for people looking to learn more about the platform or resolve specific issues...

How does Drupal compare to other open source CMS system?

Drupal is also often compared with other open source content management systems including Joomla, Plone, Scoop, Silverstripe, Typo3, Graffitti, Moveable Type and WordPress. There are characteristic features to all of these systems that make...

How does Drupal compare to other open source CMS system?

Drupal is also often compared with other open source content management systems including Joomla, Plone, Scoop, Silverstripe, Typo3, Graffitti, Moveable Type and WordPress. There are characteristic features to all of these systems that make...

How does Drupal compare to other open source CMS system?

Drupal is also often compared with other open source content management systems including Joomla, Plone, Scoop, Silverstripe, Typo3, Graffitti, Moveable Type and WordPress. There are characteristic features to all of these systems that make...

What are system requirements for Drupal?

A minimum base installation requires at least 3MB of disk space but actual disk space is somewhat higher. If you install many contributed modules and contributed themes, the actual disk space for your installation...

Top Drupal interview questions and answers – 01

Questions : 1 What is Drupal? Answers : 1 Drupal is an open source content management system offering a toolset. With integrated social media and e-commerce functionality, it provides unique value as part of...

Top PHP Interview questions – 12

1401. I need to delete a tag and all child tags from an XML file using PHP. How do I go about ? 1402. Was Bug #37483 ever resolved? 1403. How can i make...

Top PHP Interview questions – 11

1301. I want to upload CSV through PHP script and want capibility to match the colums of tables and DB bef 1302. can event handling can be done via PHP 1303. how check half-byte,single-byte...

Top PHP Interview questions – 10

1201. How do you display multiple ticked checkboxes from a form in a database?? 1202. How do I insert a MySQL database with greek characters in dreamweaver?Greek characters are shown ??? 1203. How can...

Top PHP Interview questions – 09

1101. File Download appears for .php files. Php.ini in \windows on XP. 1102. How can I pass objects from one php file to another? 1103. How to create a web page that refreshes its...