- Upvotes Received
- 4
- Posts with Upvotes
- 4
- Upvoting Members
- 4
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
45 Posted Topics
Re: First off you might wanna make each of the names differnt since the user can pick multiple check boxes at the same time!!! also make sure the php code goes first!! before any html This code should work but no guarrantees (I dont have access to the php files from … | |
Hello All I've set up a subdomain on a VM of mine under the name 'test.localhost' on that 'VM'. However when I try to access that VM via the browser on my local machine i get an error when I do test.my_ip_address. (my_ip_address actually being the vm ip!) Is there … | |
Hello all, I have a dialog window with a jqgrid. Wihin the jqgrid I have. multiple dropdows, one for each of the 50 states. And each state takes a different row. Depending on what is going on from output in a database each one of those states is to have … | |
Hi all im having slight trouble trying to escape this php array index in a javascript block <script> var herp = $('#item').val(); var derp = '<?php echo $array['+herp+']['0']['name'];?>'; </script> problem is the browser keeps making the whole line php, oposed to counting the var herp as javascript. any ideas how … ![]() | |
Re: Well if you are using jQuery might I reccomend using the dialog feature. Setting it up is simple 1.) create a div in your html and a button so the dialog can be opened and closed : //within html <div id='my_first_dialog'> <img src='dancing_homer.gif'/> </div> <div id='diag_button'> CLICK ME!!!!!! </div> 2.) … | |
Re: I've always just stored the href themselves in the database and then ran the output as such: <? php echo "<img id='idName' href='".$variableName."'/>"; ?> Another option is to store the whole img tag in your database then doing a simle echo on the page in quotes like so : <?php … | |
Re: The company I work for is developing a new application that primarly works on a jquery/ajax front end with php doing the communcation back and forth from the database. So far we have had no problems. Despite what you may have heard, jquery current verrsion are quite solid. I've had … | |
Hi all, Im trying to get some data from an Ajax callback and use it in another function (from a php file). I was just wondering if there was a way to pass data returned from the callback to another function. I could just do the function at success but, … | |
Re: You might want to look into using jqGrid, its a plugin for jquery. It allows for the use of Pagenation with ease. you can find a download here. http://www.trirand.com/blog/?page_id=6 | |
Hey all Im have trouble passing this jquery functions results thru an ajax call. I want this function: $('.sidebar_bookmark_linkrel1').attr('href') to pass as string, any ideas? | |
any idea how I can get a string to return from an ajax call taking the href from an object using: (javascript) $('herpy').attr('href').toString() into a PHP controller as a string so it can be used as a parameter in sql code? Everything I try results in this bizzarre array being … | |
Hello everyone, I am once agian running into a problem with something that's normally simple, yet lovely cakePHP has to make all so very hard. I'm once agian tasked with improoving the bookmarking application on our website. This time I am suppose to have the url save the date: start … | |
Hello all, I'm working with a currently existing custom page bookmarking tool for an application. The application records the last 5 pages viewed and the allows the user to save 5 bookmarks at anytime. And this function works fine. However we have a specific web page that is used for … | |
Re: Without a doubt I do beleive Microsoft is working very hard to bring their next generation product into furution. And I beleive somewhere someone has a working prototype of the system. Do I beleive those images are real? I honestly dont know, but I wouldnt be shocked if it was. … | |
Hello all, Im trying to do this tutorial on cakePHP website for 1.3 It asks me to use the cake bake function to automically create models based on the tables I made. (using .cake bake all) The bake functionality it self works great, but it presents one problem. cakePHP creates … | |
Re: Shouldnt cost that much, most companies can give you hosting with a database (allowing for the use of php or .net) for like 10.00 or less a month. And it can go up from there depending upon how much server space you need, how much bandwith, how many databases you … | |
Re: I'm all for the belief in open "no red tape" structure in application distribution, so long as it isn't manipulated. However that never seems to be the case. So many Android "fanboys" gawk at Apple's super closed structure, rules and obviously the pay cuts they take. However for all this … | |
Re: First off, it helps if everyone at least tries to use correct grammar here. Secondly everyone else is right. Just giving you the code isn't going to help you. Even if we gave you the code any self respecting teacher would ask you to explain it. And you would never … | |
Daniweb isn lt the first forum I joined, (but thankfully its the only one I am currently on). And over the years as I've browsed literally 100's of forums, in the past I always seem to see one question that always pervades. (Well at least on the gaming ones). And … | |
Re: Well I think another question to ask what shell you were hoping to code this in. It does make a slight difference. But for the hell of it i'll assume your using the bash shell. Not 100% sure this will work, I no longer have a unix env to test … | |
Re: If your just looking to have him use it to update html dynamically (IE pictures and text tags) you could just javascript. It has the ability to update html dynamically using ONEVENTS. If you dont have any plan on using a database then its honestly alot more then you need … | |
Re: I don't know how old you are man, Or how long you been looking for a job or what job's you are going for. But Never once in any of the interviews I have been on (if it be mine or a friend of mine) have any employer asked "So … | |
Re: Well how far into java are you? Did you learn arrays?, pointers? about garbarge clean up, instances? these are considered the basics as well? The more you tell us what you know the better we can be at telling you what your missing :) And yes people still use apps … | |
Hey all, Im without a doubt a still a rookie programmer, and my hardware knowledge could be a bit more expansive. But im going to be building a new computer in a few months. Looking to spent around 1500 on the machine and I rather not make 2000 by buying … | |
Re: I could be wrong but it doesn't look like you have a picture extension at the end of your file name: > $members[$i]['smallimg'].' it just has the . how is the browser to know what the file type is. should be something like <img src='$members[$1]['smallimg'].png' /> | |
Re: As much as we like to say after all these years we have finally agreed on browser wide standards for everything in <html> & CSS but sadly we haven't. Although it has gotten better each browser has certian little querks. For instance internet Explorer is known to accept the least. … | |
Hello everyone, I've been out of college for a little over a year now with my degree in web development (or so it says at least on my degree) My school wasn't the best at training me and i've spent the better half of this year trying to teach myself … | |
Re: The easiest way is to use a style sheet in css and link to each page like so: <link rel='stylesheet' type='text/css' href='stylesheet1.css'> Copy and paste that navbar. Just make sure you use the same id's on each page Or you could go a little more advance and create a template. … | |
Re: The script is checking for errors, if there is no errors then it kills it self before it enters the first statement. If there is an error then it checks to see if the error number matches error 1062 (has to be exact notice the == ) if this passes … | |
![]() | Re: Spans themselves don't count as new lines if you wanted each image to sit below each ther rather then using spans you could cheat and place each image in a paragraph tag. If you don't like the amount of spacing you could alter that very same tag with minor CSS. |
Re: First off Javascript doesn't compare html values. How ever you can use Javascript to display html values or even dynamically set it. Also javascript and php don't play well together. So choose one or the other. You cant have a php element inside a javascript code tag. This can all … | |
Hello all, I recently started working with java, and I have been in the process of creating a new game for use on Android operating systems. I have at least 90 percent of the game fully conceptulized and at least 30 percent of it already in actual code. However I … | |
Hey all I'm trying to make a website layout that has a container div floated to the right side.. with some minor padding of course for cleaner look. Within that container div I would like to have 4 small div's close to each of the 4 corners of the container. … | |
Hey everyone I just started using a new hosting service called 1and1 all the normal pages are going fine that use the simple html extension. However one of my php pages that uses the session_start() and header() functions isnt working correctly and I get an error. Now I know an … | |
*SCREWED UP ON TITLE* (DREAMWEAVER) Hey guys I've been in web development for a short while, and still have some rookie issues going on. I recently started using dreamweaver as a change from expression web. I switched mainly because after I start doing some heavy CSS formating the "design" view … | |
Hello all, Just took a JavaScript class, where they didn't teach us anything about slide shows. Now I have a client and I promised them a slide show on their website. I made an external Js file, and Firefox debugger keeps on giving me this error: document[place].src is undefined. Here's … | |
Hey guys, just trying things out trying to get practice with this thing. Right now I'm trying to get a simple animation to loop over and over after one button press. I decided to try to achieve this I'm trying to use a while loop. But so far I'm having … | |
Hey guys, it's been a while. Got a question I'm working on transfering my whole webpage to flash movie so its more interactive and what not. So far I've only got as far as adding in the banner and some of the navigation. I wanted each of these buttons on … | |
Hey guys I have a almost seemingly trivial problem yet its probally so simple. No matter how hard i try I can never seem to get the format of the cout statements to look they way i want. I always use the setw command and set precsion, even the left … | |
Hi all, sorry to once agian come begging for help, but the professor wants us this time to have the program have a function read the word then for each letter have another function confrim if the letter is a vowel or not, then have the first function remove the … | |
Hey guys I overall got this problem solved it has to allow the user to input numbers to do artithmitic functions to fractions. And the whole mathmatical works fine. But the professor wants it to loop, and i cant figure out a good way to loop it. The way the … | |
Hey guys Ive been working on this problem for standard deviation, and so far ive got it all right accept my declaration in this module, was wondering if anyone can help me see whats wrong with my formula or the decelerations i have made Here is the code for my … | |
Hey all I have another riveting problem from my genius professor T_T. I have to make a program using functions, reference Parameters and full string words. Now if it were just a single letter at a time this would be easy. But it wants us to let the user enter … | |
I know there wasn't a fourm for this but everyone here seems to know so much. I got a project due tommorow and the requirement of it is that we need an XSLT style sheet with computational ability. I really don't get this whole thing and find the use of … | |
Hey everyone, I'm new on the forums and I'm also quite new still too C++ programming I'm taking a course in it in college (to meet my requirements) Its not my major and I'm terrible at math to boot. I have an assignment where the professor wants us to make … |
The End.