Everything posted by Chris Day
-
WordPress MySQL Database Issues
Yea it looks like it has not been moved over If you have PhpMyAdmin or ssh access you can login in and export the table from the EKM Powershop database and import it to the wordpress database SSH Commands: Export: mysqldump -u {username} -p{password} {database) {table} > {file}.sqlImport: mysql -u {username} -p{password}} -D {database} < {file}.sqlKey: {password} = should be the sql password there should not be a space between the p and the password, you can leave it blank but you will be prompted for it {username} - the username of your sql user {database} - the database of the table you want to export/import {table} - the table within the database you want to import/export {file} - Where the outputed sql will be saved, or the file to import
-
WordPress MySQL Database Issues
The table `vinvi5e_interface_taxonomy` does not exist try porting it over from your original site While your there check that you have these as well: vinvi5e_terms vinvi5e_term_taxonomy vinvi5e_interface_taxonomy
-
A few questions about the industry.
I worked at mc Donalds and a wood factory when I was offered my job, they hired me over several people who had degrees. A solid portfolio is much better then a bit of paper. As for getting into the industry I would advise (if you can afford it) is to get apprenticeship. I really wish I would of when I left school.
- Anyone know how to make a forum
-
Music while working
when a colleague is assaulting his keyboard i will listen to bbc radio 1, i use to listen to heart but there was an annoying advert that was annoying so i stopped listening
-
Which Laptop should I get for Web Designing?
For development i use Linux because: - CLI - I don't do any graphic design so no need for programs like PS - Work spaces - package managers (no bloatwear) - The money you would spend on a windows licence/mac could be spent on better hardware - Easy to customize ... Dont like your desktop environment just install a new one What i have done for my home PC is have windows and arch linux set up as a dual boot system so if i want to do development i can use linux but if i want to play games use windows but that's all i ever use it for)
-
Node meeting 1::Node homework
I have just completed upto 10 after lunch ill see how far i can get with the last few
-
hover on an element and change the opacity of another element with different z-index
can you paste the html code
- Simple stock extchange game
-
What are you working on? - node.js
Started work on replacing my LAMPP server with a node server got all of the domains working, now i just have to port a few projects over (luckily noting major 95% of it is HTML/CSS). I have a few mates that have small businesses, so i may help them out with a website just so i can speed up the learning process
-
Scheduling meetings
What sort of time Thursday, as if mt foot heals ill be playing football to about 8ish then will probably go to the pub
-
MAP ATTRIBUTE
what like: https://jsfiddle.net/m7rznovf/ (was made using http://imagemap-generator.dariodomi.de/)
-
MAP ATTRIBUTE
You can also use poly http://www.idocs.com/tags/images/_AREA_SHAPE_POLY.html
-
How can I make Bootstrap columns all the same height?
did you add the css from the fiddle? also you may have to change the col-xs-4 to col-md-4
-
How can I make Bootstrap columns all the same height?
look at this fiddle https://jsfiddle.net/em09bep4/1/
-
How can I make Bootstrap columns all the same height?
you set the row to have a min-height, as the content expands the height will increase
-
How can I make Bootstrap columns all the same height?
you have to give the row a height, then you can tell the columns to be height 100%
-
CSS PIXEL !
On a desktop the screen would have horizontal and vertical scroll bars so the user can scroll to see the whole image. On a mobile it wouuld zoom out so you can see the whole page (unless meta tags prevent the browser from doing this)
-
What are you working on? - node.js
Oh yea ATM our software polls php scripts up to 3 times a second (this is the worst case) we have plans to move any ajax polling over to sockets as its just alot more quicker, plus when you want to turn a light on or turn your boilers on there is not a slight 1 second lag. One thing about speed when we bench marked selecting data from both MsSQL/MySQL databases (1k, 25k, 100k, 500k, 1m records at a time) node.js was alot slower almost 2 times slower then php. But this was using an ARM chipset not intel (im told by a colleague that it makes a diffrence).
-
What are you working on? - node.js
Well our PHP proxy is very slow due to limitations on how our old product was coded, so we had to do two curl requests per page load rather then just the one. We could re-code it in PHP and there would not be much difference speed wise, but as we will be moving most of our web development over to node in the future so we can start using sockets we thought it be bets to start using it sooner rather then later. I could make it in PHP and run a few benchmark tests and compare the results but as it is just bacicly a curl request i cant see there being much diffrence
-
What are you working on? - node.js
We have a few hundred Linux servers connecting to our main server via ssh tunnels. Our reverse proxy is currently written in PHP, gonna be re-writing it in node.js.
-
Continual Music across pages
All radio sites i use always opens the player in a new window, this would be the easiest way if the site is already developed, if not as they said above js/ajax would be the best option. Maybe have them both so you can support non JS users
-
Bootstrap dreamweaver problem
Yup my school were teaching people how to use frames via dreamweaver design view, blew my teachers mind when i used ajax loading If you have used DW i suggest using brackets, if you are coding CSS/HTML there browser live view is great and the code completion is very similat to DW (or is very similar to DW mx8 what i had to put up with at school )
-
Help Rqd - Page Not Loading Cleanly
you could add a overflow-Y: hidden; and a height to the slider container, this would hide the images untill the slider has loaded and positioned them correctly. Or you could get a bit smarter and only load a single image in the container and once the page has fully loaded then load in the other images. This would speed up the initial page load too as you will only be loading what the user will see.
-
I think Ive been the UK's cheapest web designer/developer - Just gone Self employed now.. Advice please
I very nearly fell into the same trap, but i got offered a better paying job a month before i was going to join them. In the end my mate got the job and he is in a very similar position. I cant really say much more as they are in the middle of a legal dispute.