BigBrotherBiggs
-
A slide out sub navigation
it would help if I could spell Reviled... needs to say Revealed
-
A slide out sub navigation
here is a link to the screen capture... I will try what you are saying.. I just want it to be reviled only after a mouse over event has occurred on the parent button. http://pathfinderdirectory.com/images/S ... .28CDT.png
-
A slide out sub navigation
Hey Eric those are good. the idea I had is still different for example many of your sample slid out but the resulting sub menu was still vertical. The task i am working on is to get the sub menu to slid out horizontal.. I made an illustration and p…
-
Looking for a plugin or guidance
actually found a solution i didn't think of that works for what I am wanting to accomplish if anyone is interested... http://www.givainc.com/labs/mcdropdown_ ... plugin.htm It combines all I wanted to do in one field. So the person filling …
-
Breaking apart text
I am using a CMS called Business Catalyst. it is great for guys like me that have a hard time working with php. When i create an announcement in the announcement module. i enter a date by picking it from a date picker (much like a mini calendar) …
-
Breaking apart text
I am just a designer and am learning JavaScript. I find jQuery the easiest to understand yet it is still a challenge for me. The CMS I am using won't allow php on the servers because I think php is what runs it even thought most evidence of ph…
-
Breaking apart text
So i have been reading up on jQuery a bit more... to be honest it is hard for my mind to wrap around... if I put a string of text like such... 20-Jul-2009 Can I create some jQuery code that will virtually erase everything after the 20? Then if I …
-
updating a form field from selections
Okay, i got it working and even added a little accordion styling to it... I had some conflicting Script from the CMS I use but was able to have it resolved by adding... var $j = jQuery.noConflict(); One of the support guys from the CMS did that for …
-
updating a form field from selections
no no it is all my confusion... I don't have enough knowledge and understanding yet to understand the proper terms. but it wan't unti I tried it out on a plant page that I got the idea and what you where trying to teach me... Thank you ve…
-
Modx CMS... What do you think?
"AshtonSanders" said:How quality are the modules? How many are there? Is it easy to create your own modules to the site, or are you pretty well stuck within their frame? How easy is it to totally change the template? Lets see if I can do …
-
My Portfolio Site
"Luminated" said:Cool site but you should really have an editor comb through it and polish it up. It reads pretty basic and it's hard to take you seriously (aside from your very nice work). Also, I found this rather large error on the…
-
My Portfolio Site
"TheDoc" said:your resume gets cut off at the bottom, no good! Of course it does. damn IE I just noticed too that my menu slider is jacked up in IE too it is meant to be just inside the right hand side of the poster. Not one of my strong…
-
updating a form field from selections
Not quite what I was after. Lets see if I can explain this better. here is the url to my dev server for this client. http://cutiepetutiejewelry.designedbyjeff.com/ Right now there are three products in the database. This is the "Phat" li…
-
display: inline-block issues in IE
niiiiiiice it work... something so simple. Any ideas as to why it works on other browsers without that? Just curious... but once again you have been a great help.
-
Screen Saver Style image motion
okay... I have created a dev site for this project... I'm a Mac with out parallels so i don't look at IE until I am excited about what FireFox, Safari, and Opera are showing me or until my client tells me they don't see what i am talk…
-
updating a form field from selections
I got it to work on my computer but am having issues on the server. One thing that I think is holding it up is that the shopping cart field I am trying to update is called catProdInstructions_474297. Simple enough if all the products had the same…
-
Screen Saver Style image motion
Thanks for the link... I have read it three times and understand that you need to have it. I am embarrassed to say I still don't get the DOM part. I understand that there is a DOM and you need to put this code in there so it will work.... But …
-
Modx CMS... What do you think?
***** I am not trying to sell you anything just tell you about another CMS that I use. If you want to use it I can help you take full advantage of the system so that you can make residuals off of the website you design using this system. Commercia…
-
Photoshop problems !!
Hal8 it sounds like you are a new convert to the Mac. First of I would like to personally congratulate you and then tell you that it wont take you long before you are comfortable with the system. A lot of people moving over from a PC platform are …
-
Screen Saver Style image motion
Well after spending 2 more hours I got it to work... don't ask me how i did it... I still have no idea as to what the heck a DOM-Ready Handler is but so far what I wanted to accomplish is being accomplished. now for a little more bling and I wi…
-
Screen Saver Style image motion
I found something.... It is exactly what I was looking for... you can check it out here...http://www.gruppo4.com/~tobia/cross-slide.shtml However... in my jQuery infantile mind I am having a hard time getting it to work... What I don't under…
-
updating a form field from selections
thanks Justin you have been a great help. I will give it a go and will let you know how I do.
-
CSS Videos Website
I like it. I have watched one and even though I thought I knew everything in the video the way you presented it made me understand ids vrs classes better. I look forward to more videos.
-
My Portfolio Site
THANK YOU... "AshtonSanders" said:btw, java and javascript are two (very) different things. ;) :geek: like I said still learning... who says you can't teach an old dog new tricks... I still have it at 40. :D
-
updating a form field from selections
akeenlabs Thanks a lot I got it to work let me take it up a notch and see if I can throw you off. I have two or more groups of products, each group is a series of radio buttons, a selection from each group can be made with the value of each selecti…
-
updating a form field from selections
Spot on! Number one is exactly what I am looking for... Take the values of selected radio buttons and post those values in a text field. Sorry about my post I was trying to figure out how to explain it. I will try what you have shared and report.…