1,350 Posted Topics
Does anyone know how to make a left to right image sliders.... You know... those that slide left to right...! Thanks! | |
I created a slider that slides left to right, but when i load the page, it takes a while for the image show up, does anyone know how to make images load quicker? Maybe make them smaller? | |
Re: I think this link may help :) [Click Here](http://www.mac-forums.com/forums/os-x-apps-games/261533-help-after-updating-iphotos-ive-lost-all-photos.html) | |
Is there a possible way in customizing your personal facebook page? Not like a company page but your personal page? Thanks | |
Re: Probably due to old version... try installing the new one | |
I created a page with multiple sliders, and the sliders won't slide... I think it could be because of the z-indexes... but can anyone tell me why the sliders won't slide... I will post my code if needed :) Thanks | |
Re: I've done an effect like this using z-index manipulation with css... it was a couple of months ago... sorry i can't just give you the code... But pritaeas is right... take site's source... | |
I wrote this jquery slider for my main slider... it doesn't work... can someone tell me why? Jquery: function slideSwitch() { var $active = $('#slideshow IMG.active'); if ( $active.length == 0 ) $active = $('#slideshow IMG:last'); var $next = $active.next().length ? $active.next() : $('#slideshow IMG:first'); $active.addClass('last-active'); $next.css({opacity: 0.0}) .addClass('active') .animate({opacity: … | |
Re: When something is **free**... it tends to be not as functional... unless you built it.. | |
Re: Are you hand coding this? or relying on something else? | |
I created a tabbed menu and the menu tabs won't align to the left plus they don't "transition" properly... can someone tell me why? I will post my code if needed :) | |
Re: make it memorable and very nice... remember... your logo is the ribbon on a present :) | |
Re: You shouldn't show your server information, it'll lead up to hackers... so you should get Daniweb to cut that part out for you... But here is the code in order to connect to mysql db written in php: <?php $username = "your_name"; $password = "your_password"; $hostname = "localhost"; //connection to … | |
Re: create 2 boxes using div tags... then style them :) | |
Re: Its only help if you built it... they aren't customizable if you didn't build it... Look at wordpress, joomla, drupal... those are cms's but are only helpful for blogging and using their db... :) | |
Re: Welcome :), > I've got multiple medals at our national olympics are you saying your olympic athlete | |
Re: you do realize we'd only offer corrections, and assistance but we don't offer free service for a full blown project :) | |
Re: They'd charge about 100-200 dollars an hour, and they'll charge you for finished product, and they'll charge for maintaining/updating your site monthly :) | |
I made a menu and for some odd reason, I can't figure out why, they bounced out of their positions... Can someone tell me why this is going on? I'll post my source code if needed. Thanks | |
Re: Go to lynda.com... they teach you how to build a simple template in 2 hours :) or less | |
I am trying to build a rollover content menu... just like the one in the mbusa site (their site menu)... does anyone know how to make one or can show me a reference to one? Thanks! | |
I created a page, and part's of my site won't center... can anyone help me center it... for example boxes fly out of the container... Here is my code (sorry for being disorganized and sloppy, I forgot to rename every apDiv): This is my css: #center { margin: 0 auto; … | |
I created a rollover image link... and the links don't work... can someone tell me what I got wrong....? my code: CSS is down here #F { position:absolute; width:96px; height:90px; z-index:1; background: url('facebook.png') } #F:hover { background-image: url('facebook_hover.png') } #T { position: absolute; width: 96px; height: 90px; z-index:1; background: url('twitter.png'); … | |
I wrote the code for a jquery slider... it doesn't seem to work... can someone tell me why it doesn't work??? Could it be because jquery is installed wrong or it can't find it? Here is my code (I did this all in 1 file) <title>Slider</title> </head> <script src="jquery-1.7.2.js" type="text/javascript"></script> … | |
Re: Think about it this way... When a child gets older, they look different.... :) | |
Re: hmmm... I don't do fb app developing but i **think** it is possible.... | |
I was creating a jQuery slider and I can't get the slider to even work... Can someone help me out with this question? Much appreciated if anyone can help!... Here is my code: HTML: <div id="slider img"> <div id="slideshow"> <div> <img src="img1.png"> </div> <div> <img src="img2.png"> </div> <div> <img src="img3.png"> … | |
![]() | Re: Envato just unleashed a new site about game development http://gamedev.tutsplus.com Youtube is a good choice Lynda.com is another There are many online courses but these are just the basics so google it. Books on the other hand you should look into... books are the most effective so go and research … |
Hi guys! I have worked on some php code on making my contact form work... I stumbled on a few questions: * I can't figure out why the contact form doesn't send me a notification email telling me someone submitted a form. * I don't know how to send a … | |
Can anyone write a simple code for a slider that fades???? i want to do one just like the one on mbusa.com.... can anyone assist??? Thanks in advanced! | |
Re: It looks like it might have an api... i haven't used 2co ever but I read something about it saying it had an api office back office? Btw... when you pay for something like a plugin its meant to help you and prevent you from coding manually :) | |
I have a GoDaddy account and I want to connect dreamweaver to the mysql server... but I keep getting errors... no matter what I do... can someone assist me? I called GoDaddy, they couldn't answer me so they blamed Dreamweaver... | |
Re: I've seen some premium plugin's for wp for that would fit your solution, but i've got to look into it for you... I will notify you if I find them.. | |
Re: It's just some hacker on another computer... don't worry about it... Normally major companies would customize their emails and they display their links :) | |
Re: Due to the popularity of owning a domain, its becoming impossible to find a domain for your uses... so its rare to find anything 2 lettered... | |
Does anyone know how to make the slider on the Mercedes benz USA site? http://www.mbusa.com/mercedes/index?utm_expid=62343809-0 Can anyone show me a tutorial or anything on how to make that slider? | |
I am building a contact form, and I made it out of html and css, but I can't apply php to it in order to make it functional... I wanted it to have the abilities to notify me if someone submits form, the ability to only apply valid information, and … | |
Re: I know there are a few tutorials on the web for solving this, I can't give my opinion because I might mis-guide you... but I recommend using a plug-in if you want to customize. Remember, in Wordpress you want less coding so do your best to stay away from the … | |
| |
Re: Have a template set up (easy to make), that's an easy way to go! | |
Re: Use Wordpress, other's would desire you to know coding... | |
So I stumbled upon this question and I wanted to figure out how to find the mean, median, mode, highest number, lowest number, how many evens, and how many odds are in each row... I honestly can't figure this out... I want it to display next to the table I … | |
I am trying to use a modulo to make all even numbers replaced with a star and all odds replaced with a percent sign... this is my code: <?php $x=0; $min=900; $max=2000; // initialize array of random values $random_array = array(); // initialize temporary array for sorting $temp_array = array(); … | |
Dear DANIWEB community members, I have a question about sorting a label, and I've tried so hard in figureing it out but I realized that I am doing something wrong but not sure what... What I am doing is sorting the numbers, which is created by the loop, that populate … | |
**PLEASE HELP!!!** I have a 2 dim array (5x5) - I want to sort random integers that are contained within the array (from smallest to largest).... When I use asort() function I get the orginal table back... Also, the bubble sort didn't work... it only sorts the rows indpendently.... Reference:/// … | |
How do I sort this loop? I can't sort it because I just began learning PHP, so I don't know as much as most of you users... Can anyone help me? <?php $red = array(); $x=0; $min=500; $max=2000; echo "<table border=\"1\">"; for($row=1;$row<=20; $row++){ echo "<tr>\n"; //Need table ONE to have … | |
Re: @dangerous ethn, why don't you create a new thread? BTW, what are your requirements for the project? |
The End.