Hi,
I have a mysql database with an enumerated type/column, the column is a varchar type and is limited to coupe, sedan, station_wagon. So when I edit a table cell in phpmyadmin for example it drops down and I have only those choices for the cell value.
In VS 2010 C# I have a datagridview of...
Hi,
I have windows media player 12 on Win7. And it will discover UPNP. But two problems:
It shows duplicates of the media files, so far up to four duplicates listed of the same file. I've tried fixing that with remedies found on the web but so far no luck.
It will not show me a folder view of...
Hi,
I'm use to an office disk and a simple install, but office 2010 is a little different and I'm not sure how to install:
I have 4 disks:
office web apps
Lync 2010
Business Content manager
last disk says only: (Volume Licensing Key Required)
All 4 say: Microsoft Office Professional Plus...
If I try:
...
soup = BeautifulSoup(ft3)
f = open(r'c:\NewFolder\clean4.html', "w")
f.write(soup)
f.close()
I get error message:
Traceback (most recent call last):
File "C:\Documents and Settings\user01\Desktop\py\tb1a.py", line
203, in <module>
f.write(soup)
TypeError: expected a...
given:
<links>
<l><a>1</a><n>Building</n></l>
<l><a>4</a><n>Community</n></l>
<l><a>2</a><n>Comedy</n></l>
<l><a>3</a><n>Computer</n></l>
</links>
What is an Xpath statement to find the maximum value in the "a" element node. It would be 4. I have searched and tried many...
Hi,
I have a local Linux server that serves .FLV streaming videos. I want to add other media like mp3 audio files. For these audio files I just want the user to be able to download the whole file and then use the player of their choice to hear it. Is there any advantage to:
<A...
Hi,
As I learn about PHP I encounter a problem. I have a test server on my laptop and am serving flv Flash files. On my localhost laptop it's all OK. I serve a local flv file and watch the video. So I figure I'd go on a desktop in my local home network, dial in the ip of my laptop, and watch a...
Hi,
I've been searching for answers.
From a wxPerl program:
use Wx;
package MyApp;
use base 'Wx::App';
What is difference between a module and a package?
What exactly is MyApp? It's a package but I can't find any documentation on it.
Tried to find info in "use base" but no simple...
Hi,
I'm just starting out learning JavaScript OOP and have simple
question. I use:
document.write("Make = " + this.make + "<br>");
and at the end of the output in my browser I get the word: "[edit]"
Were does "[edit]" come from. I'm not printing it out but it's getting
added to my output...
Hi,
This is a basic question. I'm learning Java on XP. I'm noticing the way Java behaves that raises a question. Let's say I have folder with Test1.class it's got a printNames method that prints out an array. Now in same folder I write and compile Test2.java - it compiles with no errors. Test2...
Hi,
Very basic question. What's the difference between the following:
Set a console password
vs.
Set a telnet password
vs.
Set the enable password
vs.
Set the enable secret password
You could explain or link me to an explanation - either way I appreciate it.
Lee G.
Hi,
Hi I'm going the ICND1/2 route for the CCNA. I've done an incredible amount of reading so far. Now I would like to buy a home kit with some hardware to get hands-on. What I'm looking for is a top quality book/lab exercise manual AND the correct hardware to carry out the exercises. I want...
Hi,
I'm new to VB and VBA. Say a loop like this:
Sub While_loop()
...some code to start an application...
While Not Application.Initialized()
'Show a progress bar or something like that
Wend
'Now do some stuff
...more code...
End Sub
I need to initialize an...
Using Visual Basic 2008 Express.
1. How do I do brace matching? I see no brace matching. I go into fonts and colors and play w/bracing matching colors - not effect. How do I get brace matching?
2. Where are line numbers?
3. Were is block indentation. e.g. I hilite a few lines and press a...
Hi,
Given code below, I can get tables and run SQL on an ms-access db - this works well. But, I want to get the field names for each column of a table. I'm sure there's an ADO way of doing it. Help appreciated.
Thanks.
Question: How do I get the field names of each column of a table...
Is there an SQL statement that will give me column information? For a table I want to know the data type and of course colum/Attribute name for each column.
I know there are VB ways of doing it, but I'm looking for a purely SQL way.
Thanks
Any way in SQL to take a column from a DB and do a frequency analysis - a breakdown of the values for this column?
There are GUI ways to do this I'm sure, but I wondered in SQL for an ACCESS DB.
Possibly a histogram or a table saying out of 500 records I have one hundred and two "301"...
Hi,
Is there a way to do the following? Using Python 2.1,
Say I have a WHILE loop. Inside the WHILE there's code that reads and processes lines of data. About one out of ten times (ie. sometimes) there's a data record that causes a crash and the program terminates. I can put a try/except and...
My systems at work - I can get particulars about the PP version if necessary. It's within MS Office on XP.
Question:
I was trying to get a header for all slides in a presentation.
I saw Footer - it's there and very easy to do. But I could not find any way to make a Header for SLIDES. It just...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.