Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Showing results 1 to 17 of 17
Search took
0.07
seconds.
Search:
Posts Made By:
creativeedg10
Forum:
XML
10-04-2011, 08:39 PM
Replies:
3
Toggle XML content on/off in display
Views:
952
Posted By
creativeedg10
Hmm...now it's showing all notes, but it's not...
Hmm...now it's showing all notes, but it's not hiding if the content within the XML tag of <none> is "NONE":
I can't pinpoint what is wrong. Seems like this should just be a basic if/else...
Forum:
XML
10-04-2011, 12:53 PM
Replies:
3
Toggle XML content on/off in display
Views:
952
Posted By
creativeedg10
The XML I am working with is: <?xml...
The XML I am working with is:
<?xml version="1.0" encoding="UTF-8"?>
<cancellations>
<canceledDate>
<dow>Tuesday</dow>
<month>10</month>
<day>02</day>
Forum:
XML
10-03-2011, 03:58 PM
Replies:
3
Toggle XML content on/off in display
Views:
952
Posted By
creativeedg10
Toggle XML content on/off in display
Hi everyone,
I am trying to do the following with XML and Javascript:
If the XML tag <note> is not "NONE", show the table row.
Else display: none;
Forum:
ASP.NET
07-19-2011, 02:43 PM
Replies:
14
Asp.net Importance?
Views:
6,765
Posted By
creativeedg10
Very interesting conversation. I see more toward...
Very interesting conversation. I see more toward PHP as well given that many CMS's support this language and community is vastly available in many outlets, but I don't think ASP will vanish...
Forum:
ASP.NET
07-19-2011, 02:40 PM
Replies:
0
DNN Modules Not Showing Consistently
Views:
557
Posted By
creativeedg10
DNN Modules Not Showing Consistently
Hi everyone,
For some reason, some modules do not show up on the pages where I would like. In Edit mode, I see everything great. However, change to the actual web viewing, and I don't see a thing....
Forum:
ASP.NET
06-07-2011, 02:55 PM
Replies:
2
ASP page inside ASPX page = possible?
Views:
1,451
Posted By
creativeedg10
ASP page inside ASPX page = possible?
Is there a way to insert an .asp page into a .aspx page? I am trying to integrate a table from the asp page into the current aspx conversion of a mobile site. I am new to ASP and .NET; therefore, I...
Forum:
ASP.NET
06-07-2011, 02:51 PM
Replies:
1
Styling a DetailsView in ASP.Net
Views:
1,428
Posted By
creativeedg10
Set a fixed pixel width for your different...
Set a fixed pixel width for your different columns. Create a CSS class and apply it to your <td> tag.
Forum:
ASP.NET
05-18-2011, 08:09 PM
Replies:
1
Issue with ASP.NET and CSS (layout isn't centered)
Views:
1,435
Posted By
creativeedg10
That sounds like a CSS issue. Do you have some...
That sounds like a CSS issue. Do you have some code for us to look at?
In the CSS, try setting your main container div to margin: 0 auto 0 auto;
That will detect left and right margins and set...
Forum:
ASP.NET
05-18-2011, 08:06 PM
Replies:
2
Pulling .NET Dynamic Data by First Letter only
Views:
1,282
Posted By
creativeedg10
Hi Mike, Sorry I missed your post here from...
Hi Mike,
Sorry I missed your post here from a while back.
Essentially, yes, I will be listing 26 links A to Z. When you click on the letter list item, it highlights data that starts with that...
Forum:
ASP.NET
05-03-2011, 03:46 PM
Replies:
2
Pulling .NET Dynamic Data by First Letter only
Views:
1,282
Posted By
creativeedg10
Pulling .NET Dynamic Data by First Letter only
Hi everyone,
I have a long list of dynamic data being generated on a jquery mobile site. I'd like to have this data be separated by alphabet list bars, much like the directory organization of a...
Forum:
ASP.NET
05-03-2011, 03:44 PM
Replies:
3
Can you mix ASP and .NET pages?
Views:
1,069
Posted By
creativeedg10
Thank you all for your insight and help. I am...
Thank you all for your insight and help. I am converting over to ASP.NET, got the connections to work, and so far things are coming along pretty good. I am experiencing a learning curve, but I'm...
Forum:
ASP.NET
04-22-2011, 02:51 PM
Replies:
3
Can you mix ASP and .NET pages?
Views:
1,069
Posted By
creativeedg10
Can you mix ASP and .NET pages?
I am working on a mobile site that uses .aspx for the pages; however, I am transferring information from older .asp pages. These .asp pages are reading database connections, and I am not clear how to...
Forum:
Flash & ActionScript
02-14-2011, 12:37 PM
Replies:
0
YouTube Flash video to show on iPad
Views:
853
Posted By
creativeedg10
YouTube Flash video to show on iPad
Hi everyone,
I have a video problem I am seeking to troubleshoot and am hoping someone on here can provide direction:
01. I have a video that is directly linking to its YouTube channel. All...
Forum:
ASP.NET
02-10-2011, 01:22 PM
Replies:
0
Contact Form w/ Confirmation Page (missing something small)
Views:
963
Posted By
creativeedg10
Contact Form w/ Confirmation Page (missing something small)
Hi everyone,
I am new to ASP.NET, and reading through online materials such as this forum has really helped me gather a broad scope about what this language is and does. It's a great forum here,...
Forum:
Perl/ CGI
03-17-2010, 04:30 AM
Replies:
5
array and counting distinctions
Views:
1,192
Posted By
creativeedg10
Thank you all so much for your sharing of...
Thank you all so much for your sharing of knowledge and help. After much debugging and more research, I was able to get my CGI working. I really appreciate all the help you have given to me. I...
Forum:
Perl/ CGI
03-16-2010, 01:31 AM
Replies:
5
array and counting distinctions
Views:
1,192
Posted By
creativeedg10
Thanks bazz, I am attempting to store...
Thanks bazz,
I am attempting to store details of the mascot in a hash array. Considering that my radio button form only has the value of college. My hash array will store the college next to its...
Forum:
Perl/ CGI
03-15-2010, 07:32 AM
Replies:
5
array and counting distinctions
Views:
1,192
Posted By
creativeedg10
array and counting distinctions
Hello everyone,
I am a CGI student completely new to the subject. I have a project due in two days, and I've been struggling with it all week. Unfortunately, my instructor poorly teaches the...
Showing results 1 to 17 of 17
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
10:17 AM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.