5,277 Posted Topics
Re: What have you done/tried so far? Do you already have the DB table and data? Did you create the code to connect and read from the datasource? | |
Re: You do not need a network unless there is a need to have more than one host communicate with each other. | |
Re: Are you relate to Care Worldwide from this thread? http://www.daniweb.com/community-center/community-introductions/threads/456268/-care-worldwide-clinical-research | |
Re: If the computer has an operating system and you are logged in and run the media, you'll get prompted to either choose either to upgrade or perform a clean install. I always avoid upgrades. Power the computer on and boot directly with the install media, follow the install prompts and … | |
Re: It doesnt look like your domain name is setup correctly and propogated as of yet. DNS Watch, an online DNS tool reports... Searching for huarchaeology.org. A record at D.ROOT-SERVERS.NET. [128.8.10.90] ...took 98 ms Searching for huarchaeology.org. A record at a0.org.afilias-nst.info. [199.19.56.1] ...took 121 ms Searching for ns2.hostober.com. A record at … | |
Re: You are executing a procedure that is creating a procedure? | |
Re: I didn't review your code, but you referenced fadein()... Shoukd be fadeIn(). It's case sensitive. | |
Re: There's no Microsoft supported way to retrieve a lost password, except with a password recovery disk. There are 3rd party tools on the internet that can be used that allow you to boot to an alternate OS (via CD) which will reset administrator account's password. You do this at your … | |
Re: I understand that you indicated that your display driver is up to date, but based on what I see in your description and pictures, I dont beleive that you have the appropriate driver installed if in fact that display adapter is able to provide alternate resolutions. | |
Re: You should be connecting using this format domain\username, not domain/username. Also, are you able to connect while logged on a different PC? I assume that your Win 7 computer is joined to the domain? If so, you should not be prompted unless the account you are logged on does not … | |
Re: To create dynamic pages, with regard to content, you need some type of server-side scripting language. If you provide a bit more information about what you are trying to achieve, you'll get better answers and guidance. | |
Re: Certification was really big between 1998-2004. Everyone was promised high paying salaries after completing a 6 week boot camp program. Many people were becoming paper certified by getting access to exam dumps, memorizing questions and answers with no experience. Alot of organizations started to look at certifications with less value … ![]() | |
Re: I cant speak for other members on this forum, but I beleive its unlikely that anyone is going to turn over an ERD diagram based on the information you posted. You are more likely going to get help if you post what you have done so far and ask specific … | |
![]() | Re: Ladis, As you can imagine, helping you build a site via a resonse in a thread is not realistic. In addition, you may find that various members of this site have strengths in different areas of web development so asking a general question like "help be create this site" isnt … |
Re: If you have a client application that needs information directly from the database, I see two options here... If the DB is accessible, make a connection into the DB and query it directly. Otherwise, you'll have to have the client app communicate through the web application via web services. | |
Re: I took a look at your example, and I think the issue is related to the float property. When I exclude the float, the text centers vertically. **Here is my example...** <!DOCTYPE html> <html> <head> <title>Demo</title> <style> .container { display: table;} .vTableCell { display: table-cell; vertical-align: middle; height:45px; background: url("background_menu.png") … | |
Re: > The button would reduce its height (lets say) 2px....Then it would automatically do the same for the width?? Not sure if it would work. You would increase the height and width by multiplying it by a factor, not by adding number of pixels. So, when the way i would … | |
Re: I havent had the need to do this exactly in this manner you are describing, but the way I would go about this using javascript to determine the type of browser the user is using, then apply the appropriate styles via javascript as well. | |
Re: Most providers to charge extra. However some of the more expensive plans may include the static IP option. | |
Re: What version of browser is giving you an issue. different browsers/versions use different properties to style the hr element. Try adding the background-color property as well. `background-color: #990000;` | |
Re: Maybe the mystery files are set to hidden. Go into the folder settings and enable to view hidden files. | |
Re: If you are unable to repair it on your own by soldering it, you'll have to buy a new cable or power button that includes the cable. | |
Re: There are two easy methods you can try: display the element as a table cell or using the line-height method. Take a look at the examples of both here: [Vertically Center Content Using CSS](http://www.itgeared.com/articles/1519-how-to-vertically-center-html-content-using-css/) | |
Re: I just tried from an iOS device and the navigation and read more links appear to be working. | |
Re: >why? I dont know. How can anyone help you based on the information you provided? | |
Re: For the size of the canvas you can just set the height and width attributes.. for example... `<canvas id="canvas1" width="640" height="480"></canvas>` Here is a basic summary of the Canvas element: [HTML5 Canvas Introduction](http://www.itgeared.com/articles/1460-html5-canvas-element-introduction-tutorial/). Once you have the basic canvas element, you can then move forward with drawing on the canvas … | |
Re: Wow, you didn't even try to be slick about getting help with your assignment. Good luck with getting someone to do your work for you. | |
Re: Aside from the reliability question, does this section included in their terms raise any concerns, regarding what I intrepret as adding their code to your content? SECTION 7: YOUR CONTENT ...you acknowledge CloudFlare may: Add script to your pages to, for example, add services, Apps, or perform additional performance tracking. … | |
Re: Check your firewall logs for blocked packets. that should be easy to do if you have the source and destination IP information. | |
![]() | Re: When you access a website, what you are seeing is the HTML and client side components such as CSS and JavaScript. This is because web browsers support HTML, not PHP, ASP.NET, Java, etc... When a web developer wants to use server side scripting, he/she must have the scripting engine installaed … |
Re: How can anyone help you without seeing your code? Do you have this site online? | |
Re: You simply need to make a determination whether or not you need to secure the data while in transit. In other words, if someone was to capture the data while in transit, do you care if they use an application to retrieve the data from the packets? If not, then … | |
Re: Since you've provided no code, its difficult to provide specific guidance to solve your issue. However, take a look at this example, you should be able to adapt to your needs... <!DOCTYPE html> <html> <body> <table id="table1"><tr><td>Test</td></tr></table> <button onclick="myFunction()">Find ID</button> <script> function myFunction(){ var x=document.getElementsByTagName("table")[0]; document.write(x.getAttribute("id")) } </script> </body> </html> … | |
Re: If you produce quality content on your site, the backlinks will be created naturally by other people on the internet that are interested in linking to your pages. You can also get involved in forums, use social networking sites to promote your site, etc... | |
I am sure that this posting isn't going to be well received by some of the more "veteren" members, but here we go anyways... I'm aware that in the past, reputation points were awarded to members for posts in non-technical forums/sub-forums, such as the Community Center. For some time now, … | |
![]() | Re: Do you have this site online? If not, having the relevant HTML code would be helpful as well. Using jsfiddle.net to work with your code is an option if you dont have the site online. |
The End.