- Strength to Increase Rep
- +14
- Strength to Decrease Rep
- -3
- Upvotes Received
- 1K
- Posts with Upvotes
- 1K
- Upvoting Members
- 481
- Downvotes Received
- 34
- Posts with Downvotes
- 34
- Downvoting Members
- 26
Re: This is not something I have often but today was special... Red Wine, Filet off the grill and bake potato. Finish it with cookies and cream ice-cream. | |
Re: Hello David Mac, I agree that you may want to open a new thread regarding getting values from a database and the data available as an array for client side processing. Let me give you a quick an easy example... if you need more help, start a new thread since … | |
Re: Its sounds like you overloaded something on the motherboard. Remove all of hte components except for CPU and RAM and see if you can get it to power on. | |
Re: I think that you should focus your studies in an area that you enjoy. With that said, you probably won't like every class within a program. Do you see yourself working as a programmer or some other IT position in the future? If not, it doesn't sound like you should … | |
Re: Your reference to the ajax file seems to be incorrect. you are missing "http:" `<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>` Also, make sure you upload the script to the js folder on the server. `<script src="js/jsimageslider.js" type="text/javascript"></script>` | |
Re: You do not have to spend any money right away. You need to start thinking about how to design the new site. Incorporate these simple suggestions so that you get the "core" of the site done right the first time, before the web goes public and the search engines have … | |
| Re: >Dead Poets Society excellent movie! |
Re: As others have mentioned, there are quite a bit of packages out there already that you can freely download and customize. Creating your own blogging platform could be done, but be prepared to spend some time and commitment. | |
Re: Not possible with DNS. What you would need to do is do the redirect on the web site itself. So, have the website listen on port 80, then do a redirect to port 20202. Redirects can be done at the website configuration, via a URL rewrite, meta tag "refresh" or … | |
Re: @andyy121, You may not be aware of general forum accepted practices, but you may want to consider starting your own thread if you need help rather than hijaking someone else's. | |
Re: I'm more of an MSSQL person myself, but wouldnt you have to enclose the values in single quotes? In SQL, if you dont use the single quotes, SQL considers the value as a column name. | |
Re: Come up with a contest based on likes. | |
Re: The second part of your question regarding rank .. You need to host quality, unique content on your site. Back links to your site from other sites with high PR will be very helpful. | |
Re: You may be interested in this posting from the W3C which covers the differences between HTML and HTML5. Topics covered...encoding changes, doctype declaration, obsolete elements, new elements, attribute changes, etc. http://www.w3.org/TR/html5-diff/ | |
Re: You need to send the data to the PHP script one if two ways... Either by posting to the page (form post and send the value via an input element) or use AJAX to interact with the PHP script without having to post/reload the page. | |
Re: You are correct on 1 and 2. 3, or "alt" is used for alternate text. If the picture cannot load, the text will be displayed on the screen. In addition for text based browsers, this information will be displayed when the picture cannot be seen. Here is an example on … | |
Re: Cross-architecture in-place upgrades (for example, x86 to x64) are not supported. http://technet.microsoft.com/en-us/library/dd772579(v=ws.10).aspx | |
Re: I assume that the reason for your post is that you were commenting that web design should not be in the same category as web development on this forum site. Of course, your point is taken in general as well. Not sure if this us what you meant. I suspect … | |
Re: you should be able to use the "z-index" property to layer them in the order as you see fit. | |
Re: You can try the generic text driver if all you need to print is text. Otherwise, you can try another officejet driver available to you even though you dont have the 8610 driver. I use to do this with laserjet drivers all of the time. I'd use the laserjet4 for … | |
Re: How can anyone help you if you have t provided any code or the link to the site? | |
Re: I moved your style block to the `<head>` section of the code for you. You can click on "flag bad post" in the future and a moderator will help you update the content accordingly if the option for you to edit your own post is no longer available. | |
Re: This is by design. You should be able to Logon the server and if you need to log on the client workstation with domain credentials, first get these two systems to a relatively close time. Which system is having a problem with its time? | |
Re: >I'm sure it isn't complicated to some but it's latin to me and driving me wired right now. With Microsoft Windows, sometimes you experience these strange behaviours. The first question is do you have this problem with any other computer or wireless device on your network? If not, you can … | |
Re: >I want my browing anonymous. you may be "anonymous" from the perspective of the target system you are accessing, but you are not anonymous from the proxy infrastructure. So, you really need to consider that which ever system you decide to use, you do trust how that organization handles your … | |
| Re: > whether a protocol is hardware or it is a software or combination of both A protocol is simply the rules that computers follow to communicate with each other. I would classify it as neither hardware or software. |
Re: It depends on how the "block" has been implemented. If the block has been put in place using URL Filtering at your perimeter firewall, or by using a Firewall and Proxy design, you are out of luck unless those administrators provide you access. In some cases, if HTTPS is being … | |
Re: So what is your question? | |
Re: If the search engines determine that your content is the duplicate content and not the content originally posted, that would be bad for you. Recent updates to google has resulted in sites loosing traffic because of duplicate content. |