Everything posted by Chris Day
-
python and node
Whats your budget and required specs?
-
I'll pay you US$ 1000 to redesign a single page website to me
You wont get anyone here with those terms
-
Site layout and font has changed since SSL cert...
It is because you are loading the fonts over http rather then https you need to find thge @import or css include and fix that
-
Site layout and font has changed since SSL cert...
have you got a link to the website?
-
Poachers
I only do freelancing on the side so our opinions may be different. I don't really see a big issue with this, if a customer wants to go else where that should be up to them. At the end of the day why should the customer be tied down to you when they can shop for cheaper/better alternatives elsewhere. You would do that for anything else like a TV, insurance, internet etc ... why should web development be any different. Any customer that i do work for has access to the original source code (hosted privately on my git server) and has full ownership of the hosting and domain. I've seen too many developers hold domains/websites to ransom over any dispute and i think it is wrong and gives the rest of us a bad name.
-
getElementById
I have made a quick example of how a few different selectors work: https://jsfiddle.net/ksyxmo12/12/
-
getElementById
Are you using the same ID multiple times? Its good practice to have unique IDs within the DOM
-
Review of Website
At the moment there is way too much information on the front page. The top hero section is hard to read with the busy background, either make the background simpler or remove some of the text. The next section is alright it looks clean and organized. The next hero section again looks too busy there are too many images, none of which really showcase your work as they all blur into one. Maybe increase the margin around the images and maybe give them a border. The next section looks clean, maybe you can use the carousel for the above section images too? In the footer there is way way too much text on my screen the footer uses the whole page. I would only have 3 or 4 columns. The whole page takes way to long to load, with over 150 requests and over 3MB of data on a mobile this would be awful.
-
PHP contact form sends without user content
Also you have two textareas with the name "Comments"
-
Adobe XD - FREE (LEGIT)
Oops that is what i meant to say but i had the wrong name in my head ?
-
Adobe XD - FREE (LEGIT)
Adobe have released their Bridge product for free. Check it out here: https://www.adobe.com/uk/products/xd.html
-
Zoom on Hover
add background-image: url(url here); to .zoom
-
Best web hosting for very lite website
I have used one.com several times before and was the first company i used when starting out several years ago. Their customer service is really good and they have resolved any issues I've had very quickly. When i first used them they were 1GB packages but almost every year they upgraded the capacity for free (now at 25GB) I still use them for 1 or two of my sites that ive yet to migrate over to my dedicated host. for you i would suggest the Hosting > Starter package
-
The Tradesman Theme
Desktops still account for 44% of the web traffic so IMO its still well worth supporting. People are supporting IE with an ever lower usage. I can see it would be easy to do this on mobile but on desktop it should be fine, I never had any issues and I was using a trackpad. -- -- Maybe what the tradesmen will need one category for services and another for past projects.
-
The Tradesman Theme
Using the gardening example: On a larger screen (1920x1080) the grid of services seems to be rather large. Maybe have a sidebar or have a fixed width? When clicking on an image of a service it would be good to go to the post rather then having to click the title. IMO there is too much transparency in places, sometimes a solid background color can be easier to read. The title is hard to read (green text on a green background) When viewing a service i would remove the "< {Prev Post Name}" "{Next Post} >" links and maybe replace them with a "Other Services" section.
-
xampp on linux mint
Why not install it from the different sources Apache, MySQL and PHP (google LAMP server on linux mint) If thats not an option you can run echo "{your command here}" > startXAMPP ; chmod +x startXAMPP then all you have to do each time is ./startXAMPP
-
New project?
That is a very similar idea to what I have had in the past, I play a lot of overwatch so was thinking you put your current team characters in, it then pulls your OW stats and chooses the best-fit hero for your team, could go one step further and enter what team the enemy has and then decide the best hero to play. But in the end, I have decided to re-brand myself and have more of a push on freelance work this year, I've always wanted to be my own boss and want to venture outside energy management applications
-
New project?
I want to work on a new project in the evening but i am struggling to find ideas, can anyone recomend a project to work on? I would prefer to work on a JavaScript/Node.js project but i can easily work with HTML, CSS or PHP
-
Best hacking/tech themed TV shows and films?
I was un-fairly comparing it to SV as i watched that first but still really enjoyed it, if i had watched betas first it would of been really good. They have also cancelled it so there is only 1 season.
-
Best hacking/tech themed TV shows and films?
Betas on amazon prime was ok/good
- How much do you charge per hour?
- Icomoon fonts not showing
-
Heart Internet root path?
what are you trying to do? what do you need the root folder for?
-
Grab multiple data from different tables PHP SQL PDO
SELECT * FROM users INNER JOIN projects ON (users.id = project.user) somnething like that (you will have to modify it for your tables)
-
Who highlights text when reading online?
I do if there are large blocks of text and/or if i know i will be interrupted whilst reading