5,915 Topics
![]() | |
I am trying to set-up some virtual hosts on a fresh install of Ubuntu 12.04 and not getting expected results. I am using [this tutorial](http://blog.code4hire.com/2011/03/setting-up-virtual-hosts-for-apache-on-ubuntu-for-local-development/) which I have used before without fail. The challenge seems to come with restarting apache. $> sudo service apache2 restart * Restarting web server apache2 … | |
# # Based upon the NCSA server configuration files originally by Rob McCool. # # This is the main Apache server configuration file. It contains the # configuration directives that give the server its instructions. # See <URL:http://httpd.apache.org/docs/2.0/> for detailed information about # the directives. # # Do NOT simply … | |
Hi, Iam trying to post a form with cookies using [Requests module](http://docs.python-requests.org/en/latest/). When I post the form and see the page with the results, there is an error in the page, saying that I didnt fill one field right. Iam absolute sure I fill that field right. When I post … | |
Hello, I wonder what seo technique should I use to create a search result such as: GOOGLE: [ Adobe ] Result: Adobe www.adobe.com/ - Terjemahkan laman ini Adobe is changing the world through digital experiences. We help our customers create, deliver, and optimize content and applications. Downloads Adobe Acrobat Reader … | |
Sorry to pester everyone with my lack of knowledge, but any help on this matter would be appreciated, thanks: So, having looked around various forums and threads i found that mouse simulation and mouse clicking can be achieved through VB.NET; more specifically, i found this code: Dim pointer As New … | |
I have a wireless access point. I can connect to it just fine. I can go to Google and I can type in a search, however I cannot GO to the searches result links at all. I've tried IE and Firefox and both the same. I can search for something … | |
Hi, Jim and All, How do you handle a java applet in a webbrowser control? It seems that no event fires up when a java applet is loaded in webbrowser control, by the way, the applet is in full screen and this is a company applet, meaning I did not … | |
hello, i am corrently making a desktop application which store the username and passwords from different account. now,i want to know that how can i fill this username and password in particular web site when i click on button. i have written the code for opening the web browser,when i … | |
hello how are you today i have a problem with cache when i visit my site i saw the old topic of my site until i hit ctl+f5 to update the page so how ca i solve this problem is there any way to prevent browser store cache i have … ![]() | |
With my code below, IE keeps cutting off the top border portion of the box around my dates. Can anyone get this to look good in IE. I suck when it comes to that kinda stuff. And yea, no picking at my overall coding skills either - I know that … | |
I am trying to create a drop down menu using UL and LI elements. Each LI is an image (of same size) and there are no Bullets in the List. In IE, the list Items are left-aligned as I want them. In Chrome the list Items are right aligned with … | |
WebRequest and WebResponse has issues I wrote a C# program that uses WebRequest and WebResponse to perform a simple web crawler. I discovered something about web sites. Web browsers such as IE and FireFox offer the capacity to view the HTML source code. But it seems that html code that … | |
Hello, I am having an issue with my footer in IE 8. IE is increasing the padding, and bumping the newsletter sign up box down, when it is supposed to be on the same level as the links. Any thoughts as how to fix the padding problems? Site can be … | |
hi there. I created HTML and PHP file to filter web form data based on multiple drop down filters. Here goes the form. when i run the form and PHP, i don't see any results in the browser. There is no error either. I am working on a example posted … | |
I have developed a application in java that connects to facebook on the basis of access token. I can produce access token manually by feeding in urls in browser. But I need something that automatically give me an access token. I am getting no idea, whether I can do it … | |
i have a php application where users can apply for a bonus. but there is a confirmation page before the bonus redemption code runs. the issue is that in IE, if you hit f5 right after you click the continue button, the confirmation page refreshes while the bonus redemption code … | |
IE9 is on the horizon, and there has been plenty said about it. But what about its web development aspects? In this article I look at its web developer tools, and decide whether I'll start using it in my own web development. Like most web developers, I abandoned IE several … | |
After trying various solutions to the problem of Firefox crashing (a problem that began about a month ago), it looks more and more as if I'll be forced to phase out use of FF altogether, in favor of Google Chrome. As a last-ditch effort to salvage FF, however, I thought … | |
I'm trying to add a floating menu that spans 100% and sticks to the top of the page, but the content that's meant to flow behind the menu keeps going to the front in older versions of IE. I notice Forbes.com fixes this issue by having their "sticky" menu just … | |
How can i block tor browser? I have some users who are bypassing our websense by using it | |
hay how is everybody here, I have this form which should sign up users and send email to them to confirm they emails the users sign up OK but the Email don't go at all to the users email see my code and please need help on this. <?php if(isset($_POST['submited'])) … | |
Hey guys, I'm currently experimenting with WURFL; I tried to set up a WURFL File to track my own browser and later other devices and browsers. However, it is an example of the o'reilly book " Mobiles Web von Kopf bis Fuß" or English title Head First Mobile Web". Can … | |
 Just wondering, is the attached an intentional visual display or a glitch? Reloading the window does not reset the bar to its normal position. Edit: This is still occuring while the web browser is maximised also. Edit2: Also the alignment to the last reply to topic is off. | |
When you create your own personal web page, in addition to his own web design capacity, you should also check out the 24 things you need to know who was ahead recast in order to make your website attractive, attract more people to see. Website design Creating a template uniform … | |
Hi have a problem with css my code is this: #menu-wrapper { position:absolute; top:0; height: 34px; width: 100%; background-color: #E95D22; margin: auto; } Normally it looks like this which is what i want http://picturepush.com/public/10127434 But when i resize the browser it looks like this but i want it to keep … | |
Well I know how to upload image (.gif, .jpg, etc) resized, resample, add link to database fetch link and display images on webpage. But now I need to be able to upload documents on server, add link in the database and be able to display those documents on the web, … | |
I am having an issue with my footer in both Chrome & Internet Explorer 9. It is supposed to stick to the bottom of the page, no matter how much content is on a page. However with these browsers it shows a gap, any ideas why this would happen? Can … | |
Hi everyone. I've been using dbmasters formm@iler.php for the past couple of years without any problems. No great credit on my part as I'm a complete dummo when it comes to PHP. In this case the script just worked out of the box so to speak. Recently a number of … | |
Hi All - am using dbmasters formm@ailer for some time - no problems until recently. We require the engine size to be completed in cc. This has not been a problem until recently when we are often receiving a 'X' in the field. I'm stuck with Javascript. PHP extract as … | |
Hello all, Im trying to do this tutorial on cakePHP website for 1.3 It asks me to use the cake bake function to automically create models based on the tables I made. (using .cake bake all) The bake functionality it self works great, but it presents one problem. cakePHP creates … | |
Hi, Can anyone tell me alternatives to focus() and blur() events in jquery as they dont work in chrome? On focus I am adding a div and on blur that div is being removed. Thanks, VC ![]() | |
In every recent version of Firefox I've downloaded (up to 15 now)I've had sluggish behavior and frequent crashes. My antivirus software sends me a popup while I'm in Firefox saying, "Warning: High disk usage by Mozilla Firefox" with a quote as to how many MB the program is using. The … | |
Hi- I need to create a program, or maybe a script of some sort, or even a browser extension possibly. I'm not sure... need some direction. Once logged into a webpage, I'll do this manually, I need to-- auto refresh the page every XX amount of seconds Detect a change … | |
Here is my propblem. It's going get to get confusing or at least I'm confused. This is connected via ethernet to my router (e.g. name: RogerRabbit). Guest OS: I have an Openfire Server running on a Linx Mint 8 Virtual Machine. The address is XXX.XXX.X.107 Host OS: Windows Vista XXX.XXX.X.106 … | |
Hello I have a site designed based in cms. There is a problem displaying a single page in ie(internet explorer). But in firefox and chrome it seems to be fine. I am tired of searching bugs. The problem is, In ie the footer and some content of the body is … | |
i want creat a login client application have webbrowser1 ,text1 = username , text2 = password, button1 = login and here is link , but user name and pas is wrong http://188.165.91.36//login.php?username=honey&password=333 i dont want to use http post method i want to use web browser | |
Hi all, I want to get a cookies value from one .aspx.vb page to another .aspx.vb page.but i can not get it. i give the code bellow: This is in:(webForm2.aspx.vb):in this page I set the Cookies value webForm2.aspx.vb (code): Protected Sub ImageButton1_Click(ByVal sender As Object, ByVal e As System.Web.UI.ImageClickEventArgs) Handles … | |
Okay I have a database where it stores the users information, like their login name, email, and password. They can upload videos to my site, when they upload the videos, it saves to a database, the database is set up like this, VIDEONAME EMAIL NAME funny sample@email.com abcd.mp4 It stores … ![]() | |
Web browsers use and store cookies in many different ways. First each browser stores the cookies differently. For example IE stores each cookie as a separate file in the cookies folder. Firefox stores the cookies saves all of the cookies within a single file in the users profile. Also each … | |
Once again my school laptop has failed me. I downloaded UltraSurf and tried to run it at my house, where it connected 100%. I came to school, the place I was always going to use it, and it could never go past 99.9% connection. I realised it wasn't working, so … | |
Hi I use linux in my laptop. and I don't like to have a windows on it (any way). My collage website designed with .net and aspx. It has greate features and the site application is something like a desktop application in a browser (greate job). Somehow it's nothing but … | |
I'm having a terrible time foguring out Internet Explorer and its two versions. I pinned it to the taskbar, but when I click it, it opens a second icon running the 64 bit version of IE. Clicking links in emails and external applications opens the link properly in my pinned … | |
Install this to have google chrome for all users. This installer installs Google Chrome on the Program Files Folder: http://www.4shared.com/dir/FixWjXZq/Softwares.html | |
Hi Guys I am currently setting up a cookie message to tell users of the site that cookies are being used (EU cookie law) I have managed to get this working on all desktop browsers, however I am having issues with mobile device ie iPhone, iPad, Galaxy tab etc I … ![]() | |
Hey everyone, I'm developing a web app for iPhones and hopefully, it can be rendered using an android device as well. I'm using HTML5, jQuery for mobile and cakePHP. Is there a way that I can convert my code to some other code that will produce a hybrid app? I'm … | |
I am having trouble with this code: This is the init.inc.php file <?php //init.inc.php file session_start(); $exceptions = array('signup', 'login', 'index'); $page = substr(end(explode( '/', $_SERVER['SCRIPT_NAME'])), 0, -4); // SQL stuff. mysql_connect('SQL host','username','password'); mysql_select_db('database name'); include('user.inc.php'); //$_SESSION['uid'] = 1; if (isset($_COOKIE['username'], $_COOKIE['password'])){ if (valid_credentials($_COOKIE['username'], $_COOKIE['password'])){ $_SESSION['username'] = htmlentities($_COOKIE['username']); setcookie('username', $_COOKIE['username'], … | |
# Windows 7 browsers at home cannot browse any websites # Cannot access web sites with any browser (IE9 and Opera), but can ping web names and addresses in command window, have already run **----------------------** netsh winsock reset - completed ok netsh interface ip delete arpcache - completed ok nslookup … | |
I would like my vb2010 program to click on a javascript element on this webpage depending upon what they choose, here is the source of the rating system, thanks in advance: <div class="basic-info-rating basic-info-user-rating" style="display:none"> <div class="rating quick-rating"> <p class="average rating-3">3 stars</p> <ol class="user" data-analytics='{"click_id":1865,"events":"event6,event7,event24"}' data-ypid="5550608"> <li class="rating-1"> <a data-analytics='{"rating":1}' … | |
Hi folks, I'm unable to open web pages in any browser (Firefox or IE) - I get the message "server not found." I have a little portable router I plug into my USB slot and I just had it checked; it works fine. I can use it to connect, but … | |
Hi, I am having a couple of different issues. Here's my situation... if anyone has any input, it would be greatly appreciated. 1) A couple of days ago, while I was working on the wi-fi at Panera, I lost internet access. 2) When I went home thereafter, I was able … |
The End.