English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Programming & Design - June 2007

[Selected]: All categories Computers & Internet Programming & Design

I have questions about creating a job search web site. When a user type in a word on the "keyword" field on the form then what field on the database table it should use? The job records have job description and job title field but that description field has lots of words in it.

Even that field is indexed, the sql query will search for something like %sales% in MySQL. Will that be a big issue in terms of performance and speed? Should I have an extra field on the job table contains specific skills field so it will be smaller to search for instead of using description?

Any idea will be welcome.

Thanks.

2007-06-04 08:27:26 · 6 answers · asked by Michael C 1

If I wanted to have three columns labeled x, y, & z and the fourth column be the surface area, with the formula being =2xy+2xy+xz, how would I enter it into excel? Is that even possible?

2007-06-04 07:30:36 · 6 answers · asked by Emily N 2

You know when there images that link to other sites and they have a blue border; well how do you get rid of the blue border.

2007-06-04 05:50:41 · 5 answers · asked by aw_snap7 2

the vertical line in my text area is now a box and I knew at one time how to do it but now forget and I want it back to the line. Does anyone know how to change this? I have tried everything I could think of to no avail.

2007-06-04 05:50:38 · 1 answers · asked by mechelle207 2

2007-06-04 05:47:05 · 1 answers · asked by Sue Teq 1

I want to send this link to someone via hotmail but I only have the HTML code..how can i send it as a banner or a link to them? Is there a way I can cut and paste it on to my email?

2007-06-04 05:39:39 · 5 answers · asked by Olderwiser 4

Is there anyway to achieve the following with less complexity?

I have some HTML that i need to rebuild. The problem is the HtmlParser currently being used is incapable of handling nested tags with horizontal alignment set differently. So for instance, If i have a DIV align=center and within it a DIV align=right, the parser will basically treat the entire block as centered (the align=right was dropped).

How do i go about parsing the following to go from:




TestRight


TestCenter2


TO



TestRight



TestCenter2

2007-06-04 05:31:38 · 3 answers · asked by zerohourx 1

I've got one

box with content in it. It's margin and padding is 2em all round. Inside that
box, I have another smaller
box with content in it.

My problem is that I want the second
box to have the same alignment on the top and right side as the main
, and keep its unique margin on the bottom and left so it can push the text from the main
away from itself like I want it to. However, the padding value on the main
is keeping me from aligning the smaller
with the top and right sides of the main one. The smaller
does not go all the way to the bottom, so text from the man
will still go under the smaller one. So that is prentng me from doing something like padding-right:0 on the main
CSS.

What can I do?

ps I tried using position:absolute, and while that positioned the smaller
like I wanted to, I couldn't apply the margin rule and it would simply go over the top of the text beneath it.

2007-06-04 03:48:55 · 5 answers · asked by schmagum 4

I have a image which i would like to use as the background for a website.
When I do it the image doesnt stretch to fit the whole screen it just repeats itself, this is what i am doing




Any help would be great

2007-06-04 03:39:26 · 5 answers · asked by Anonymous

I've seen successful blogs are much easier to navigate compared to those with images flying all over the web page. Is this part of why 'cleaner' blogs are successful because of it's straight-to-the-point minimalist layout?

2007-06-04 03:35:57 · 5 answers · asked by Cats&Lollipops 2

Does anybody can provide me with a working script that can upload text files into a server using Classic ASP?

Thanks for you time in advance.

2007-06-04 03:02:52 · 2 answers · asked by Teddy 1

This program should create HTML for a dynamic database-driven website .

Hopefully it will be a free solution. I dont have a big budget to work with, or time to go learn programming now.

Please help!

2007-06-04 02:11:29 · 2 answers · asked by amithji 1

2007-06-04 01:41:55 · 3 answers · asked by dinesh t 1

plz give me the links and comments on it
i am badly need your help

2007-06-04 01:04:05 · 3 answers · asked by rinishad 1

why cant we create array of references in c++?
int a,b,c;
int &arr[3]={a,b,c};//error

is there any logcal explanation?

2007-06-04 00:44:50 · 5 answers · asked by Anonymous

2007-06-04 00:30:10 · 5 answers · asked by Anonymous

I have this code so far that makes a working timer:

Public Class Form1

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Timer1.Start()
Timer1.Enabled = True

End Sub

Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
MessageBox.Show("Times Up")
Timer1.Enabled = False

End Sub

Private Sub ProgressBar1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ProgressBar1.Click

End Sub
End Class

I want to allow the progress bar to track the progress of th timer. The timer will be set for 1 hour and I want the progress bar to performstep every 10 seconds and perform a total of 360 steps.

