39 Discussion / Question Topics
Remove Filter Hi Guys, I have a gigabit switch which supports auto MDIX, is there any performance overhead using this feature to connect for instance a router to it via a patch cable rather than a crossover cable? Help much appreciated. | |
Hi Guys/Gals, Setting up my home network (I am not a networking guru) and wanted your expert opinion on the best configuration for my hardware. I have the following [I]generalized [/I] pieces of gear... [LIST=1] [*]Gigabit Switch#1 [*]Gigabit Switch#2 [*]Wireless N Router Supporting Gigabit [*]PC#1 [*]PC#2 [*]XBOX [*]AV Receiver [*]HTPC … | |
hello all, i have a belkin 54g router connected to 3 devices via ethernet. And a Netgear WGR614 router upstairs that connects 3 devices via ethernet. They are within range of each other and i know for a fact that the Belkin can be set up as an access point. … | |
does anyone knwo of any good online services that will allow me to view my email stored on my exchange server at a static IP address away from my network with an internet connection ? | |
Hi all. I have a requirement to collect a bitmap image directly from a given AVI file. Does anyone know of any decent .Net only libraries that by any chance can achieve this? I would like to avoid any COM interops if possible but if you have had experience using … | |
i have created websites for clients for some time now but recently i have found it difficult to add that little extra to a project to make it unique from all those that surround it. I wanted to know what you lot do to get the old juices flowing and … | |
hello all, the company i am working for (quite a small company) are looking to host our web applications suite on our internal server running windows server 2003 and IIS 6 and allow external access to it. We have a static IP from our ISP and currently can access the … | |
Hello All, I haven't posted a question in sometime, im hoping this is where all my previous help pays off :P Basically starting a newish project which must be written in VB.Net (great) but I am implementing the MVC pattern pretty much throughout the entire project as there is a … | |
Hello all, im looking to try and find a simple set of pros and cons with regards to comparing Enhanced-Entity-Relationship Diagrams and Object Role Modelling diagrams. Basically any plus or negatives given for/against either would be great. | |
Basically i have a wizard so a user can setup the web app correctly when installed. This requires them to enter details on a server which houses their database. I would like to return a list of current paths in the local network for ease which they could select etc … | |
Ok short of re-inventing the wheel here i wanna know if there are any features you would like to see implemented in a CMS that perhaps you havent seen elsewhere. I have a final year project to undertake and aswell as this being useful for myself and my own clients … | |
Hello All. This seems like a simple question but i cannot find a solid answer anywhere. Im in the middle of streamlining our web application for use on local network and external use. When a form loads there are usually several blocks of code that run. EG. Fetch Title From … | |
Hello All, im looking to find the best technique to use for the following scenario i believe this is going to be best using application level variables. Scenario: I have a table in a database with roughly 100 rows (increasing constantly) they are all holding integers. These rows all hold … | |
Hello all, i have googled around without any reference to what i am looking for (whether it can be done). I wish to limit the amount of memory used at any one time per session I.e. for tasks that may require some time i dont want one user using up … | |
Hello all, i have recently finished work on a clients database. they now wish for one field in the database to have 10% taken off for each record. can this be performed soley through an SQL statement on the MYSQL database. | |
ive been asked by a company to help them with emergency work. it simply is converting photoshop designs into css templates does any one have any idea what i should charge for doing this as they have asked for a daily rate ? | |
hello all, i have been setting up reports to work with our intranet web application but after attempting to make the reports dynamic in the data they retrieve i have tried using a dataset and an xml file both return this error when i attempt to load the report document. … | |
im having trouble using the PUSH method to generate a report . this is my code. [CODE] Try cr1.Visible = False Dim myConnection As New SqlClient.SqlConnection myConnection.ConnectionString = "Data Source=someplace;Initial Catalog=somedb;User Id=someid;Password=somepass;" Dim MyCommand As New SqlClient.SqlCommand MyCommand.Connection = myConnection MyCommand.CommandText = "Select * from asset where assetid < 10" … | |
hello all, this probably isnt even the correct forum to ask but does anybody know whether it is possible to LOAD a CAD drawing into a flash movie and be able to manipulate it ? | |
Hello all. Which is the best practice to use when creating dynamic links i.e. onclick events. [CODE]<a href="javascript:somefunction()">click me</a>[/CODE] OR [CODE]<a href="javascript:void(0)" onclick="somefunction()">click me</a>[/CODE] i realise the first is not an 'event' but i have a web app which is displaying 6000 of these links all at one time and … | |
i am a web designer. i have been asked to create a web app for use on a company intranet. the problem is i have a treeview (those that dont know asp a simple menu structure) on my page which allows the user to pick records they wish to view. … | |
i understand that this can be done the problem is i cant find any good tutorials or sample code and i dont really know where to start. Could anybody help please ? looking to mail merge with a ms word doc 97 - 2003 and my database | |
i am a web designer. i have been asked to create a web app for use on a company intranet. the problem is i have a treeview on my page which allows the user to pick records they wish to view. all the records have sub records and sub-sub-records etc. … | |
hello, im guessing this question is quite trivial. i have a page setup as follows. MAIN PAGE [CODE] <html> <head> </head> <body> <div id='innerlogin'><iframe src='INNER PAGE'></iframe></div> </body> </html> [/CODE] INNER PAGE [CODE] <html> <head> <script type="text/javascript"> function RemoveDiv(){ d = parent.document.body; d_nested = parent.document.getElementById("innerlogin"); throwaway = d.removeChild(d_nested); } </script> </head> … | |
im converting a vb6 desktop application to run on an intranet obviously there are some things which will never work but the majority is doable but im quite worried about filesizes. i know the intranet will have faster connectivity than your average web page they are mostly running 100mbps lans … | |
i have two forms open in different frames of a page. form1 contains a tree and form2 contains an update method i.e. with text boxes etc to update this tree. is there a way that when i save i can reference the tree in the form1 from form2 ? | |
is there any available free calendar swing components available or am i going to have to make one from scratch? | |
well ive been doing some work with object oriented php and came across a question i couldnt answer. can you create a list i.e. similiar to a linkedlist in java or the like in php ? | |
say i have form 1 with a method SHOWME() and i want to call this method from form 2 (seperate window) cant his be done? | |
i only need this to work in i.e. and im sure it does but i am getting a "closed is null or not an object" exception message declared in HEAD:: [CODE] <script type="text/javascript"> function reloadwin(w){ if (w.closed) alert('window is closed') else return setTimeout('reloadwin()', 500) } </script> [/CODE] called in BODY … | |
ive done some research looking into this but cannot figure out a method to suite my situation. i have an index.htm page this contains an Iframe containing another html page seperated using a frameset (just 2 frames) lets say '1' and '2' for example. I also have another window open. … | |
ok ive just started work for a company and second day in they have asked me whether its possible to convert there entire VB6 applications suite to asp.net making it available to run online for their clients. This is my first job outside uni and having played around with asp.net … | |
i have a GUI application that needs to check that it is connected to a database every 30 - 60 secs. can this be done with java threads or do i need to look somewhere different. obviously i need the application to be fully useable whilst it is performing this. | |
right MS Access is balls compared to other DB's i know but im working on a project which already uses an Access DB. Now after writing the following eclipse gives me a lovely error which im yet to figure out. Googling has thrown up people with similiar problems but no … | |
ok im looking to upgrade to vista sometime in the next 12 months, and am wondering whether to take the plunge now. Most people will say wait for the service pack to iron out the kinks but what is your reaction abotu vista ? Im looking to buy the business … | |
does anybody know of a good tutorial on how to draw a 'physical network diagram' im required to do it for my studies but they havnt supplied an example and i seemingly cannot find one at all through searching. Just applications that claim to do it for me. I know … | |
hey all. I have self taught myself VB.net and VB6 but want to expand my knowledge. Can anyone reference any good intermediate Books for VB6 And/Or VB.net? | |
hello, ive been busy trying over and over and over again to write a block of SQL that will perform this task for me but have failed ever time. hopefully someone can point me in the right direction or at least gime a hand cheers. task : to work out … |
The End.