Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ralphonzo
  • Content: Threads
  • Order by date
  1. ralphonzo

    RSS Aggrigator TO Facebook

    Does anyone know of a better tool for getting RSS posts into Facebook than Twitterfeed?
  2. ralphonzo

    mobile development framework

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

    Chrome and passwords

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

    Drupal Gardens - changing contact address

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

    What's Happened to Google Maps?

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

    Canonical issue

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

    Hosts file not resolving

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

    Non-validating validation!

    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()...
  9. ralphonzo

    Export from Access to MySQL

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

    Named anchor anomoly

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

    Fading fullscreen background-image rotator

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

    Function not rendering in setInterval

    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) {...
  13. ralphonzo

    Graphics disappear on introduction of loop

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

    jquery styling is blocking href

    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); })...
  15. ralphonzo

    Keeping bottom line level in float left and right situation

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

    HTML5 video formats for Firefox and IE

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

    Change background image on click

    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 @...
  18. ralphonzo

    SimplePie image render

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

    Creating a hosting site front-end

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

    jQuery &quot;selectable&quot; return value

    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() {...

Part and Inventory Search

Back
Top