5,277 Posted Topics
Re: maybe the program is on-hold. havent seen any other information lately. | |
Re: I don't believe you are going to be able to get a free second level .com or .org address for free. There are some organizations that will give you a "free" domain name if you buy services from them. You can get a free third level domain name from sites … | |
Re: I still feel like a noob and embarrassed to ask questions. ![]() | |
Re: No one is forcing anyone to upgrade. If you want to continue running XP, you can just unsupported in about a year from now. If someone doesn't like the way Microsoft charges for their product, they don't have to buy it. Unfortunately, its easier said then done especially in the … | |
Re: diafol's example while not complete is the generator you need. all you are missing is reading from the source, which in your case, i assume the file system. Here is an example i found with a quick search that could easily be modified to fit your needs. https://css-tricks.com/snippets/php/display-styled-directory-contents/ | |
Re: I accessed your site using Chrome and it looks fine. I didnt have to refresh the screen. Now, before accessing your site, i did hit F12 to bring up the dev tools (console log) in Chrome and it appears you have a problem with line 5 in your index page... … | |
Re: ryantroop is referring to the fact that you have a lowercase w in "WebSocket". The system even placed a ^ under the w to let you know that there was a problem. | |
![]() | Re: even though it looks like the traffic is coming into 192.168.0.1, i am wondering if the users that are having trouble also belong to a 192.168.0.x subnet while connected via ssl-vpn. They are probably sending the packet to their router which is also running DNSPROxy, but are not getting the … |
Re: Apply will apply your changes without closing the window. OK will apply the changes and also close/exit the window. | |
Re: Run the page and click view source from the browser. Examine the src attribute for the images and see if the path to the actual image is valid. Problem is likely with your use of server.mappath. https://msdn.microsoft.com/en-us/library/ms524632%28v=vs.90%29.aspx | |
Re: You can partner with various companies that will provide the ads, such as google adsense. there are others out there. >and how to approach companies.? you have to build relationships with those target companies. Its a bit more complicated that just picking up the phone and calling someone. If your … | |
![]() | Re: i'm gone for two weeks and the site changes. lol. been very busy working which is very good and out of my normal routine. |
Re: How are you displaying these records? Are you using a web application? | |
Re: The process of acquiring a certification is as follows: Study for the test, pay for the exam, pass the exam. There aren't any out of the ordinary special requirements for the CCNA. You may want to visit their website for me details for each certification. | |
Re: Yes, when I was a kid, I had the Atari console. The one known as the 2600. | |
Re: I typically develop in asp.net so I use Visual Studio. Its an overkill for just html, css, and javascript, but Visual Studio does provide the ability to develop using design view, code view or both. There are also websites that allow you to code online and see the results in … | |
![]() | Re: From the Microsoft portfolio, I'd say give Win 7 a try since you can easily apply a windows classic theme so it will look and feel like an XP machine using a classic theme. I'm not find of Win 8.x and I'm not thrilled about what I've seen so far … |
Re: Assuming that all of your hardware is OK, are you sure there isnt a task scheduled to shut the system down after 15 min? maybe malware that is doing it? To rule out software, i'd boot the system to a bootable linux distro and let it run and see if … | |
![]() | Re: Are these rows being added client side or server side? |
Re: This thread is 7 years old. Its clear that a computer in 1995 and still in 2012 requires RAM to even start up. Can someone mark this as solved? | |
Re: First, you need to establish that 192.168.1.1 is actually the IP of your router. Open a command prompt on your computer (if running Windows) and type IPCONFIG, then hit the enter key. Look at the default gateway IP address. This is going to be the IP of your router. I … | |
I'm an XP lover and while I have moved on to Windows 7, my Windows 7 machines are configured to look like the XP Classic interface as much as possible. I'm pretty happy with these machines for now... I know that there is another popular DaniWeb article concerning why XP … | |
Re: Does the account that doesn't work have two-step verification? If so, you need to create app passwords. https://support.google.com/mail/answer/1173270?hl=en | |
Re: If you are getting a different IP when checking online, that may be an indication of a double NAT or some type of proxy service ahead of your Internet connection. If that's the case, you would have to create that port forwarding rule at the outermost public IP point for … | |
Re: So many good members to choose from... Why not develop an algorithm that automatically chooses the featured member of the month? Someone that during the month had the most upvotes, reputation, activity points, endorsements... This is kind of related to the previous idea I submitted regarding having a dashboard with … | |
A while back, I was working on some web pages that required a tabbed menu at the top of the content. In addition, the requirement was that the page should not perform a post back when the user clicked on the individual tabs. It was very important to have a … | |
Re: So, just to clarify... HP did not have the wireless driver available for Windows 7? Is that what you mean? | |
Re: >I am developing a software which will connect to the same database as another application. Is there a term for that? I cant think of a techincal term, but in any case, this is that uncommon. Databases are generally built to allow multiple connections from various sources/clients. | |
Re: If you want to position it up and to the right, you could further modify the margin properties. However, this all depends on what else you have planned for this page. For example... margin-left: 50px; margin-top: -15px | |
Re: >You'll have to open this picture in another tab to get the effect because it is an animated gif. It's a false colour illusion. that one is really neat. >I don't understand that one Jim if you stare at the dot, one the "timer" expires, the buildings look like they … | |
Re: You should be checking to see if the user is logged in and if the user is an admin. What i would recommend is that when a user logs into your system and you check the credentials and roles, you should be storing some information in session variables. Then on … | |
Re: This is such a personal decision... For me...i've spent the last two decades working with Windows products... i'm getting tired of Windows. In my case, i have an iMac and a windows desktop, windows laptop, iphone, and an ipad i never really use. i find most computers/devices to be... eh...not … | |
Re: ah, hate those days.. not that it would help anything on your list, but i'm a minimalist. I try to achieve a deeper level on a daily basis. the more you have, the more energy required to keep things managed (physically, emotionally, mentally). the less you have, the more energy … | |
Re: Just build the link and include a query string parameter that you can retrieve on the target page. For example.. echo "<td><a href='single-post-page.php?post=" . $row['ID'] . "'>"; On the target page, retrieve the value passed. $_GET['post']; | |
Re: i was very fortunate that i had over 15 years experience when i was working on my BA and MS degree. I think working on your education and in your field at the same time is definitely more effective than doing either individually. Good luck with your study group but … | |
Re: >. i want to upload image with hide input type file but doesnt work please clarify what you are trying to do. I dont understand the logic/worklow | |
Re: If you take a look at the soure of the page and find the element where the video is being played from, you'll see that the source of the videos comes from ytapi[.]com. maybe there are doing some type of proxy/streaming because i cant beleive they would have all of … |
The End.