Jump to content

FaiL___

Member
  • Posts

    164
  • Joined

  • Last visited

Everything posted by FaiL___

  1. I can't at the minute, the car's at my girlfriend's. I've found a forum where someone found a suitable replacement, and posted a link to that, and it looks right, so I might give that a try if I can't find one anywhere else
  2. No, its separate from the ignition coil, there's a wire going from that to the capacitor That's a good idea, thanks
  3. Hi all, looking for a part for a Peugeot 206. Not sure if anyone here can help, but looking for a FACON 2022 2.2μ Ignition coil capacitor. If anyone knows where I could get one of these, could someone let me know or at least point me in the right direction. Cheers in advance.
  4. I have a series of essential key-value pairs to display on a webpage, e.g. Name: John Smith Description: Some description and what I want is to have the value of the pairs be aligned, e.g. Name: John Smith Description: Some description Is there anyway to do this without a table? Cheers in advance
  5. Hi. I am looking into PHP microframeworks and want to know what the pros and cons are for different types. I have used a little bit of laravel, so I tried looking at lumen, but from what I can tell, this is only for developing APIs and not full sites. Please tell me if im wrong by the way or point my in the direction of a tutorial. I've done some research and it just seems as if all the microframeworks are for API development and all the full frameworks are for the full sites. Cheers in advance.
  6. Hi, I have got this working on my local machine, but tried to upload this to my vps and I am getting the error in the title. I am running laravel and artisan. I was advised to uncomment ;extension=curl in php.ini, but then artisan gave me a warning saying module 'curl' already loaded. The solution for that online was to comment ;extension=curl in php.ini, so I am back in a circle. Someone help me pls.
  7. Hi all, I have just dual booted ubuntu alongside my windows installation, and everything is running fine, except for at startup, i'm not given an option to select which to boot into. I have to go into my BIOS and boot override into ubuntu if I want to. Is there a way to do this so it says "Choose which OS to boot: Windows/Ubuntu"? Cheers in advance
  8. To be honest, I've never done anything like this before, i've barely done any web dev stuff, so I googled tutorials on SPAs and they were all from 2014 about AngularJS. What advantages does Angular have over it?
  9. Hi, so I am building a web app that shows maps and information about 2 cities. I have 3 pages, a main page with a single map showing the two cities' locations, a page for city 1 with their map and a page for city 2 with their map. I am trying to refactor it to be a SPA using AngularJS, but from what I can tell, no javascript is being executed in the ng-view, so the openlayers maps aren't showing. I have tried to resolve this issue using openlayers directives, but everything I can find is using openlayers 3 and I am using openlayers 5. Any help or pointers of what I should be googling would be greatly appreciated. Cheers in advance.
  10. Hi, so I'm looking for a download of the SceneBuilder used in Netbeans 8.2 (Ubuntu 18.04). I've looked online and have followed links all through oracle's website and haven't been able to find it. If anyone could help me out with a link or a pointer into the right direction, that'd be awesome. Cheers in advance.
  11. I did know, he's starting a design and craft kinda company, like printing posters he makes and stuff, and basically, the drivers for the network port were only updated for versions lower than what his mac is on, so he can't use the network port with it, he has to use the serial port, and if you look in the link i put in the first op, it states that most cables follow a standard, but this one does not.
  12. The problem is that I don't know what cable it needs, as it seems to be a proprietary cable that doesn't have a name
  13. My dad has bought a printer. He needs a serial port cable for it. These are the specifications. Where might I be able to buy one. Thanks in advance https://support.hp.com/us-en/document/bpp03782#AbT14
  14. I do have the code: https://pastebin.com/2tcp0buv and I know there's probably a better way of doing the mobile formatting, but I've done my code in an awkward way and am still working on it, so I will definitely look into that when I get round to updating that. EDIT: Just excuse my horrible and messy code
  15. I'm getting an Error 500: internal error when loading the php document.
  16. morganwelch.co.uk/weather and i will check the log now
  17. So it looks like just the head of the document is loading in, which is why the background is correct, but everything in the body is not being shown.
  18. No, none at all, there's a page first that requests for your location using an html form, which works fine as the majority of the page is in html, then it sends you to my main page, which just shows a black screen except for the background colour, which is correct. It looks like just the echo statement isn't working as the php in the location selector page works fine as that is what sets a cookie, which i can see being set.
  19. Hi, for the past 2 weeks I have been making a website. It's very basic, but it works and have just bought a domain and vps so that it can be hosted. PHP is installed on the server as well. I have uploaded the exact files that worked on my laptop using xampp and it doesn't work, none of the html that was echo'd inside the php is working, which is essentially my whole site. To test to see if the files were corrupted, I downloaded them off of filezilla and added them to my desktop. The code works fine there when using xampp too. Can someone please help me, cheers in advance.
  20. Yeah, at the minute I'm just using lamp on my laptop (it's ubuntu anyway) and I'm just accessing it through localhost, doing the same thing on my desktop, but thought it might be easier if I could host it externally so I could access it while away.
  21. Yeah, I wish I could have something that I could run 24/7, but I need my laptop for Uni work and my desktop will probably burn the house down. I'll have a look at that site though.
  22. Hi, I am looking to find a cheap service to host my website. I'm studying compsci at uni and do not need a website builder. All I need is somewhere where I can upload my files and give them the domain I own and have them host it. I can't seem to find what I'm looking for and was wondering if anyone had an idea of such a place. It would also preferably be hosted in the UK. Cheers in advance.
  23. My div elements are named, I just wrote a simplified version of what I'm doing (on my phone), so just wanted to know if the margin: 50px; would work.
  24. Hi, I have created a div element in my html and I'm just trying to get it a little bit away from the edge of the screen. I've tried using this: div { margin: 50px; } but I just can't get it to move away from the edge. Any help will be appreciated. Cheers in advance.
×