Articles listed under: Programming & Design
blackknight467 asked:
I'm using a Hashtable with seperate chaining.
After deteting enough elements in a hash table, it starts to look empty and wastes space. To be as effcient as possible i want to resize it to be smaller. If i'm currently re-hashing to a larger table when there are twice as many elements as table size, how empty should the table be before i should re-hash to a smaller table size?
..........................
READ FULL ARTICLE
tennis girl asked:
I have inserted a table into my classroom webpage (Sharepoint) where students record assignments and events for each day of the week. I would like to be able to update this table outside of Sharepoint and the table automatically update within my web page. Are there any programs or HTML code that can make this happen?
Thanks for any suggestions!
..........................
READ FULL ARTICLE
garbsa asked:
I am cutting and pasting text into a word document and I want to remove the table formatting and remain with just the text only. Sometimes I get the clipboard icon which allows me to do this and sometimes I don't get the clipboard icon. Many thanks!
..........................
READ FULL ARTICLE
emyu asked:
I have an asset database in MS Access 2007. It has three tables ASSETS, STAFF and LEND. The LEND table contains information about the items being borrowed by STAFF, date and some other details. I want the staff_id to be taken from STAFF table and asset_code to be taken from ASSET table so that I maintain data validity and concurrency. Can any one tell me how I can do this with user forms?
..........................
READ FULL ARTICLE
MayFlower asked:
I have a table in Word that has 9 rows..I have written some code in VBA to delete certain rows when a button is pressed. The problem is that when a row is deleted in the table, it re-numbers my remaining rows. Any suggestions on how to work around this??
..........................
READ FULL ARTICLE
Jenny B asked:
I need to create a multiplication table in Java, and I am supposed to use a for loop. The application needs to ask the user for a starting number and an ending number. It should then create a multiplication table that multiplies each of those by 1 to 10.
So it should list the numbers between the start and the end vertically, and horizontally it should have those numbers multiplied by 1 to 10. Each number should be seperated by a tab.
Thank you.
:]
..........................
READ FULL ARTICLE
Philip B asked:
This is probably very basic, but I've been struggling over the last couple of hours with it:
I have two tables in Microsoft Access 2007. Table 1 has ~200 people and Table 2 has about ~100 people. All of people in table 2 are also in table 1. Each person has a unique identifier.
I want to expand Table 1 to include data that is found in columns in Table 2.
The tables could be referenced by their common identifiers.
Thanks!
..........................
READ FULL ARTICLE
panda asked:
I have a table that scrolls. All I want to know is how do I change the scrollbar color of that scrolling table?
So far, I have a table that has text and images in it, and it scrolls down. How do I make the scrollbar different colors? Not the scroll bars on the entire page, but the scrollbar of just that scrolling table.
Thanks in advance!
..........................
READ FULL ARTICLE
Sarah M asked:
I've been trying to work on a website, and I would like to vertically center a table. Said table is nested within another table, and I would like the inner table to be centered vertically within the other table while leaving the text above the inner table (and everything in that first table) to be top aligned. Is that possible? And if so, how would I go about doing it?
Alternately, if that isn't possible (or too complicated) how would I go about getting some text top aligned while having the rest of the content in the table to be vertically centered?
..........................
READ FULL ARTICLE
ashkan k asked:
I created a table called STUDENT and set the primary key as: studentID and 2 foreign keys: staffID and courseNo.
I need to drop my table but my 'drop table' statement doesnt work, and even when I use the Alter Table command. What should I do now?
..........................
READ FULL ARTICLE