Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~6K People Reached
Favorite Tags
Member Avatar for jelly46

How how do you change a value inside a variable, i'm having trouble executing this but can't find any examples for dummies.

Member Avatar for urtrivedi
0
199
Member Avatar for jelly46

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

Member Avatar for jelly46
0
371
Member Avatar for jelly46

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 …

Member Avatar for jelly46
0
149
Member Avatar for jelly46

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 …

Member Avatar for <M/>
0
150
Member Avatar for jelly46

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 …

Member Avatar for Troy III
0
170
Member Avatar for jelly46

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 …

Member Avatar for jelly46
0
320
Member Avatar for jelly46

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** …

Member Avatar for pritaeas
0
187
Member Avatar for jelly46

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> …

Member Avatar for Troy III
0
1K
Member Avatar for jelly46

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?

Member Avatar for jelly46
0
132
Member Avatar for jelly46

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 …

Member Avatar for jelly46
0
260
Member Avatar for jelly46

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 …

Member Avatar for jelly46
0
298
Member Avatar for jelly46

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.

Member Avatar for IIM
0
238
Member Avatar for jelly46

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

Member Avatar for LastMitch
0
86
Member Avatar for jelly46

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 …

Member Avatar for paulkd
0
151
Member Avatar for jelly46

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

Member Avatar for jelly46
0
101
Member Avatar for jelly46

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.

Member Avatar for stultuske
0
53
Member Avatar for jelly46

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 …

Member Avatar for nicz17
0
218
Member Avatar for jelly46

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

Member Avatar for <M/>
0
123
Member Avatar for jelly46

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 …

Member Avatar for jelly46
0
61
Member Avatar for jelly46

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

Member Avatar for mattster
0
159
Member Avatar for jelly46

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" …

Member Avatar for <M/>
0
99
Member Avatar for jelly46

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

Member Avatar for jelly46
0
87
Member Avatar for jelly46

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 …

Member Avatar for JorgeM
0
82
Member Avatar for jelly46

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.

Member Avatar for pritaeas
0
91
Member Avatar for jelly46

Hello all at Dw Can anyone suggest any good websites and info about styling data tables for mobile devices please. Jelly

Member Avatar for dany12
0
81
Member Avatar for jelly46

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 …

Member Avatar for jelly46
0
246
Member Avatar for jelly46

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 …

Member Avatar for jelly46
0
219
Member Avatar for jelly46

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 …

Member Avatar for jelly46
0
207
Member Avatar for jelly46

I need to set up a databse in phpmyadmin for a drupal website. Does anyone know of good tutorials.?

0
64
Member Avatar for jelly46

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 …

Member Avatar for EvolutionFallen
0
89