page

jqGrid 2 grids on page with different theme/skin

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? ...

PHP Include Error w/ CSS

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...

postback via MasterPage - ASP.Net, c#

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...

Page changed in JQUERY

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 ...

How to get subString of a page of a long NSString, font size variable?

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...

NSIS- How can I dynamically show a particular custom page?

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? ...

upload small file in asp.net end up in Page can not be displayed

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 !!! ...

Php page refresh , get the post values from formm

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...

I want show plain text in the password field and then make it a regular password field on focus in asp.net login page

please can you send source code ...

master page generating a second title tag

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...

can we do without using a hyper link button .how to call another .aspx page as pop up window in to current code behind page

any reference document ...

Mobile minibrowser: how to reload image while maintaing page offset position?

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...

Htaccess redirect

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 LRU better than FIFO?

Why is Least Recently Used better than FIFO in relation to page files? ...

What open framework for managing complex page flows?

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...

Weblogic web service + SSL

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...

Page.ClientScript gives "Children could not be evaluated"

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" ...

Magento : create ajax dropdwon populated with labels of 3 product's attributes.

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...

Very large drupal page execution time

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...

wordpress custom page template

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 ...