Hi Guys,
Here is an interesting problem I came across. I am not so savvy with jQuery yet, so, I am asking for help. Let me give you an idea of what I am trying to achieve first:
I have a auto...
Type: Posts; User: neo_philiac; Keyword(s):
Hi Guys,
Here is an interesting problem I came across. I am not so savvy with jQuery yet, so, I am asking for help. Let me give you an idea of what I am trying to achieve first:
I have a auto...
Any ideas?
OK. I guess I didn't make myself clear enough. I am making an html table from the relationship you see from the table. It should be like traversing thru the binary tree but I just dont know how to. I...
Well the . - _ are just for formatting purposes. To show that from the mysql table that has the data (sub_of) and then there should be 2 columns under A, the under B there should be two columns and...
Hey guys,
I have weird problem,
Somewhere in my DB I have a table that had items like this:
id | Name | Sub_of
1 | A | 0
2 | B | 1
3 | C | 1
Hi,
I am trying to make thumbnail viewer and having problem putting the thumbnail in the proper place.
All I am trying to do is this:
iconPanel.add(iconBar, BorderLayout.NORTH);
...
I have a quick question:
I have two classes. MainPanel and SubPanel
I am putting SubPanel inside the MainPanel dynamically. So I have a method inside SubPanel called (toggleSection). All I am...
Hello all:
I have a little problem. In the code below
1. How do I get the layout right? Right now its equally divided in the frame.
2. Now the Jpanels open and close but how do I get them...
Hello all I have this unique problem that I cant figure out. I am trying to rewrite this script in c from a matlab code. In the function I have this:
function [nbBytes, matlabType] =...
Thank you very much for your response. I am actually currently viewing the images with ImageJ. But the problem is I want to do this all in C since I need to process each slice and then put them back...
Got it thanks!
Hi folks:
Has anyone ever tried to dissect a special type of multipage tiff file called .stk or metamorph tiff stack. I have tried libtiff to read it but cant read past the first slice. Of course...
Hi all:
I am trying to find a tutorial to create virtual links and present them as an individual web page. To make it more clear, suppose I have an event list (i.e news) which I save in a SQL...
NVM Got it! Sorry :)
Stupid question:
In php what is the difference between
if(getName() & $level){
return 1;
}
I have a simple problem. I am trying to fill a box with smaller boxes of different sizes. Think of it this way - I am filling a cardboard box with books of different sizes. I do not want to waste any...
Hello all:
I am trying to create directory by date. It is something like creating a flat file database. What I am trying to do is to create a new topic. In my root directory I want to create (if...
Does anyone know of any good template or GNU project (sourceforge) to build your own reseller website (e.g. Newegg) ? I looked it up on Sourceforge but cant find anything. Please help.
Thanks
Anyone has an example? Actually what I was thinking that if we need a form inside a form at all or use a javascript popup 'form' to add that certain information in the value variable. Am I making...
Can some one explain this to me ?
$rg_link_http = "h(ttps?://" . $rg_url . ")";
$CON = preg_replace('#\[([^\]]+)\|' . $rg_link_http . '\]#U', '<a href="xx$2" class="url">$1</a>', $CON);
I...
Hey Medyman can you help me by starting off with an example?
Madyman!!!! Long time no post! ( In case you dont remember me - you helped me a lot with action scripts!)
I couldnt explain it any better myself. Thank you Medyman. What you explained is exactly...
Thank you guys! Nile - That's a tease, please tell me how it can be done :) Spookerman - you are right! I need a form to fill out a form (no its not a typo - I want a form to fill a form!). In the...
Thank you for the reply but no this is not what I was looking for.
To explain things more here what I want:
In a php script I have this line
echo "<input type=\"hidden\"...
OK Guys this is a bit complicated. I am going for something here! I don't know what it is yet so bear with me.
I have a simple form with a text area that i submit and I save the data. Normally I...