Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 54
Search took 0.13 seconds.
Search: Posts Made By: joanzn
Forum: JavaScript frameworks 05-03-2013, 06:42 PM
Replies: 11
Views: 314
Posted By joanzn
How it works

Well you have to have jquery linked to your page for starters if you didn't do that. and to alert that you would assign that code to a variable and go alert(yourVar); /* OR */ console.log(yourVar)...
Forum: JavaScript frameworks 04-25-2013, 02:07 PM
Replies: 11
Views: 314
Posted By joanzn
Totally right! :thumbsup: I must have overlooked...

Totally right! :thumbsup: I must have overlooked your comment.
but like Wolf said.


I separated it to be 2 vars one for start and one for stop:
$('element').attr('class').split(' ').filter(...
Forum: JavaScript frameworks 04-24-2013, 07:50 PM
Replies: 11
Views: 314
Posted By joanzn
I know it's kinda a difficult question to...

I know it's kinda a difficult question to understand and wonder WHY WOULD THIS KID WANNA DO THAT?!!!? but it's for sure the only route i have. hasClass() won't work cause i don't know what class I'm...
Forum: JavaScript frameworks 04-24-2013, 07:13 PM
Replies: 11
Views: 314
Posted By joanzn
I need it to pop() me the correct class not a...

I need it to pop() me the correct class not a jQuery object.
Forum: JavaScript frameworks 04-24-2013, 06:34 PM
Replies: 11
Views: 314
Posted By joanzn
Getting a specific class name with jQuery

I'm wondering how to achieve gathering a specific class, and only that certain class.
HTML:
<div class="this top_start bottom_stop that"></div>
I want to gather ONLY the class that is top_start...
Forum: JavaScript programming 04-22-2013, 05:16 AM
Replies: 2
Views: 248
Posted By joanzn
Looks like you have some WeIrD Javascript/jQuery...

Looks like you have some WeIrD Javascript/jQuery mixing going on in there for starters.
$("video").bind("ended", function() {
$('#vidbox1').hide('slow', function() {
$('#vidbox2').hide('slow',...
Forum: JavaScript programming 04-22-2013, 04:41 AM
Replies: 4
Views: 185
Posted By joanzn
I'm actually going to have this as a user input...

I'm actually going to have this as a user input in a WYSIWYG system, so it's actually an input for % for each instance of the 'widget'. but that gives me a good idea :)
for the HTML:
<div...
Forum: JavaScript programming 04-19-2013, 07:23 PM
Replies: 4
Views: 185
Posted By joanzn
YEP!, I'm actually trying to animate elements...

YEP!, I'm actually trying to animate elements inside the div
<div class="figures_animimation_start_or_end">
<div class="stuff_to_b_animated">
depending on what percent...
Forum: JavaScript frameworks 04-19-2013, 07:17 PM
Replies: 1
Views: 188
Posted By joanzn
Possible complications with iOS devices, may want...

Possible complications with iOS devices, may want to have a conditional you can use?
clickOrTouch: (detectIosDevice()) ? 'touchstart' : 'click',
you'd make your own function to detect if a touch...
Forum: JavaScript programming 04-19-2013, 07:07 PM
Replies: 4
Views: 185
Posted By joanzn
DIV top is into my window screen 20% .. do this???

I'm having an issue with some simple math I think??! :confused: I'm trying to figure out when a div's top,left position on my page is 20, 50, 33% (or whatever really) into my window view, to trigger...
Forum: JavaScript frameworks 12-03-2012, 02:33 AM
Replies: 2
Views: 746
Posted By joanzn
Simplest is best. :) Thanks for the reminder!

Simplest is best. :) Thanks for the reminder!
Forum: JavaScript frameworks 11-18-2012, 07:06 PM
Replies: 2
Views: 746
Posted By joanzn
using jQuery setInterval on 3 images going up and down the DOM

I'm trying to have 3 images cycle for a convertible car. I am trying to use setInterval to start with the 1st image(top-down) and go through to the 2nd (top-going-up) to the 3rd(top-up) then back to...
Forum: Small projects (quick fixes and changes) 11-28-2011, 05:14 AM
Replies: 6
Views: 1,062
Posted By joanzn
I wouldn't mind to help ya out.. I get bored at...

I wouldn't mind to help ya out.. I get bored at work sometimes :D
if you wanna look at a form n tell me wut ya think Check Here (http://www.miafs.com) and click any quote image on the right...the...
Forum: HTML & CSS 11-06-2011, 03:24 AM
Replies: 7
Views: 456
Posted By joanzn
you wanna take your class or id for your...

you wanna take your class or id for your heading(title) tags and just set the color of them...I'm assuming you have something like that for "posts" ONLY

.class{
color:#FFF;...
Forum: Graphics and Multimedia discussions 11-05-2011, 03:53 AM
Replies: 7
Views: 1,263
Posted By joanzn
Adobe Design programs are capable of doing...

Adobe Design programs are capable of doing project like this.
Photoshop more than likely was the program used to design this piece.:thumbsup: . Enjoy!
Forum: ASP.NET 11-05-2011, 03:42 AM
Replies: 10
Views: 1,668
Posted By joanzn
Got it ... I went back and checked everything. In...

Got it ... I went back and checked everything. In the SP it was calling I saw it was selecting the ID to compare userName and password. so I changed the selector to userName and added some VB...
Forum: ASP.NET 11-03-2011, 05:45 PM
Replies: 10
Views: 1,668
Posted By joanzn
ya that built-in one in VS (SQLEXPRESS) isn't...

ya that built-in one in VS (SQLEXPRESS) isn't something you use for your reasons stated.Prolly shoulda clarified I use SQL Server R2 2008 for the DB development :thumbsup:. VS2010 for the web...
Forum: ASP.NET 11-03-2011, 05:49 AM
Replies: 10
Views: 1,668
Posted By joanzn
LOL .. I was lookin at that trying to comprehend...

LOL .. I was lookin at that trying to comprehend the C# logic .. I got the jist of it :thumbsup: ..and I've been at this all day(until my internet went out!) ..back and runnin smooth tho..Ya I have...
Forum: ASP.NET 11-02-2011, 09:06 PM
Replies: 10
Views: 1,668
Posted By joanzn
You got it! that's exactly the problem.. ...

You got it! that's exactly the problem..

It's returning the "The_Great_Bob" and I want it to return "Billy-Bob" how you have it set. w/o any PKs so essentially "UserName" is your PK or {0}
...
Forum: ASP.NET 11-02-2011, 06:43 PM
Replies: 10
Views: 1,668
Posted By joanzn
Ya that's what I'm trying to accomplish yet like...

Ya that's what I'm trying to accomplish yet like you said Front-end style, Apparently it's suppose to just work! and the syntax is correct but it keeps pulling and displaying the ID from the Database...
Forum: ASP.NET 11-02-2011, 04:22 AM
Replies: 10
Views: 1,668
Posted By joanzn
Problems with LoginName control returns.

I'm just wanting a simple return on "Welcome, [UserName]" like on this site..

I have the right code I believe :

<asp:LoginView ID="LoginView3" runat="server">
...
Forum: ASP.NET 11-02-2011, 04:12 AM
Replies: 25
Views: 2,328
Posted By joanzn
You need the original files .. once published...

You need the original files .. once published they're gone .. you'll never get at them again. you should've recieved a copy of the uncompiled site from your design company or they should have...
Forum: HTML & CSS 10-27-2011, 09:56 PM
Replies: 4
Views: 1,307
Posted By joanzn
Stupid IE want'simg{border:0;} That took...

Stupid IE want'simg{border:0;}
That took awhile!
thanks fer the help tho!
Forum: HTML & CSS 10-27-2011, 09:36 PM
Replies: 4
Views: 1,307
Posted By joanzn
Ya it doesn't work at all .. this isn't my code i...

Ya it doesn't work at all .. this isn't my code i was just typing out all the combos I've used. and i don't have comments // in the code. but ya .. you would think that would work but it doesn't. .....
Forum: HTML & CSS 10-27-2011, 09:08 PM
Replies: 4
Views: 1,307
Posted By joanzn
text-decoration:none in Links for IE??

I have some VERY simple code here just to figure out WTF to do for links text decoration in stupid ***** IE!

SO I built a simple menu with images as the menu with javascript onmouse events.
...
Showing results 1 to 25 of 54

 
Forum Jump

All times are GMT +1. The time now is 04:11 AM.