-
Replied To a Post in [object HTMLTextAreaElement]
It sounds like you are passing the object itself around rather than the text it holds. Got some code you can post up? -
Began Watching Aplication developed in PHP is more stronger than Codeigniter Aplication ?
Aplication developed in PHP is more stronger than Codeigniter Aplication ? -
Replied To a Post in Aplication developed in PHP is more stronger than Codeigniter Aplication ?
Codeigniter is a PHP framework though. Are you asking if PHP is better than PHP? Having said that: if you use a framework you can be limited by the functionality … -
Began Watching Drowning in Problems
I found this interesting *game* and I thought it would be nice to share with you. It's called [Drowning in Problems](http://game.notch.net/drowning/#) and **suddenly** it makes me to don't want to … -
Replied To a Post in Drowning in Problems
What the hell was that? I don't get it... -
Began Watching adding 'next' link to vb web application
I have been able to limit the number of data to send to the application however I need help setting up the application to show the fetch next button. data … -
Replied To a Post in adding 'next' link to vb web application
You say you haven't got the OFFSET clause in your query to work but you have another query using that exact format in your GetClientListMembers() method. Is that not working … -
Began Watching About 15 second delay when starting a new process
I noticed that there is about 15 second delay every time I start a new process. It happens while opening new programs and Chrome tabs as well (since each of … -
Replied To a Post in About 15 second delay when starting a new process
memory? Have you checked the memory usage on the task manager? While you'r there check nothing really hogs the CPU. -
Began Watching PHP display column from database in confirm box
I have a php/mysql project. When the admin deletes a customer from the database on the form I need the confirm box to display the customer row that they want … -
Replied To a Post in PHP display column from database in confirm box
You can add the data to the confirmation message by appending it as text. Use standard javascript or jquery in your confirmDelete function to get the text of "id". JQuery … -
Began Watching Cash register Project
I'm a newbie to VB.Net. I created a listBox(lstInventory), 4 text boxes (txtDesc, txtRetailPrice,txtOnHand,txtQuantity) and 4 label Boxes(lblSubTotal,lblSalesTax,lblGrandTotal). I just need ways to achieve this project. Mainform on load reads … -
Replied To a Post in Cash register Project
As always, have a go and post up your code when you get stuck. We like to help those that are willing to try and fail (thats how you learn) -
Began Watching very short code for identifying PRIME NUMBERS ???
I want a very short code (maximum 6 lines code) for identifying the given input is prime number or not ??? -
Replied To a Post in very short code for identifying PRIME NUMBERS ???
One of the quickest ways is to check if n divided by 2....sqrt(n) results in an even number. If any of them do the number is not prime. so: detemine … -
Began Watching how to create a select list like ?
i have 3 selectlists selectlist1 ---> option1,option2,option3 when user selects option2 , other 2 selectlist should show up for option2 only, selectlist2 ---> male,female selectlist3 ---> city1,city2,city3. does anyone has … -
Replied To a Post in how to create a select list like ?
This kind of functionality would normally involve AJAX as each selection causes a post back to get the values that are now needed for the next selection controls. If the … -
Began Watching LOAD DATA INFILE, variables
Im using the following query with LOAD DATA INFILE: "LOAD DATA LOCAL INFILE 'file.csv' INTO table mgap_export FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED BY '\"' LINES TERMINATED BY '\n' IGNORE … -
Replied To a Post in LOAD DATA INFILE, variables
Are you referring to the last variable as being @gt_analyticsLink in your column list? Because you don't have a matching SET statement for it. Or do you mean you remove … -
Began Watching php and android
difference between the php and android and both which one best choice for career.. -
Replied To a Post in php and android
Android is the OS for android phones/tablets and its based on java. PHP is a programming language for developing websites. So Android is only good if you want to develop … -
Began Watching PHP display column from database in alert box
I have a php/mysql project. When the admin deletes a customer or product from the database on the form I need an confirm box to show and ask the admin … -
Replied To a Post in PHP display column from database in alert box
This should probably be in the PHP forum as it isn't really a database question but never mind that... You can use javascript to show a confirm window and if … -
Began Watching OverFlowException Help needed
I'm trying to create a code that gives the factorial for a number given. If it is negative, string, or to large of a number an error should return. I … -
Replied To a Post in OverFlowException Help needed
Given that an int can hold a maximum value of 2,147,483,647 the maximum number that could be entered is 12 as 13 gives an overflow. Your example uses long so … -
Began Watching Install VB6 on Windows 8.1
Can I install Visual Basic 6 on Windows 8.1? -
Replied To a Post in Install VB6 on Windows 8.1
Micrsoft compatibility guide says yes, with no action required. [View it here](http://www.microsoft.com/en-us/windows/compatibility/CompatCenter/ProductDetailsViewer?Name=Microsoft%20Visual%20Basic%20Professional&vendor=Microsoft&ModelOrVersion=6&Type=Software&tempOsid=Windows+8.1) -
Began Watching Foreign key constraint
I have a specialization hierarchiy with one parent table and two children. I am in a situation where one column in the child table is a pk, fk, fk and … -
Replied To a Post in Foreign key constraint
That is a lot of constraints for one table and, without knowing your exact intention, I do have to say I'm unsure about it. Is the part ID really going … -
Began Watching IOS App
what software i will use, if i can make IOS app? tnx for help and God Bless.. -
Replied To a Post in IOS App
Xcode is the main Apple IDE for coding in Objective-C. There are frameworks for coding in C# (such as Xamarin) that allow you to convert your code to Objective C … -
Began Watching SQL composite primary key
I have 3 tables --Ticket_Lines (parent), Labour_Items (child), Part_Items (child). Table Ticket_Lines has 2 primary keys (ticket_number & ticket_line_number) I know that you cant have two seperate primary keys in … -
Replied To a Post in SQL composite primary key
That is correct. PRIMARY KEY (column1, column2...) will create a primary key using the columns specified. -
Began Watching only external and static array can be initialized
i read the following line from programming wiht c by byron s gottfried. **"only external and static array can be initialized"** however when i tried initialising automatic array ,the program … -
Replied To a Post in only external and static array can be initialized
So context to that sentence would be beneficial... -
Began Watching Code for SQL INSERT INTO?
Hello I have started my first ever VS Web page today and have two pages open in the software: Register1.aspx and Web.config. I am hoping to devise a simple 'new … -
Replied To a Post in Code for SQL INSERT INTO?
Well, you are opening your connection before you have defined it, and in the code segment you aren't specifying the connection string for the connection. So as it stands the … -
Began Watching Is this a good idea?
foreach($vip_users as $vip_user){ $extra_info = fetch_profile_pic($vip_user); /* in this function it connect to mysql db */ $profile_picture[$vip_user] = $extra_info['ProfilePic']; } its seems like a bad idea to me , what … -
Replied To a Post in Is this a good idea?
Are you worried about the number of elements that could be in the $vip_users array? Or about storing the return value of a function? A little more information would help... -
Began Watching How to save select value of 2nd dropdown to MySQl table
I have 2 drop down. In 2nd drop down items are added dynamically based on 1st drop down selection. Now I want selected value of 5th subject to store in … -
Replied To a Post in How to save select value of 2nd dropdown to MySQl table
What language are you using for the backend? PHP, java, C# or vb.net, something else? All you have here is HTML and javascript. Its pretty hard for us to give … -
Began Watching get a child element by it's name
so I have a bunch of DIVs containing inputs named by ints. I have the parent DIV of these DIVs, but now I'm stuck at: var div = parent.children()[index] what … -
Replied To a Post in get a child element by it's name
Are you using jquery? If you were it would be as easy as $('#parent .1') -
Began Watching Database Relationships
What happens if the database tables doesn't have relationships.Does that occur inefficiency.Is it compulsury to have relationships between tables. Thanks. -
Replied To a Post in Database Relationships
Relationships between tables can help with data consistency, such as having a foreign key on a table helps keep the rows connected to the referenced table. For example, having foreign … -
Replied To a Post in textbox arrays
Yes, it would. If you don't want to include empty values then either option would still work but you would add a acheck to see if a particular textbox was … -
Began Watching Help pls! CSS! PHP! login system Hover...
Hi there follow coders! I just found this awesome login hover menu...Thing. But can anyone make a code, to me, that shows me how to make that kind of hover... … -
Replied To a Post in Help pls! CSS! PHP! login system Hover...
Its not really a hover menu. Its just a normal div set to not display until the login button is clicked. The scrolling appearance is probably done in jquery (or … -
Began Watching external style sheet not working in html/php
Ok, so here is the CSS code in an external sheet: #header{ position:fixed; width:100%; height:15%; } #hedr{ position:fixed; height:5%; width:6%; top:5%; left:30%;} #nme{ position:fixed; font-size:400%; top:3%; left:10%; } Here is … -
Replied To a Post in external style sheet not working in html/php
If the code runs when it is inline but not when it is separated the <link> must be the problem. Can you confirm the file name, bground.css, is correct. The …
The End.