I have a master/detail setup using jqGrid and jQuery. Is it possible to have the detail grid use a different theme/skin than the master grid?
I see a setting to change the images folder, but it looks to me like grid.css would have to be the same for the entire page. Has anyone tried? Or do you have any suggestions for a workaround?
...
I have having difficulties on this one page login.php becuase of the nature of the session it does not allow a $page to be called. I included the header the same way I did on all other pages. The code highlighted between the ===== is my header include with $page defined for the < ul > so I can call a different class each page. But it's n...
I have a master page and have included a search text box.
User is on default.aspx
user enters a search value in the search text box, which is part of master page.
Via javascript the form, in MP, is submitted to my search functionality page, search.aspx and the code behind search.aspx.cs obtains the form post and gets the data.
Searc...
I am trying to found out how to see if a php file has changed and then show a div with saying Page changed in JQUERY
...
I have a very long text, I defined it as NSString, so I need paging,
there will be different paging for different fonts, say I'd like to display one page on a multiple line UILabel.
So at frist I need to get substring of page by page of the long string.
Does anyone know good solution for this? Thanks in advance.
I know there is a NSStr...
My 1st page contains 2 radio buttons: 1 for install and other for upgrade. Depending upon user selection I have to show custom pages for installation or upgradation. How can I do this?
...
Hi,
I am using asp.net file upload control to upload excel file data to database.
Till morning it was working fine..But now I am not able to upload even 10 kb files..
The httpruntime ->maxrequestlength values is 10mb in my web.config :(.
Please help me :( :( :(
Advanced happy new year !!!
...
i got a jquery upload and crop script and i am trying to use it.
First i have a 1.html file which has a form, which requires some texts and image. After submitting the form it goes to main.php where it checks for some image properties and if successful it refreshes the page using header("location:".$_SERVER["PHP_SELF"]);
So if i place...
please can you send source code
...
I have a simple page inside a master page (well, in a master in a master).
In the top master I have the head tag with runat="server", with a number of bits such as scripts, stylesheets, etc. and also a contentplaceholder. There is no title tag here.
In the page that uses this master, the content for the placeholder contains the
<title...
any reference document
...
In mobile web minibrowsers, it seems that the window object makes no sense since there's only one window to show. Therefore, things like window.pageYOffset=320 make no sense (as far as I can tell).
Given a simple example such as a map zoomin/zoomout such as
<html>
<head>
<title>zoom.html</title>
<script language="javascript">
var zoom...
Does anyone have a simple way of rdirected in .htaccess all pages that were once .asp to now be .php. For example index.asp is now index.php etc. Server is apache.
...
Why is Least Recently Used better than FIFO in relation to page files?
...
I am trying to find out what open source framework+language to use to build a webapp(a rich internet application) that has complex page flows. I have coded a lot in C++ and a little in Java. I have heard of JSF and Spring. Never used it though. I am also wondering whether Java or Python will be better suited for quicker development and i...
Hi thanks for reading.
i currently have a webservice deployed on a weblogic 10.3 server whit 1-way ssl enabled, the problem is that wen i test the webservice using the weblogic's test page, i get this error:
avax.net.ssl.SSLException: Handshake has been interrupted, can't find trusted CA certificates file trusted-ca.pem
but all the cl...
I am trying to register a startupscript on a page but it doesn't register it. When i run the page in debug mode, and check the Page.ClientScript, it shows me "Children could not be evaluated"
...
Greetings,
I'm, unluckily in need of having this :
Product has (lets say) 6 attributes with "Yes/No" values.
I need a dropdown on that product's page that will populate with attributes with "yes" value.
attributes are :bundle1,bundle2....,bundle6.
When selection is made - I need to know whats have been selected to pass...
Hello again!
I'm on VPS hosting with dreamhost and am experiencing very high page load times. Here is the output from Devel module for mysql queries.
Executed 190 queries in 227.67 milliseconds. Page execution time was 21969.43 ms.
Using the module profiling at http://2bits.com/articles/measuring-memory-consumption-by-drupal-bootstr...
I have created a custom page named 'products'
<?php
/*
Template Name: Products
*/
?>
<?php get_header(); ?>
<div id="products_content">
<div id="products_page_header">
<div id="products_page" title="محصولات">
<?php if (have_posts()) : while (have_posts()) : the_post();?>
<div class="post">
<h2 id="post-<?php ...