Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
4
Posts with Upvotes
4
Upvoting Members
4
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #2K
~12.7K People Reached
Favorite Tags

45 Posted Topics

Member Avatar for ahabanhbao

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 …

Member Avatar for toxicandy
0
2K
Member Avatar for soapyillusion

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 …

Member Avatar for JorgeM
0
229
Member Avatar for soapyillusion

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 …

Member Avatar for IIM
0
204
Member Avatar for soapyillusion

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 …

Member Avatar for LastMitch
0
183
Member Avatar for Farhad.idrees

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.) …

Member Avatar for AleMonteiro
0
309
Member Avatar for sophy27

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 …

Member Avatar for sophy27
0
1K
Member Avatar for guyinpv

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 …

Member Avatar for guyinpv
1
458
Member Avatar for soapyillusion

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, …

Member Avatar for soapyillusion
0
129
Member Avatar for GlenRogers

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

Member Avatar for soapyillusion
0
157
Member Avatar for soapyillusion

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?

Member Avatar for soapyillusion
0
129
Member Avatar for soapyillusion

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 …

Member Avatar for soapyillusion
0
91
Member Avatar for soapyillusion

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 …

Member Avatar for soapyillusion
0
142
Member Avatar for soapyillusion

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 …

Member Avatar for soapyillusion
0
155
Member Avatar for happygeek

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. …

Member Avatar for rhowell
0
466
Member Avatar for soapyillusion

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 …

Member Avatar for petr.pavel
0
89
Member Avatar for JameB

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 …

Member Avatar for juliagarner
0
182
Member Avatar for happygeek

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 …

Member Avatar for Aident364
0
362
Member Avatar for nabeelbhutto

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 …

Member Avatar for sfuo
0
732
Member Avatar for soapyillusion

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 …

Member Avatar for jLocke
0
235
Member Avatar for riahc3

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 …

Member Avatar for riahc3
0
183
Member Avatar for GlenRogers

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 …

Member Avatar for sesan2007
0
161
Member Avatar for Labdabeta

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 …

Member Avatar for VernonDozier
0
253
Member Avatar for kovidd

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 …

Member Avatar for JamesCherrill
0
245
Member Avatar for soapyillusion

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 …

Member Avatar for soapyillusion
0
128
Member Avatar for smoothe19

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' />

Member Avatar for smoothe19
0
105
Member Avatar for saraartist

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. …

Member Avatar for scaiferw
0
802
Member Avatar for soapyillusion

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 …

Member Avatar for soapyillusion
0
119
Member Avatar for def6054

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. …

Member Avatar for JorgeM
0
160
Member Avatar for stupid guy

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 …

Member Avatar for soapyillusion
0
368
Member Avatar for dartiss

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.

Member Avatar for soapyillusion
0
92
Member Avatar for my3h

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 …

Member Avatar for Airshow
0
103
Member Avatar for soapyillusion

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 …

Member Avatar for soapyillusion
0
109
Member Avatar for soapyillusion

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. …

Member Avatar for wilch
0
116
Member Avatar for soapyillusion

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 …

Member Avatar for soapyillusion
0
127
Member Avatar for soapyillusion

*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 …

Member Avatar for DriftingSteps
0
81
Member Avatar for soapyillusion

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 …

Member Avatar for soapyillusion
0
102
Member Avatar for soapyillusion

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 …

Member Avatar for Varnius
0
89
Member Avatar for soapyillusion

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 …

Member Avatar for soapyillusion
0
102
Member Avatar for soapyillusion

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 …

Member Avatar for Ancient Dragon
0
91
Member Avatar for soapyillusion

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 …

Member Avatar for soapyillusion
0
358
Member Avatar for soapyillusion

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 …

Member Avatar for soapyillusion
0
289
Member Avatar for soapyillusion

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 …

Member Avatar for dusktreader
0
165
Member Avatar for soapyillusion

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 …

Member Avatar for soapyillusion
0
255
Member Avatar for soapyillusion

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 …

Member Avatar for Ezzaral
0
125
Member Avatar for soapyillusion

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 …

Member Avatar for soapyillusion
0
143

The End.