I am not fortunate to have access to Apple Safari 3.0 [which has a WebKit version < 525]. Would someone kindly test a Web page for me, it will return your userAgent string and a simple pass:fail.
In WebKit versions < 525.… [<= Apple Safari 3.0] it should fail and = 525.… [= Apple Safari 3.1] it should pass.
I appreciate all your help,…
Hi there.
I've already achieved this on my iPhone app, but I want to know if it's possible on an HTML page, maybe using CSS effects or similar.
As you can see, the current view is split, the bottom part is moved down, and another view is revealed underneath. I have a page I'd like to try this on. Any ideas if this is possible, and any…
I have on table matrix with columns group. I want that the table length is break on new page if change the group value. Example of my table;
GROUP COLUMN 1 | GROUP COLUMN 2
|mounth1 | month2 | month3 | mounth4 | month5 | month6
TEXT1 |
............................................................
TEXT1 |
…
Hi every one,
I am very much new to Drupal but am loving it to start with.
I got struck at a point with respect to theaming.
I have a region called 'footer-teaser' just above footer. Its width is 800px. its been split into 3 equal size columns. Each column has the following.
Image of size 120x120
Some teaser text
Link to 'read…
I'm a hobbyist, and started learning PHP last September solely to build a hobby website that I had always wished and dreamed another more competent person might make.
I enjoy programming, but I have little free time and enjoy a wide range of other interests and activities.
I feel learning PHP alone can probably allow me to create…
We have a strange problem in Safari.
When the user logs out of our Web Application we expire the forms authentication with the following
FormsAuthentication.SignOut();
Session.Abandon();
This works fine in IE and Firefox (when the user hits the back button they are presented with a page expired message and are forced to…
Our website was just converted to being generated by mod_rewrite and php scripts. Images aren't caching in browsers when they seemingly should be.
All images follow format:
<img src="/images/header.png" />
I must avoid the script completely caching because the PHP parser needs to handle each page dynamically on each…
My iPhone app relies on a vendor's XML feed to provide data. But that feed is not locked down. The vendor could change the format of the XML at any time, although so far they've promised not to.
Since I might want to tell my app to use a different URL for its data source, I'd like to set up a single "Command Central" Web…
I have a web site on a shared hosting server. My directory layout looks like this
/home
/user
/public_html
/pics
/family
There is an index.php file in public_html. I need help writing .htaccess rules that will
Serve the index.php file when www.domain.org is requested
Force the…
Is there a way to view the number of dirty pages (cached file pages that need to still be written to disk) in Windows Server 2003?
In Windows 7, for example, I can use Performance Monitor and use the "Dirty Pages" counter (one of the cache counters). This counter does not seem to be available in Server 2003. Also on…
why resubmit after refresh php page?
try it, go to: http://qass.im/message-envelope/
and upload any image
now try click F5, after refresh page "resubmit"
Why?
I don't want resubmit after refresh page
What is the solution?
See this is my form code:
<form id="uploadedfile" name="uploadedfile"…
Hello,
I have a table in my php code. In the second column of the table, normally it displays "---", and after i click the submit button, it will display the calculating result in the same page.
For example,
<table>
<tr><td>1</td><td>---</td></tr>…
I've an ASP.NET page with a textbox and a option from user of the following choices: Wikipedia, Google, Dictionary.com, Flickr, Google images.
The user enters a word(s) in the textbox and selects a choice among the following.
Depending on the choice select by the user I wish to return the…
I'm building a navigation system using jquery scrollto. I have my navigation menu in a separate file (( navigation.php )). It is included in 5 locations on the first page (( 5 different sections w/ text following each )). I'm trying to figure out a way to have the current "tab" highlight'd.…
ok i have another question !
(god! i have so many questions)
i have an application and a user must log-in before he/she can access pages. now once the user logs in i keep the user details in a session variable (say Session["CurrentUser"]).
now if a user tries to jump to a page directly i…
Can someone help me render a form and table on the same page? I'm sure it's easy, but can't think of how to do it.
Here's hook_menu:
function ncbi_subsites_menu() {
$items = array();
$items['admin/content/ncbi_subsites'] = array(
'title' => 'NCBI Subsites…
I need to set up nginx so that when a timeout occurs attempting to reach the upstream proxy, that it will just return the cached version on disk.
Can someone tell me how, as the docs are a little sparse on information.
I'd like to use a programming model for custom graphics and precision placement, and an interactive visual mode for large scale layout and less precise placements. I've used tools (PostScript, various vector drawing programs) that do one of these modes well, but leave me pining for the…
Some websites I'm using always make the web title move or blink when, for example, a new mail has just arrived. It is really disturbing as it's not an emergency and usually I'm busy browsing other pages.
I can't stand it any longer, but I have to use those services. I want to stop…
I'm fetching some settings out of the database based on a value passed from a query string. Out of these settings, a few will be used in master page, few on my Page and few in my user control (say login control which is a web user control).
I've an entity class MySetting for it and…
I have never intentionally changed the size of font on latest mozilla browser install on windows machine. For example Google site is now 200% size, and I did nothing to make this happen. Whats worse is it does not change back but remembers this! Similarly other sites are too…
I was just reading this article here to understand about how view state and ASP.NET page cycle works.
I just don't understand this part here:
If this were the case, then in step 3
the Label's Text property would be
assigned to "Hello, World!" in the
instantiation…
Hi,
I am using the Apache HTTPClient for Java and I'm facing a really strange issue. Sometimes when I try to get a dynamically generated page it returns its actual content, but other times (with another parameter) all I get is a short sequence of \t,\r and \n.
How could I…