Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: kennyaidan
  • Content: Threads
  • Order by date
  1. kennyaidan

    CSS & IE browser issue

    Hey Guys, I have built a simple form for the "Contact Us" page of my website. From a technical perspective it works in both IE and Firefox i.e. it sends the submission onto the relevent email address. It also looks fine in Firefox but there are two look and feel issues with IE: 1. When you...
  2. kennyaidan

    Issues connecting PHP and MySQL

    Hi Guys, On my home PC, I have installed a MySql DB and an Apache server in order to progress my PHP knowledge. I created a new database called "manual" and within this DB I added a table and simple simple data. When I query my DB through MySQL server, I can see the "manual" database and a test...
  3. kennyaidan

    Online Mailbox Issue

    Hi Guys, In my job I check an online tech support mailbox everyday. I recently upgraded my PC to a windows XP OS. With the old PC which used windows 2000 when a mail arrived into this account a little icon would appear to notify me but this doesn't happen with the new PC. Now it may seem as a...
  4. kennyaidan

    Components Question

    Hi, I am currently designing a website and I was hoping to use components in my design. What I wanted to do is have my main section pages with the side navigations and headers files etc included as separate components so that when I make a change to the left nav for an example, I only have to...
  5. kennyaidan

    Exporting Images

    Hi Guys, Just looking for some advice: When I export an image as a transparent gif/png/jpg and import the same image into flash, I seem to get a blurred effect around the edges of the images where the full transparency should be. Am I exporting the images wrong, what type of transparency should...
  6. kennyaidan

    Email Forms

    Hi, I am currently designing my own webpage, and I was hoping to put a form onto my contact page where visitors can send me their comments, email address etc. It would be a very basic form but the code i have at the moment won't work can anyone see where i'm going wrong??? Any help greatly...
  7. kennyaidan

    Html Width problems

    Hi Guys, I'm new to HTML and i am only learning it for the past few weeks. I am trying to set up a web page which will be made up of frames. There will be a header frame, sidebar frame and main frame. I set the frameset up fine and the sidebar and main pages work well, however i am having...
  8. kennyaidan

    Sending Emails using checkboxes

    Hi, I'm a beginner asp.net developer and i am trying to learn how to send emails. I can get the emails to send when i hard code the "objMail.From" and "objMail.To" email addresses in. However what i was trying to do was to have a list of email addresses in my database and on...
  9. kennyaidan

    Formatting Checkboxes

    Hi, I was looking to find out how to format a list of check boxes. My check box code is <asp:CheckBoxList id=&quot;check&quot; runat=&quot;server&quot; AutoPostBack=&quot;True&quot;/> They are set up in the code using the following code dim mylist=New ArrayList while (dr.Read())...
  10. kennyaidan

    Checklists

    Hi, I am trying to send an email to different sets of users depending on what check boxes i choose. The users types are contained within an sql table called user1. When i try to get my code to work it doesn't give me an error however it does not send the email to anyone. When i hard code in the...
  11. kennyaidan

    Hi, just a quick question. I'm tryi

    Hi, just a quick question. I'm trying to create thumbnails from full images. The code is working fine except when it comes to actually naming the thumbnail. The relevant parts of the code are as follows 'Get relevant details from previous form called &quot;MyFile&quot; FileName.InnerHtml =...
  12. kennyaidan

    Creating Thumbnail

    Hi, i am trying to create thumbnails using asp.net. I am trying to take in an image file and i create a thumbnail of that file. I think my code works fine until i have to give the thumbnail a name and save it. I have created a thumbnail using the following bits of a code 'declare thumbImage...
  13. kennyaidan

    Searching columns

    hi, i'm a beginner sql programmer and i was trying to work out how to search a column for a specific string. For example if i had the following column called headline within a table called news headline| George Bush gives speech Dallas win superbowl virus solution found Bush talks about future...
  14. kennyaidan

    Inserting Values into text boxes

    Hi, i'm a beginner asp.net programmer and i need help with an error i keep getting. I'm trying to input a session value into a text box. The code i have takes in a value from a text box, <input type=&quot;text&quot; id=&quot;name&quot; size=&quot;15&quot; runat=&quot;server&quot;> I then...
  15. kennyaidan

    Lists in XML

    Hi, I am just beginning to learn how to use xml and i have the following problem. I have a list of web links similar to the following <a href=&quot;http://www.google.com&quot;>Good Search Engine</a><br></br> <a href=&quot;http://www.yahoo.com&quot;>Yahoo</a><br></br> <a...
  16. kennyaidan

    Trust Level Error

    Hi, I am trying to create aspx files and folders on an IIS server and i got the following error Security Exception Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system...
  17. kennyaidan

    Security Error

    Hi, I am trying to create aspx files and folders on an IIS server and i got the following error Security Exception Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system...
  18. kennyaidan

    Proper usage of XML with ASPX

    Hi, I'm a beginner aspx programmer and i am about to start learning aspx and some simple xml. I was wondering what were the apprioate steps in creating aspx files using xml. Would you start with a simple xml file similar to the following epo.xml <episodes> <episode series=&quot;TNG&quot...
  19. kennyaidan

    Illegal characters in sql

    Hi, I'm learning sql for the first time, and i created a table called story to simulate a news story database. I set it up as follows CREATE TABLE story ( id varchar(11), headline varchar(100), author varchar(30), paragraph text, story text, date varchar(8), genre varchar(20) ); However when...
  20. kennyaidan

    Output todays date digitally

    Hi, I am just beginning to learn asp.net and i am learning the basics through some very simple examples. The following code just ouputs the todays date ie &quot;4/12/2003&quot; <script runat=&quot;server&quot;> Sub Page_Load(Sender as Object, E As EventArgs) Dim time = now() time =...

Part and Inventory Search

Back
Top