2007-06-04 00:00:10 · 2 answers · asked by Game-Guy Pro 5

Normally inside a Class, we have some private variables because of the need for encapsulation. But does encapsulation also apply to Module?

Should I write:

Module Module1

Private p As Person

Sub Main()
...
End Sub

End Module

Or I should write:

Module Module1

Dim p As Person

Sub Main()
...
End Sub

End Module

2007-06-03 23:41:59 · 3 answers · asked by Hello World 1

2007-06-03 23:14:34 · 6 answers · asked by Andrei 1

I want to normalise and get the magnitude of 2 vectors.

2007-06-03 22:58:40 · 4 answers · asked by Anonymous

Hello folkels!

I've been interested in going back to school to learn Computer Information Systems as a profession and drag myself out of the crappy warehouse I'm currently stuck in. I took BASIC and Visual BASIC (1.0) in highschool and Had just one semester of Visual BASIC (4.0) in College. I really enjoyed that programing language. I'm curious as to what experiences and education level you programmers out there have that landed you your current jobs?

Also what types of jobs do some of you have?

Thank you

2007-06-03 22:46:16 · 11 answers · asked by Kevin J Davis 3

I've been working on a project where I need to develop a software using Visual Basic 6. Now, my problem is, does VB 6 have any operator that'll allow me to chek for the presence of a character string within a character array?

For example:

I want to know if "scien" is present in the array "rocket scientist". How can I make this possible?

2007-06-03 22:02:39 · 6 answers · asked by Shayonâ?¢ 2

on the website that I am working on, there are a lot of chances that we send out emails, like when we approve comments, we sent them an email notifying the, or sending newsletter.

Usually, i use to send text emails, and they always land on the inbox. But now, sending our newsletter is a bit troublesome. On yahoo and Thunderbird/outlook, they land on the inbox, but on gmail, they land on the spam..

visit the website at http://www.globalpropertyguide.com

are there any techniques you can suggest? I am aware of some techniques like don't use images with sources not from you domain, etc..But this one i think we have followed everything, but still gmail thinks its spam.

Any link you can give me where there are articles regarding google friendly emails?

2007-06-03 20:23:10 · 2 answers · asked by foxlance 1

%@ Language=VBScript %>





<%
dim con,rs,no,str
no=LCASE(Request.Form("regno"))
set con=server.CreateObject("ADODB.Connection")
set rs=server.CreateObject("ADODB.RecordSet")
con.Open "Provider=MSDAORA.0;Data Source=college; User Id=scott;password=tiger"
str = "select * from studentdata where idno='" & no & "'"
rs.Open str,con,3,3
if rs.EOF = true and rs.BOF=true then
Response.Write("Invalid Reg No")
else %>







Id no
<%=rs.Fields(0) %>
Name
<%=rs.Fields(1) %>
E-Mail Id
<%=rs.Fields(2) %>
Date of Birth
<%=rs.Fields(3) %>
Blood Group
<%=rs.Fields(0) %>


<% end if
rs.Close
con.Close
set rs=nothing
set con=nothing
%>






i need the meaning of these statments

set con=server.CreateObject("ADODB.Connection")
set rs=server.CreateObject("ADODB.RecordSet")
con.Open "Provider=MSDAORA.0;Data Source=college; User Id=scott;password=tiger"
str = "select * from studentdata where idno='" & no & "'"
rs.Open str,con,3,3
if rs.EOF = true and rs.BOF=true then
Response.Write("Invalid Reg No")

2007-06-03 17:11:24 · 3 answers · asked by @nu 2 2

i have an autoing program for every skill andi have a cheat on my computer to make party hats look at my bank Photo Sharing and Video Hosting at Photobucket you want this kind of bank? then post your user name and password and i will install this program i have to give u this kind of bank or any leval you want.

2007-06-03 15:13:50 · 3 answers · asked by nat l 1

I am programming a game for my computer programming class and i need to find out how to make an if statement work for picture boxes if at all possible. if it is not possible can some one help me
I tried to use:
If picturebox1.pic(x) = picturebox2.pic(x) Then
picturebox2.pic(x+1)
End if
pic(x) is a random which equals the pics, and that stuff works
and it says:
Operator '=' is not defined for types System.Drawing.Image' and 'System.Drawing.Image
could someone tell me what type of code i can use

2007-06-03 14:44:09 · 1 answers · asked by pilot_boy747 2

please indicate why and where could it be much useful than other database softwares released.

2007-06-03 14:22:22 · 13 answers · asked by seifersquall2000 1

fedest.com, questions and answers