No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
33 Posted Topics
How how do you change a value inside a variable, i'm having trouble executing this but can't find any examples for dummies. | |
How to pass link data from one page to another page using querystring in asp net This link would be set up something like this: http://.mywebsite.com/site/TR?fr_id=1131&pg=entry?utm_source=______&utm_medium=_______&utm_campaign=ABCD2015 When it is clicked, the code implemented needs to pass the source and medium info (facebook /social) into the gaps (_____) in link url. … | |
I have managed to put together a [responsive menu](http://jsfiddle.net/c2webdev/Pb8Ts/1/) with the help from the internet. I've need it to sit in the footer as well, but to be controlled sepratley, I have copied it and placed it in the footer but I can't seem to get it right. Can you … | |
Hello all on DW I have been working on responsive web navigation but can't seem to adjust the external menu links. I need to add 3 sepertate links before the menus drop down HOME LINK1 . Please take a look on my [JS fiddle demo](http://jsfiddle.net/c2webdev/U5fLX/) Can someone see what I … | |
I'm a bit new to DOM [please bare with me] and what I want remove some html as I don't actually have access to the HTML file. This is because it is a CMS so would it be possible to manipulate code via DOM? Here is a code sample I … | |
Hello I have got a small piece of code from thefacebook developers page. It does not work inIE, it sends back an error, I have cleared the caching and loggin into facebook and nothing. Here is the code: <a href="#" id="fb-btn-2013" onclick=" window.open( 'https://www.facebook.com/sharer/sharer.php?u='+encodeURIComponent(location.href), 'facebook-share-dialog', 'width=1028,height=768'); return false;"><img src="../../Content/Images/facebook-button.png" alt="Share … | |
Can some one help? I am looking for a **content slider that can hold images and text and has dot navigation**. I have searched for so many on the net but nothing that is simple. I would like it to look like this http://www.bbk.ac.uk/ but the content slides across **not** … | |
I am working with some code that works fine in jsfiddle but not locally, here is the [jsfiddle link ](http://jsfiddle.net/c2webdev/DVPaa/) this is quite confusing here is the local code <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <script type="text/javascript" src="http://code.jquery.com/jquery-1.10.2.min.js"></script> … | |
Hello If you go to this page https://www.barnardos.org.uk/donate/cashdonation_iframe.htm?customDonation=1.00&ref=131021&source=b&don_amount=1.00&submitButton=Single+Donation and enter a donation amount and then click on the yes box you will see the percentage of the gift aid is worked out. Can anyone help with a JS way to do this please? | |
I have some javascript that will not work in IE, can anyone help? It works fine in Mozilla and Chrome. Thanks <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>test</title> <style type="text/css" media="screen"> .hide{ display:none; } </style> </head> <body> <div id="tabs"> <div … | |
Since twitter retired API v1 in March 2013 it has seemed to affected the feed on my website. It has [of course] become quite hard to style the feed how i want. I have found some code that I have developed but I still can't adjust heights and widths. I … | |
I have built a large from and I have just discoverd my <button></buttom> does not work as a link I am using <button onclick="window.location.href='myurl'">Next</button> , but it is not working Help. | |
Hello I am looking for a Javascript/Jqurey gallery that; will loop, and have controls. I can't find exactly what i need, can anyone point me in the right direction please? Thanks #c2webdev ![]() | |
Hello I am unable to to edit a json file i need to add some updates but i keep getting Error: Parse error on line 8: ... "text" : " company name -----------------------^ Expecting 'STRING', 'NUMBER', 'NULL', 'TRUE', 'FALSE', '{', '[', got 'undefined' I am trying to add a paragraph … | |
Why is my footer not appearing at the bottom properly. I applied clear:both; yet noting. http://www.vellosdesigns.com/newsite/build-2/ Please can you help? Thanks | |
I found this great tutorial http://bavotasan.com/2009/creating-a-jquery-mouseover-fade-effect/ Its easy to follow but i am getting stuck with the JS because i want to have more than one image on the page. Can someone assist. | |
I am developing a page so i can parse information from one page to another. one page has three options and when the users clicks on the options they was want they then click on the send button. That choice will be seen on the next page which is past … | |
The BBC built this page and it looks good. http://www.bbc.co.uk/news/business-21938085 Can anyone shed any light on how they did it? Please | |
I have been assigned to build a form in flat html but parses a small bit of info to a dynamic (asp) page on a CMS. Can i do this in Javascript or just HTML? I have looked at quite a few question on this but nothing answers what I … | |
I've looked at a few of timelines online, but does anyone where i can find a tutorial to build something like this: http://www.oxfam.org.uk/what-we-do/about-us/history-of-oxfam | |
I am working with this piece of code and it is not firing when I put it in the page I need which is static HTML. It does work if you create a plain HTML page, but it is not working on the page I need. <form name="CTTPDD" action="https://example.com" method="post" … | |
When tracking links, do i need to put this code at the end? return _gaLink(this,'#'); What exactly does it do? My understanding of this is not clear. Here is the full code: <a href="#" onclick="_gaq.push(['_trackEvent', 'Email Link Clicked', 'exampleurl.org/';, '#']); return _gaLink(this,'#'); ">exampleurl.org</a> Thanks | |
I have a simple bit of code (contained in a CMS and cant be edited) that and needs to be read by Javascript in the header if it has been clicked. Here is the code: <div id="example" class="page-element-outer" style="text-align: left"><div class="page-element-inner" ><input type="image" name="Button1" id="Button" src="/getresource.axd?AssetID=16813" alt="Submit" style="text-align:left;" /></div></div> Can … | |
Can anyone help? I am looking for code for a fundraising thermometer. I have looked and looked and looked. I need it to be html and js Can point me in the right direction. | |
Hello all at Dw Can anyone suggest any good websites and info about styling data tables for mobile devices please. Jelly | |
I have to block out a certain div for a certain IP addresss I am using asp here is the code: <% Dim sBlockedIP sBlockedIP = Request.ServerVariables("REMOTE_ADDR") 'check if the IP is the one that is blocked If sBlockedIP = "00.000.00.00" Then 'if IP address is banned then redirect to … | |
Hello This is brilliant and good to work with, there is one issue i have if someone can help please. I have used example 4 baucase it visually does exactly what i need, however there is one little problem i cant solve. I copied the div and now have 2 … | |
Hello Does anyone know how to disable the current link in a breadcrumb trail. All that i know in XSLT has failed Please help here is the XSLT code: [code] <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:output method="html" omit-xml-declaration="yes" /> <!-- Variable to determine if the current open page is displayed as a … | |
I need to set up a databse in phpmyadmin for a drupal website. Does anyone know of good tutorials.? | |
Hello people Merry xmas and all that jazz. Can i ask does anyone know a good website that demonstrates css hacks for Mozilla Firefox. Basically i don't know the syntax for this: .element-column-right-alpha-outer {margin-top:35px} But only for firefox in the rest of the browsers it works ok but chrome is … | |
I am a web developer and i have been asked to create a website using google maps with search results like this: [url]http://www.hotelsneargolfcourses.co.uk/hotels-near/mid-kent-golf-club[/url] Where do i start? Thanks | |
I thought Google chrome would make my life easier but it seems to be quite a challenging browser. At this moment i can't give the URL out but my rollovers in my navigation are not working. Has anyone experienced this problem before ? :-( | |
Hello guys I am having trouble with two issues in chrome. I've highlighted them in an image and have provided the code. I cant give the URL as it is not launched yet. Can you assist? Thanks [code] .tab-inner { width: 100%;} .tab-outer { height:81px !important; display:block; }/*border: 2px solid … |
The End.