5,277 Posted Topics
Re: You may want to install an additional browser on your computer such as Chrome or Firefox to see if you experience the same issues. If you don't, then its an IE configuration issue. If you do experience the issue, its either your malware protection software, or something else on the … | |
Re: In your category.php page, if you don't have a value for the querystring display something else or redirect them to another page. You simply need to have a conditional statement to check for a value before you assume there is a value present. | |
Re: If you want a brief intro, you can take a look at w3schools. The only reason why I would recommend it is that it's very brief and easy to go through the simple examples. You can go through their section in a day. It's not a good site for in-depth … | |
Re: Does the customer's VPN solution not allow you to connect to it using a VPN client (endpoint)? It sounds like you are trying to set up branch office tunnels instead. | |
Re: Obviously eBooks are generally less expensive than printed material. However, if purchased legitimately, 1,000 eBooks could cost you tens of thousands of dollars, not to mention that you need quite a bit of free time to read all of that material. | |
Re: > a SSL certificate must be aquired by us through a third party. But I'm wondering if that really is true. Wondering what exactly? can you clarify... >The more I researched SSL certificates the more I've come to realize that all they really are is one company vouching for another. … | |
Re: But the word someone only has two syllables not four. Do you mean something else than syllables? | |
Re: Are you saying that `HttpContext.Current.Request.Form["Name"]` doesnt not contain a value? Are you sure that you are sending the values to that page using POST? but then you say the webservice works so the variable "Name" does have a value? Since your inserting into the db process is not working, its … | |
Re: I dont recognize the method `ajaxForm`, so i assume this is a 3rd party plug in. have you checked the documentation? if you hit f12 and look at your browser's dev tools/console, do you see any errors? | |
Re: I'm assuming this an apache error? even though you've posted in the javascript category, it doesnt appear to be a client side error. my guess (because im not a php or apache person) based on the error message is that there was no default document (since you didnt specficy one … | |
Re: You'll need to upload the markup you are having trouble width and explain what you have done and what you need help with. ![]() | |
Re: You are missing an event to trigger the function. For example ... <input type="checkbox" id="box1" onclick="Function Name(argument)"> You'll need to determine the checked state of your checkob. For example after the checkbox is checked, what if the user I checks it. | |
Re: No beard for me, tried 20 years ago and hated it. I've kept the same look for several years now <-- see my avatar. | |
Re: >makes me extremely angry and I would like to vent, yep, i understand based on the scenario, but.... >On Monday I decided I should partition my HDD and install Windows 7 I'd say that this was your first mistake. If you prefer to run Linux, that's great. I dont know … | |
Re: Yes, Panda is actually great. In addition, i would like to mention that good security is implemented in layers. There is a misconcepcion out there that if you have antivirus software, you are fully proteted. That's not the case. In addition to your antivirus client, a good security plan will … | |
Re: These are both server side languages. Server side code is converted by the server to HTML so there is no difference from the clients perspective. What language do you feel more comfortable with? I happen to like asp.net over PHP but that's my preference. ![]() | |
Re: >want to ask What are requirments to make a portal system? impossible to say based on your question. What are your customer's requirements? You cant expect to slap together a portal system based on someone else's implementation. If you are building something from scratch for a customer, then you have … | |
![]() | |
![]() | Re: >I think this is css problem but cannot fix it? You cannot fix it because you are not familiar with CSS/styling or because you have some other reason preventing you from using a CSS solution? I looked at the picture, but im not sure what im looking at where you … ![]() |
Re: >Register.aspx, remain unaffected. They should be white and then underlined when the mouse is over them. Do you have this site online to take a look? You could also use your browser's dev tools to inspect the styling that is applied to the element. When you have a lot of … | |
Re: Yes you can style the markup that is loaded via Ajax. The styles will apply as long as the styling properties are supported by the browser. | |
| |
Re: You should consider client and server side validation. The reason is if you simply use client side validation, the end-user can easily bypass that validation process by disabling javascript. Server side validation is needed regardless to ensure the data received is validated prior to further processing. I dont see any … | |
Re: Without a password reset disk, then you are out of luck with regards to a Microsoft supported solution. You'd have to resort to a 3rd party product or reinstall the OS. ![]() | |
Re: Can you elaborate on what you mean by upload? Who is uploading and to where... File system, database? | |
Re: Looks like you are working on an MVC web app. i'm not familiar with MVC, but am with asp.net web forms. In any case, if you have in-fact located the style sheet (.css file), then you should be at the correct location. if there is no references to navbar, navbar-header... … | |
Re: All browsers have a set of default styling that's applied to HTML elements. What you should consider is applying a CSS "reset" so you can override the defaults. Its common in a reset file to apply margin and padding to 0 on many elements. This takes care of the mysterious … | |
Re: If you set your DB table's primary key to auto increment, you aren't going to be able to set a fixed length of numbers and pad them to the left with zeros. If you want to display it in that format (00000001 vs 1) then you'll have to handle that … | |
Re: You'll definitely need more than just HTML to have a reusable page/code that you can insert into your pages. Mattster mentions PHP but other server side scripting languages have other solutions as well. For example, ASP.net uses the concept of master pages. | |
Re: You'll need to clarify your question. What are you trying to design/implement? A physical/logical "star" network? If so, that's Fast Ethernet implemented with Swithes and UTP (Cat5/6) cabling. | |
Re: If you want to be able to fire the event from other elements, you control that by modifying this line... var add_button = $(".add_field_button"); Apply the same class to all of your fields and the. Use that class name in this line of code. | |
Re: > i heard that repeater class is used for it and i am figuring out how that works. but the thing is that repeater class turn that pic to the url so that when i click on that photo it takes me to a new page (template page ) where … | |
Re: I see the ping requets and responses. by the way, it isnt necessary to block out the IPs. If you are listing 10 addresses, those are private and there isnt any to know where that network is on the private LAN connected to the internet. | |
The End.