I want to build a Drupal demonstration site where I can create several custom themes and display each on a separate page of the site. Access can be either via links or menu items. The "simpler" the solution the better.
...
When will be the exact date of Google's update for the Page Rank? Usually it change every quarter but this will be the end of the 2nd quarter now.
...
Hy I am trying to open a external page in a shadowbox holder the script is nt that complex. In mozilla it work`s grate but IE all versions it does not load the page or it does not display it because all that I see is a lack screen Can anyone help me pls
<script type="text/javascript" src="js/moving-boxes.js"></script>
<script type='text...
I am researching deadlocks that are happening in our application. I turned trace on for 1204, 1205 and 3605. I got the deadlock trace alright. But I am unable to figure out the resource it is deadlocking on. I have read many forums and they all say that the trace should contain something called a KEY/RID which would point to the resource...
I am unable to get the background picture to show in my pages. I am trying to do this in the master page using CSS.
I have a CSS which contains the following:
body {
background-image: url(../images/background.jpg) no-repeat;
background-attachment: fixed;
margin-top: 0px;
}
I know the CSS is being read because all other styl...
Hi
I have a master page and a child page and have placed the javascript code inside the child page for flash movie.
The problem is the movie seems working when there is a alert on, without at least one alert msg, the code does not work, I am sure you people can solve, I can see that the following code works well in both Mozilla and IE, ...
Hi folks this is prob quiet simple but not sure how to do it.
I am loading pages into a div a simple like this:
$('.pageLink').click(function() {
var pagetoload = ($(this).attr('href').substring(5));
$('#adminArea').load(pagetoload+'.php');
return false;
});
That works no probs at all. Only thing is that I am using CKEditor on "seve...
I had developed a site. While I Google search it, it comes up in 1st for 3 different search terms but it still hasn't got a page rank. Whats the meaning of this?
...
I did the following to display a single post in my home page:
home.php:
<?php
get_header();
query_posts('posts_per_page=1'); //returns only the front page
?>
<div id="content">
<?php
/* Run the loop to output the posts.
* If you want to overload this in a child theme then include a file
* called loop-index.php and th...
hello,
i want to set a main page or an index page for my app.
i tried adding MAIN_PAGE in settings.py and then creating a main_page view returning a main_page object, but it doesn't work
Also, i tries to add in the urls.py a declaration like
(r'^$', index),
where indexshould be the name of the index.html file on the root (but it obvio...
Hi All,
Ive a problem in refreshing the outputpanel entire page is getting refersed instead of panel.
Here is my code
<h:selectOneRadio id="radio1Id" value="#{bean.options}" valueChangeListener="#{bean.onChange}">
<f:selectItem itemLabel="Yes" itemValue="Yes" />
<f:selectItem itemLabel="No" itemValue="No" />
<a4j:support event...
I want to order SQL Inserts into a table to optimize page use by avoiding fragmentation as much as possible.
I will be running a .net Windows Service, which every 2 hours will take some data from a database and optimize it
for future queries. A varchar(6000) column is involved, though I estimate it will rarely go beyond 4000 bytes.
In f...
I'm using the jQuery document ready method - $(function()
If the page takes too long to render (say 2mins+), will this be the reason for the page throwing a javascript taking too long to execute error/warning?
...
Hi there, I have an ASP.NET page that takes a long time to load due to the loading of multiple user controls. Is there a way where I can show a loading animation using jQuery while the page is loading?
Thanks.
...
How would I push my 2nd view controller to be the 2nd page in page control. I am using scroll view too? Any help pleaseeee?
...
I'm requesting a webpage with sockets like this:
Socket sock = null;
PrintWriter out = null;
BufferedReader in = null;
try {
sock = new Socket( "www.overvprojects.nl", 80 );
out = new PrintWriter( sock.getOutputStream(), true );
in = new BufferedReader( new InputStreamReader( sock.getInputStream() ) );
} catch ( UnknownHost...
Hi,
I have a requirement where i need to display a aspx page say login.aspx in two different Iframes of different width without scroll bar.
E.g. Login.aspx should get displayed in iframe of width 800 and 700 without scroll bar. I know I should reduce the UI elements width but the width of the UI elements should vary for Iframes. Is it ...
Like iPhone Safari Browser or Firefox (Ctrl + Scrolling), I need intelligent scaling where not only Divs but also font-size and images are scaled based on the viewable area of the screen.
I need to implement this in ASP.Net. Any suggestion?
Regards
Thant Zin
...
In drupal, how can I change the permissions on a single page or story? I want to change one page or story so that only admins can post comments and all users can see those comments but can't post any of their own.
Thanks.
...
I have asp file with code below:
<html>
<head>
<link rel="stylesheet" href="<%=bb_style%>"/>
<title>asdf</title>
</head>
I need to include title from this file into another asp file formed by xslt transformation. I use this code:
<xsl:value-of select="document(content)/html/head/title"/>
But I have nothing ret...