Search found 33 matches
- Mon Dec 15, 2014 1:49 pm
- Forum: Javascript
- Topic: How do you fix a javascript void(o) problem?
- Replies: 1
- Views: 6389
How do you fix a javascript void(o) problem?
I used to browse clothing sites,and never had problems before. Now when I go to the sites,I can no longer see if the item is available.It shows javascript void(o). Please help
- Thu Dec 11, 2014 11:07 am
- Forum: Miscellaneous
- Topic: Does dmc work natively with vc libs?
- Replies: 0
- Views: 15620
Does dmc work natively with vc libs?
I have been reading the linker mangling stuff and apparently DMC uses the same mangling scheme as VC 6 through to 10. Does this mean that SDL code for VC will compile natively in DMC?
- Wed Dec 10, 2014 3:10 pm
- Forum: Javascript
- Topic: How to get the content of textarea using jquery?
- Replies: 2
- Views: 6126
Re: How to get the content of textarea using jquery?
Thanks for help.Celauran wrote:$('#Message').val()
- Tue Dec 09, 2014 2:31 pm
- Forum: Javascript
- Topic: How to get the content of textarea using jquery?
- Replies: 2
- Views: 6126
How to get the content of textarea using jquery?
I wrote the code below in a click event but it doesn't display the text I typed in the textarea element.
Code: Select all
var message = $("#Message").html();
alert(message);
Code: Select all
<textarea cols="40" rows="10" id="Message" name="Message"></textarea>
- Mon Dec 08, 2014 10:09 am
- Forum: HTML, CSS and other UI Design Technologies
- Topic: How to use transition for multiple div elements?
- Replies: 0
- Views: 2424
How to use transition for multiple div elements?
At the moment, I'm testing the transition CSS property. I got a div element working according to how I want it whenever I hover i.e. changing background color, text color and border color. But at the moment, I've added a button inside the div that's supposed to change color too. It works, but I want...
- Mon Dec 01, 2014 12:05 am
- Forum: HTML, CSS and other UI Design Technologies
- Topic: Media query Help?
- Replies: 1
- Views: 2620
Media query Help?
I am trying to get my website to be responsive and I am testing it on the Ipad2 yet I can not get it to be responsive. On my HTML and I added the meta name... <meta name="viewport" content="width=device-width, initial-scale=1.0"> <HTML> {background-color: red} and in the CSS I ha...
- Fri Nov 28, 2014 12:22 am
- Forum: PHP - Code
- Topic: How to insert data from multiple checkbox values
- Replies: 1
- Views: 2536
How to insert data from multiple checkbox values
how to insert data from multiple checkbox values into database? Hi, all. Currently i am facing some problem with my coding. I am used this code to insert data from multiple checkbox values into database. but its still not happen anything. Sorry, i am new to php. Please can anyone help me on this? I ...
- Tue Nov 25, 2014 11:44 pm
- Forum: HTML, CSS and other UI Design Technologies
- Topic: Need Help About Python Scripting?
- Replies: 1
- Views: 2958
Need Help About Python Scripting?
I have downloaded a python program and using a script to run on a website while I'm not at the computer. However I am relatively new to programming and any sort of language. The script is checked and verified, however I have no idea how to make it work. I've obviously entered it into a blank script ...
- Tue Nov 25, 2014 12:28 am
- Forum: PHP - Code
- Topic: Slim does not 'flash' error data \
- Replies: 1
- Views: 724
Slim does not 'flash' error data \
I'm having some issues displaying the flash variable via Slim and Twig. When I POST to slim it renders the page without the 'error'. Thoughts? $app->get('/getintouch', function() use ($app, $settings) { $app->render('getintouch.html'); }); $app->post('/getintouch', function() use ($app, $settings) {...
- Mon Nov 24, 2014 12:24 am
- Forum: Databases
- Topic: How to export or save database from MySQL Workbench to MySQL
- Replies: 1
- Views: 4547
How to export or save database from MySQL Workbench to MySQL
How to export or save database from MySQL Workbench to MySQL Query Browser?
I'm working on a program and I need to connect it to a database. I also need to see the data coming in using the Query Browser. Help
Thanks in Advance
I'm working on a program and I need to connect it to a database. I also need to see the data coming in using the Query Browser. Help
Thanks in Advance
- Fri Nov 21, 2014 12:37 am
- Forum: HTML, CSS and other UI Design Technologies
- Topic: how to develop website in hindi
- Replies: 13
- Views: 16345
Re: how to develop website in hindi
This is not difficult, you should add content in Hindi,...
- Thu Nov 20, 2014 12:20 am
- Forum: Linux
- Topic: How to save file to desktop using Linux commands?
- Replies: 3
- Views: 28339
How to save file to desktop using Linux commands?
I am a beginner to Linux commands. I use SSH to connect to a Linux server. What command can I use to save a text file on the server to my desktop?
- Wed Nov 19, 2014 3:50 am
- Forum: PHP - Code
- Topic: Help with form editing
- Replies: 2
- Views: 2213
Help with form editing
Hi, i need some help for code changing. I recently put together a form for a client - I am not a programmer (designer) but it worked really until we tried to put the name of a city. It wouldn't take abbreviations that the post office uses I need to do one of two things - allow it to take abbreviatio...
- Tue Nov 18, 2014 5:13 am
- Forum: Graphics
- Topic: Web Development
- Replies: 8
- Views: 41549
Re: Web Development
For creating logos, it's best to use a vector-based software such as CorelDRAW, or Adobe Illustrator. Logos need to be used in a variety of circumstances, therefore, it is best if they are resolution independent graphics that will maintain their integrity at any size. Because logos are usually not p...
- Mon Nov 17, 2014 12:51 am
- Forum: Miscellaneous
- Topic: How do you convert an alphanumeric data field?
- Replies: 1
- Views: 17199
How do you convert an alphanumeric data field?
How do you convert an alphanumeric data field into a Comp3 or numeric data field in COBOL? I am writting a program that takes in input from a downloaded report and produces a data file. Most of it is simple moves but I have a field with a pic clause of X(18) and I'm tring to get it into one with a p...