Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 13 of 13
Search took 0.37 seconds.
Search: Posts Made By: JefferyJamison
Forum: HTML & CSS 03-26-2013, 06:13 AM
Replies: 4
Views: 183
Posted By JefferyJamison
Problem : Dashes between lists

Hi ! I must tell you thanks for informing us that you solved your problem and which error made by you.
Forum: HTML & CSS 03-20-2013, 12:49 PM
Replies: 4
Views: 190
Posted By JefferyJamison
HI ! I put this example i hope you will get your...

HI ! I put this example i hope you will get your Solution.

html,
body {
margin:0;
padding:0;
height:100%;
}
#container {
min-height:100%;
Forum: MySQL 03-08-2013, 09:29 AM
Replies: 5
Views: 539
Posted By JefferyJamison
Hi ! i don't give you ans because you didn't...

Hi ! i don't give you ans because you didn't explain the fields of your Tables. Can you explain it Clearly?
Forum: HTML & CSS 02-16-2013, 08:32 AM
Replies: 3
Views: 268
Posted By JefferyJamison
HI ! i have one example. i hope it will help you....

HI ! i have one example. i hope it will help you.

div {
background-image: -moz-linear-gradient(360deg,rgb(255,255,255) 25% ,rgb(241,123,25) 75%);

-pie-background:...
Forum: MySQL 02-09-2013, 08:52 AM
Replies: 19
Views: 2,043
Posted By JefferyJamison
HI ! Old Pedant you are write. it works.

HI ! Old Pedant you are write. it works.
Forum: HTML & CSS 02-07-2013, 09:06 AM
Replies: 8
Views: 390
Posted By JefferyJamison
HI ! i think you should use this. it may help...

HI ! i think you should use this. it may help you.

ex:

<div style="float: right;"><img src="images/pen.png" alt="This is my pen." /></div>
Forum: Computer Programming 12-15-2012, 04:40 AM
Replies: 1
Views: 1,129
Posted By JefferyJamison
Hi ! I gave one example may be it will help you. ...

Hi ! I gave one example may be it will help you.

//Find the sum of all the multiples of 4 or 7 below 1000.
#include<stdio.h>
#include<conio.h>
void main ()
{
int a,b,i,iSum=0;
clrscr();
...
Forum: ColdFusion 11-24-2012, 09:25 AM
Replies: 2
Views: 2,235
Posted By JefferyJamison
jimhill , entire code that doesn't run. If you...

jimhill , entire code that doesn't run. If you have any solution for that please give me reply.
Forum: ColdFusion 11-10-2012, 09:27 AM
Replies: 2
Views: 2,235
Posted By JefferyJamison
Coldfusion Query

Hi ! I run my development server on Railo 3.3.1.000 which is compatible to CF 9.0.0.1 as it says. But many a times a code running on my development server is not running on my LIVE server properly...
Forum: General web building 10-22-2012, 11:17 AM
Replies: 5
Views: 7,893
Posted By JefferyJamison
HI ! i totally agree with patryk that robot.txt...

HI ! i totally agree with patryk that robot.txt is the perfect solution for your problem.
Forum: ASP 10-16-2012, 05:38 AM
Replies: 14
Views: 3,521
Posted By JefferyJamison
Hi! Query to get records between two particular...

Hi! Query to get records between two particular date like 07/08/2012 and 10/08/2012 then use below query:



SELECT * FROM #temp WHERE CONVERT(VARCHAR(10),CrDate,103) BETWEEN...
Forum: HTML & CSS 10-11-2012, 06:52 AM
Replies: 3
Views: 430
Posted By JefferyJamison
when to use tables

Hi ! As per my Opinion the best way is to use table for organizing the input fields and then returning the entered data in the same table with different font style. It is the helping when you have...
Forum: MySQL 10-09-2012, 06:09 AM
Replies: 7
Views: 836
Posted By JefferyJamison
Insert Rows where userid=(select id from userinfo)

Hi ! INSERT INTO VotingSite (userid, VotingSiteType, active)
SELECT UID, 30, 1 FROM userinfo

I think this will work.:)
Showing results 1 to 13 of 13

 
Forum Jump

All times are GMT +1. The time now is 12:28 PM.