Does anyone have any tips on a good mobile development framework? There are lots of drag and drop affairs out there, but I need something a little more manipulable. I also need to be developing for IOS on a Windows platform.
Does anyone know how to save more than 5 passwords in Chrome? It's infuriating!
"Offer to save your web passwords" is checked - but it doesn't offer anything anymore.
Apologies for posting here, but it seems the most logical place!
I've inherited a site built on Drupal Gardens. I need to change the contact destination email address, but I can't find where to do it. Forums say to edit in "submission access", but as there's no web form active, I can't find that section. Does anyone know what I can do?
Has anyone managed to embed a Google map into a website lately? I'm damned if I can manage it. I've embedded dozens in the past, now it just seems so convoluted I can't follow it. Can someone give me a clue what to do?
I ran a WooRank review on a site and received a "www doesn't redirect to www" error. I have a link rel="canonical" on the site as follows: <link rel="canonical" href="http://www.thesiteinquestion.com/" />, but it still doesn't like it. I've set up a .htaccess file but frankly don't know what's...
I'm trying to develop a Wordpress site behind a holding site. The problem is that when I try to access the index.php file it redirects to the index.html file.
I've spent all afternoon trying to resolve this, and the most likely option seems to be via the hosts file (which also took ages to be...
Can anyone see why this form isn't validating? It works fine on other sites, just not this one, which is infuriating!!
<!--<?php
if(isset($_GET['sect'])) {
$sect = $_GET['sect'];
if($sect < 0 || $sect > 7){
$sect = 0;
}
} else {
$sect = 0;
}
// EMAIL INFO
ob_start()...
I've been using Bullzip to export from Access as .sql files in the past, and it's been great, but I've just tried on a new server and it just won't import properly. The server guy suggests that
"A compressed file's name must end in .[format].[compression]. Example: .sql.zip . SQL compatibility...
This is crazy. I have a named anchor that works in an index.php page with every include file but one. The link is at the top of the page, the include file renders to the middle, and the anchor is in the footer. Even when I replace the include file with one that works it fails. In desperation, I...
Struggling here. I've got a lovely fullscreen image, and a lovely image rotator, but can I get the two to marry? No! No matter what I try with the rotator I can't get the images to stretch. I'm trying to get the screen height from Javascript inline, but even if that works it probably won't fix...
Can anybody see why the distcount() function doesn't render the race distance here?
var race = 2000;
var counter = setInterval(function(){distcount(race)}, 1000); //1000 will run it every 1 second
function distcount(race)
{
var inrace = race;
if (inrace > 0)
{...
I'm playing with a little race game to try to brush up my Javascript and JQuery skills (I need a big broom!). I've got some little graphics animating across the screen, but need them to flow more smoothly?
Although I'm sure it's not necessary, here's the entire code:
<!DOCTYPE HTML PUBLIC...
I've scripted a menu that works fine until the stylised jquery rumbles in to town, whereupon the links seem to be covered.
Here's the jQuery menu with a click option that I tried that didn't work:
$(function() {
$('#m1').mouseover(function(){
$("#box").animate({left: '0'}, 300);
})...
I've got a site with a left and right float (http://www.qudosbeta.co.uk/alter/). Is there any way of aligning the bottom border of each element dependant upon the amount of information loaded into the right or left floated element?
I have video running via HTML5, which is cracking on Chrome, but fails on Firefox and IE. I know video works in them, as the tutorial renders fine. Might I have converted the files incorrectly? Testing online at: http://qudosbeta.co.uk/bgchange/vid_new.htm
I'm trying to get my background images to change when a link or button is clicked. I've got them to alter on a timed rotator, but can't figure out how to change them on demand. I'm developing it from a former site, so there's quite a lot of secondary files associated with what was. It's online @...
As SimplePie's help files are worse than rubbish, I'm turning to you guys to help me out! I'm trying to get the blog post image to render in the rss feed that I'm fetching into my web site. The only help I've found is either two line inadequate or PhD level!! This is what I have, which is great...
Does anyone know where I might find some scripts for interfacing with Parallels? We're trying to build an automated interface for a hosting site.
Otherwise, does anyone know of any good providers with built-in interfaces?
Does anyone know how to grab the return value of the jQuery "selectable" interaction? Whenever I try to pick it up I receive "0" or false. I've tried setting a value for each selection, but get the same result.
<script>
$(function() {
$("#selectable").selectable({
stop : function() {...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.