5,277 Posted Topics
Re: You have several options, but since you to provide additional feedback to the user after the message has been sent, i think it would be best to incorporate AJAX into your code. The flow of you web application would be something like... User submits to send an email, you send … | |
Re: I think you have to be clear on your goals and objectives. You indicate that you want to pursue your passion, but that you dont have motivation. That sends a mixed message. It may be that the problem is that you are very interested in web designing, but not very … | |
Re: You still have the CSS for your footer set to position:absolute. As Dani pointed out, change it to fixed. Also, I assume that you want your copyright div to be included within one footer... <div id="footer" style="text-align:center;"> <table align="center"> <tbody> <tr> <td><p class="footer_heads">Social</p><hr></td> </tr> </tbody> </table> <div id="copyright"> <p class="small">Powered … | |
Re: > I have tried several different things I AM connected to the internet but it still won't let me browse. How do you know you are connected? Did you validate that you can PING some Internet hosts? Have you tried with another browser such as Chrome, Firefox (just to determine … | |
Re: Hello dangeroz- its fantastic that you put this code together and created a thread, but it would be more helpful if you provide additional information such as what questions, issues, or errors you are experiencing. Without this additional information, we have no idea what it is you are asking or … | |
Re: Hello and welcome. I've been a PeopleSoft end-user in the past. ERP solutions are great. | |
Re: Its definately better, but I would actually recommend that the "read" icon be removed altogether. If the "new" icon is not displayed, I know that I've already read the thread. | |
Re: So, based on your description, you want the behaviour as follows: If a user visits www.abc.com, or www.xyz.com, you would like the user to access the xzy.com website? Correct? The first step is to set up your DNS records properly. If you manage the abc.com zone, log into your DNS … | |
Re: The PMP certification is much easier and quicker to complete when compared to a Master's degree. If having the PMP makes you more marketable, then just get it done now. however, if I am not mistaken, a requirement of the PMP certification is work experience. You may want to look … | |
Re: I've participated on a several forum type sites and I typically don't care for those with the "canned" look and feel of a forum. I gave up on them and stuck with MS for a while. In the past two months i've even stopped participating on the MS Technet forum … | |
Re: > Could it be the external HDD? It could be the hard drive. You can validate this by using the local hard drive and seeing if there is a difference. keep in mind that your secondary storage is the slowest component in your system. If on top of that, you … | |
Re: Please continue the discussion on this thread: http://www.daniweb.com/web-development/php/threads/461267/re-how-can-i-make-this-possible | |
Re: I don't believe it even matters anymore if we are taking about meta keywords. But to answer your question, I'd do neither. Neither of your options seem to be appropriate. If you are storing information about each page in a database table, you could always add an addition table column … | |
Re: I'll throw my two cents again...like I mentioned before in another post, from my perspective when I'm on an interview panel (which I've done quite a few)... I weigh pretty heavily the person's behaviorial aspects because these are the things I can't help change. I could always invest in someone … | |
Re: Looks like there is a problem with TCP/IP on that computer. Is this a Windows system? I've resolved this issue in the past by removing the NIC from device manager, letting the system rescan and install the NIC again. When did this start happening? Do you recall an event that … | |
Re: What do you mean by 15 second trial? Can you plug the power source, remove the battery, and see if it powers up? Any lights or activity? | |
Re: If you are asking for someone to diagram this for you, it's unlikely that's going to happen. What would be more beneficial for you and the other members is for you to give it a try and ask for comments/feedback regarding the components listed above. | |
Re: Playing video in a web page is fairly easy. The trick is to include the correct elements so that its cross-browser compatible. One of the easiest ways is to host the video in youtube, then embed the videos in your web pages. However, if you have the video file and … | |
Re: What restrictions are you referring to? Can you be more specific? The solution will most likely involve client and server side scripting. Do you know how to work with JavaScript? | |
Re: So what are you trying to do...style after the page is loaded, or your title suggests prevent the stylesheet from loading? Im not sure exactly what you are trying to do..please clarify. | |
Re: Welcome back. There has been quite a few changes while you have been away. | |
![]() | |
Re: I'm not that great on PHP yet, but just following the logic of your code... When the form is submitted, these input elements are going to be available on the target page (test.php). On your target page, you are assigning a variable $min_length = 3. Ok, then your first conditional … | |
Re: >I need your help to provide me with some tips/guidelines about the process of developing online discussion forum. In other words, you want us to do your assignment? Nice. As Stuugie mentioned, you should have those guidelines. If you do, which part do you need help with or are not … | |
Re: I hate just to provide a link without some type of detailed explanation, but in the case of Nielsen Norman group, they have this information on their website. For example... 119 articles on website usability: http://www.nngroup.com/topic/web-usability/ Here is a good one on [Design Guidelines for Homepage Usability](http://www.nngroup.com/articles/113-design-guidelines-homepage-usability/) | |
Re: I don't have access to IE9 at the moment, but what I do when testing sites is use a site such as browsershots.com to test my site(s) using various different browsers. When I get a access to IE9, I'll test for you as well. | |
Re: @Rahul47, I suspect that bbb.com is just a placeholder, not the real action URL. @Dinh Nguyen- Are you trying to submit the form when the page loads? If so... <form id="myForm" name="myForm " method="post" action="result.jsp" /> <input name="var01" value="var01 " /> <input name="var02" value="var02 " /> <input type="submit" name="searchButton" value="Search" … ![]() | |
Re: Just as an FYI, trendmicro reports one of your javascript sources as dangerous...http changed to hXXp just in case this isnt yours and it is embded somehow... `<script type="text/javascript" src="hXXp://fileice.net/gateway/mygate.php?id=414f546e48424f5a6c305a7642513d3d"></script>` | |
Re: Sure...so with regard to this statement... >The problem is that I can’t just do it as one fell swoop like how you normally would. You are correct, but there are some methods you can take to mitigate the issues, or at least address them in phases.. Ok... >Created a GPO … | |
Re: Network slowness issues will generally require deep analysis. It could be a port mismatch problem, server OS, disk subsytem, application issues, bad SQL queries, etc... You may want to take some packet captures to see where the delays are. You may see retransmits, or simply delays in the response from … | |
Re: > i could just input in my browsers address bar that would log me in directly for instance if you check the html source of the webpag If you take a look at the source which I assume you have, you can clearly see that the method is set to … | |
Re: What exactly is your goal? To create an ecommerce site? Please take the time to provide some details if you expect any type of help and/or guidance. | |
Re: Just to add... What styles are you applying that are not working? There could possibly be some work arounds (alternative approach, vendor specific properties, etc..) but you haven't provided much info so providing additional guidance is challenging. | |
Re: Have you tried using fixed positioning to place the your content in the lower right corner of the page? Where is you relevant code to see what to have done thus far? | |
Re: Its an indication that this PSU is compatible with the ATX12V V2.3 standard. Newer boards with newer type of components (more fans, SATA Drives, etc..) required that the newer power supplies provide more power. The standard has gone from the old days AT --> ATX --> ATXV12 --> ? | |
Re: Maybe it would help if you provided a link to your site or at least relevant code so we can see what is happening. | |
Re: XAMPP is an easy to install Apache distribution containing MySQL, PHP and Perl. XAMPP is easy to install; just download, extract and start the installation. Start here --> http://www.apachefriends.org/en/xampp.html > i click the submit button it moves to form.php but does not provide the end result which is being fetched … |
The End.