I created a new joomla module for administrator. when am
going to install this, it is going "joomla/modules" path.
but, i want to install this in the
"joomla/administration/modules" path.
Hi Friends,
I am currently Undergoing Course On Testing.I am Planning
To Keep Fake Resume.Can any One tell me the ways to Prepare
i.e, Real Time experience For Manual Testing.
With Regards,
Vikram
69
What are the advantages and disadvantages of Descriptive
programing and Object repository in QTP??
Juxtapose the HTTP verbs GET and POST. What is HEAD?
118
i want to need upload above 100mb file,i was successfully
upload 75mb using .htaccess file ,but i can put 101mb
file,it was not upload..please give some tips..local server
its work perfectly but online it doesn't work..
.htaccess file details
AddHandler application/x-httpd-php .php
php_value post_max_size 200M
php_value upload_max_filesize 200M
php_value memory_limit 300M
php_value output_buffering on
php_value max_execution_time 259200
php_value max_input_time 259200
php_value session.cookie_lifetime 0
php_value session.gc_maxlifetime 259200
php_value default_socket_timeout 259200
36
write a programme to solve a formula for compound interest
using html tags. I want to know how a formula containing
degree (raise to the power) can be solved.
63
what is the enitre process of using smart forms to create
forms?
<?php
/**
* @version 1.0 $
* @package HelloWorld
* @copyright (C) 2005 Andrew Eddie
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
*/
/** ensure this file is being included by a parent file */
defined( '_VALID_MOS' ) or die( 'Direct Access to this
location is not allowed.' );
?>
<?php
$database =& JFactory::getDBO();
//$sql = 'SELECT name, username FROM #__users';
$sql="select a.id, a.title, a.introtext, a.created_by,
a.created from jos_content a, jos_content_frontpage b where
a.id=b.content_id and b.ordering='2'";
$database->setQuery( $sql );
$user = NULL;
$user = $database->loadObject();
//echo 'Name: ' . $user->name . '<br />';
echo '<h1>' . $user->title . '</h1><br />';
//echo 'Username: ' . $user->username;
echo ' ' . $user->introtext;
i write this and fetch the result from the database the
result is
The Intranet is up and working !
Our intranet is up and working and should be accessible
from both Mumbai and NOIDA.
As you will notice, this template, look & feel is not in
line with our corporate indentity but we chose the route
of "form-follows-funtion"
In the first phase, we are rolling out functionality that
is critical to all of us - Policies and How-to documents.
In subsequent phases, we will be launching other features.
Keep watching this space for more details
i want to see only 4 line of top then how this may done
I am not doing well in my oracle class and desparetly need
some help. My main problem is the join chapter. I am very
frustrated right now because I got my first zero in my in
school lastweek. I excell in every other subject except
oracle. I really would like to learn the program, but it
looks dim for me right now and it is too late to drop the
class without getting 'F'. Can someone pleae help me. with
this one because I only have a few days before my
assignment is due. If you leave your email I will get
intouch with you immediately. Thanks
33
How to use Text file (Notepad) as ur data source in QTP?
Can u please provide some function code for it?
34
In case of we are not saving the information as cookies.
how server detects the same user?
53
can anybody tell vb script code for alphanumeric and special
character .which is used in qtp the name text field.
23
how is the oppurtunities for unix in the software
15
How do I set password expire time period?
58
How to port a GUI application onto Web
46
how to increase the values in text box in a given text box
increament by two values by clicking on button
23
How to double click on Simple HtmlText in SilkTest
automation tool?