- Strength to Increase Rep
- +3
- Strength to Decrease Rep
- -0
- Upvotes Received
- 6
- Posts with Upvotes
- 4
- Upvoting Members
- 4
- Downvotes Received
- 16
- Posts with Downvotes
- 13
- Downvoting Members
- 5
Re: You'll find high-quality web design training, covering HTML, CSS, JavaScript and more, on these trusted and authoritative sites. 01. W3Schools 02. Opera Web Standard Curriculum 03. Google Code University 04. Treehouse 05. Mozilla School of Webcraft 06. net magazine on Creative Bloq 07.Codecademy 08 . Webdesigntuts+ 09. Code School 10. … | |
Re: its means that after pressing the link u should get the image or video | |
hi all , Let us discuss which are the new technology are using in the web development what the feature of this technology and this technology has the feature or not what its advantage using this from the late technology so more basic technology i know is html html5 css … | |
Re: go for this in daniweb story web development you ill get list of all website usefull for the learing html jquery javascript and more | |
Re: A Statement is an interface that represents a SQL statement. You execute Statement objects, and they generate ResultSet objects, which is a table of data representing a database result set. You need a Connection object to create a Statement object. For example, CoffeesTables.viewTable creates a Statement object with the following … | |
hi all i am trying to allow the user to select the folder to store the downloading file using javascript i didnt found input attribute for download like file i try with downloadify.js but its not work their is another way i can do it | |
i am create html page in that i have to two div inside other My issue is one div is for container and other for header i made the margin 0px in both the div but it showing the gap between the main window and first div | |
Re: It is not possible to include a HTML page within another HTML page with static HTML because it is simply not supported by HTML. To make your HTML dynamic, you have 2 possibilities: use a client side script or use a server side technology. ...Unless you start using frames (dropped … | |
Re: $("input[name*='nation']").css("background-color","yellow") | |
Re: steps of the running the php file 1 Download the xampp tool for windows following link http://sourceforge.net/projects/xampp/ 2. install by click on the xampp file it will automatic installed 3. go to c:/xampp/htdocs add our php file that ur want to run 4 xampp control panel which is dispalyed in … | |
| |
Re: You can do here 1. is allow the user to enter the tag name and access the all the image based on the tag from the database and paste in xml or add it in table for the image image should displayed in gallery from this table only for next … | |
Re: i think that u encoding with ANSI which is not supported by the opera change to encoding UTF-8 | |
/* EXCHANGE THE INTEGER VALUE WITHOUT USING THE THIRD VARIABLE */ #include<stdio.h> void main() { int a,b; printf("enter the two integer variabe \n"); scanf("%d,%d",&a,&b); //exchange the value of a to b ,b to a without using third variable a=a+b; b=a-b; a=a-b; printf("%d%d",a,b); getch(); } /*EXAMPLE: A=3,B=10 A=A+B; // A=3+10=13 B=A-B; … | |
hi guys , i am buliding the application using vb.net vs2010 ,mysql server workbench 5.2 . it works fine about the database connection and inserting and all sql operation with the mysql but now the problem is that unable to make the crystal report using that mysql it not supporting … | |
Re: wht u mean by basing to this output 2013-01-01 | |
Re: hi,i have a idea how write the java program and how the java concepts work but i want to start the developing the applications with the java but i dont know how and which tools need to use to develop... | |
Re: hi , the program/code is fine if u remove the line 4. Need some change in line 14 remove semi colon then its work fine | |
| Re: hi dude can i know wht is the use of this function or wht is work of this function u wrote here _gotoxy(64,minTTRow+6); |
Re: same probl with my laptop (hp ) . if u have an waurrent on laptop u can ask them to make solution to this promble ,sure they ill .otherwise u need to do as mrs caperjack or anilkumar 19 | |
Re: hi dude the if else is used to tell yes or no not to tell yes & no therefore the output will be hello or world its depend on the condition k ,hw can any one tell that the output is hello world without the condtion ,plz mention the the … | |
to input an unsigned integer and reverse the first and last nibble of the number | |
Re: i am doing the project in window 8 with vs2010 and mysql have same problem that is "error in reading connection and valid and open " the following code dbconn=new mysql("DataSource=localhost;uid=root;pwd=xys;port=13306;database=xys;") try dbconn.open() if dbconn.state=connectionstate.closed then dbconn.open() msgbox("database connet") else dbconn.close() dbconn.dispose() end if catch ex as exception msgbox("database connection … |