So what are you guys using to test React? And anyone got any good comprehensive guides on how to test components properly?
So I'm remaking a client's website. He made the current super-simple one using this CM4All website creator, which is not great. He's said I can use whatever I want and his webhost has some tools integrated.
I can write it from scratch, but should I consider using any of these? I'd think it might be nice to leave him with something he can maintain himself, but is that really my problem? Am thinking about wordpress, might be nice to learn.
The site's just a simple website for his store, no interactive shit. Should probably be responsive though.
Anybody have experience building .Net dashboards?
Right now, a I'm using Highcharts for the presentation. Any other presentation layer solutions that you'd recommend? I'm loving highcharts right now, but wanted to look for some other options just to be sure.
Side note: Eventually I'm going to be getting SAP data in xml or csv form from a pull request and I need to parse the days into SQL Server. I'm not that familiar with SAP and don't know exactly what the data will look like until the pull is setup. So far, I haven't found great/any documentation for official SAP xml parsing support.
You could put in a title change request to any mod although I'm not sure what's wrong with it.
High Charts is decent to work with but paying for js libraries is automatic lose. I don't think anybody uses it but flot.js sucks and there's this custom dashboard thing with a GUI I'ved used called Logi which is possibly the worst thing ever.
Sounds like highcharts it is. So you won't pay for somebody's product just because it's JavaScript? I mean, what's the alternative? Build your own library, which costs dev time? The company I work for can afford the license. It wouldn't come out of my pocket.
I generally would avoid paying for anyone's library, period. Product yes, code, no. Highcharts is literally the only paid license library I've ever seen in javascript. Pretty much everything is open-source in the js community. If I need something it probably exists in github somewhere and even if not ideal I can modify it to my liking.
I have been learning how to develop over the last year or so, and I am beginning to feel quite comfortable with getting a site to look the way I want, however, I know that for many projects Wordpress may be a good option to use due to the customer being able to edit their own content, and also SEO plug ins etc.
I have wanted to learn how to use Wordpress, but I am not sure the best way to go about this. I have tried making my own wordpress site, but the custom features seem to be blocked behind a paywall. Also I would want to make all the styles myself, but there doesn't seem to be an option to start from scratch without a theme.
I do not want to commit to purchasing subscription, if I find out it does not really work for me.
You can download the standalone, open source (and of course, free) version of WP from https://wordpress.org/ and upload it wherever you want, then you're free to do whatever you want with it.
I have just been having a play around with this, but I have no idea what I am doing lol.
I have been learning how to develop over the last year or so, and I am beginning to feel quite comfortable with getting a site to look the way I want, however, I know that for many projects Wordpress may be a good option to use due to the customer being able to edit their own content, and also SEO plug ins etc.
I have wanted to learn how to use Wordpress, but I am not sure the best way to go about this. I have tried making my own wordpress site, but the custom features seem to be blocked behind a paywall. Also I would want to make all the styles myself, but there doesn't seem to be an option to start from scratch without a theme.
I do not want to commit to purchasing subscription, if I find out it does not really work for me.
Got my first phone interview on Friday for a Junior Front-End can't help but feel that my CV was just lies and I'm going to be found out.
I nominate "Table-based layouts are dead, long live CSS" for OT2.
Got my first phone interview on Friday for a Junior Front-End can't help but feel that my CV was just lies and I'm going to be found out.
Got my first phone interview on Friday for a Junior Front-End can't help but feel that my CV was just lies and I'm going to be found out.
Got my first phone interview on Friday for a Junior Front-End can't help but feel that my CV was just lies and I'm going to be found out.
How about "Let's go back to tables, they are easy"
There's an ordered chaos to the universe when you're trying to vertically center something and someone suggests, "Oh, just display: table, display: table-cell, vertical-align: middle!"
Got my first phone interview on Friday for a Junior Front-End can't help but feel that my CV was just lies and I'm going to be found out.
Out of those, absolutely WordPress. WordPress powers about 25% of websites and is a very easy to learn CMS for non-technical people to take over when you're finished. WordPress has it's faults, but many of those faults are talked about because of its popularity. Plus, non-technical folks have usually heard of it, and for them to have heard of something that makes it sound like the 'latest and greatest' even though it's been around for ages.
WP has a straight forward templating system and tons and tons of support because it's so widely used. It's fair to say that any problem that has ever been encountered has been encountered in WP.
The software can also be extended to do just about anything that most clients would ask of you. Using hooks, filters, and custom content types, you can build a very powerful, intuitive CMS on top of the basic CMS that comes out of the box with WP.
For WP Store fronts, you'll probably want to use WooCommerce. There are others, but similarly, WooCommerce is very popular, initially it's free (freemium model, base store is free, but add-ons cost money). It uses a templating heirarchy virtually identical to WordPress' native templating heirarchy so you don't need to learn something new, or figure out a new template structure. It's also widely supported by all popular plugins.
As a developer, it's good to have some familiarity with WP because of the bulk of contract work that can come in on WordPress. I do freelance WP development and have a backlog of 4 clients with 2 active and another lined up for May when I finish these 4. I'm constantly getting emailed about support and WP development.
Thanks for the advice, especially that last bit. Guess I'll go with it then.
The site's for a small chain of physical stores and currently you can't buy anything through it, but just how much of a pain would it be to allow users to purchase a small selection of very specific products for in-store pickup? I'd use paypal, but even then, would it be worth the hassle to have to deal with that shit?
Lately I have just started to go "fuck it" and use flexbox instead.
Too bad there's like 3 flexbox bugs that will screw you over on IE11 just related to vertical centering. Thank god for pre/post-processors
Check out WooCommerce, it's an ecommerce plugin that integrates seamlessly in virtually any theme.
The free version is powerful enough for a full fledged store, complete with an easy to setup PayPal integration (as in: you just write in your PayPal email address and you're good to go).
WooCommerce starts failing a bit when you have to manage to many items, all with their dozens of variations. Then you'll basically need to start purchasing premium plugins; most of them easily justify their prices, but still.
https://github.com/blog/2112-delivering-octicons-with-svg
So GitHub switched from icon font to svg icons. This is a debate a lot of people have been having and honestly Github's rational isn't especially compelling. The side-by-side comparison is kinda an eyebrow raiser (the right is the better one? Um okay), the proposed benefits of extra color and animation aren't being used (and probably won't), fonts can be controlled with CSS as well, and font-blocking can be solved with the all new css font-display property. Honestly if <use> worked correctly for external SVGs that would be the holy grail but it doesn't. So to me adding the extra markup is just page weight and not clean semantics (spans for icons aren't smart either, just do it in CSS with pseudo elements).
Anyone else have an opinion here? Quite frankly I haven't seen a good reason to not use icon fonts.
Does anybody know of another program that can maps for clickable areas on images/pages like Dreamweaver can?
I've moved on from DW a couple of years ago now but I have to keep going back to it to do these damn maps for some of our sites.
Yeah that's the one. So you click over part a of the image it takes you to the contact page for example, part b and it takes you to the homepage.
I can obviously code it up (the map part) but I don't know how to plot the coordinates outside of DW....
I'm not worried about the difficulty of implementing it as much as I am about the overhead cost of maintaining it and taking responsibility for customers' transactions. Is that prohibitive? We'd definitely like to avoid having an account system, is that even possible?
Yeah that's the one. So you click over part a of the image it takes you to the contact page for example, part b and it takes you to the homepage.
I can obviously code it up (the map part) but I don't know how to plot the coordinates outside of DW....
The use of image maps is highly suspect in most cases so I'd wonder what it's for and if there isn't a better way to go about it (svg for instance).
Finally. I am able to help somebody ITT. Just not tonight - on mobile. I have two jfiddles with two different solutions. SVG is the way to go. I got a template all set.
There seem to be a bunch of websites that let you do it, just Google "HTML map generator".
Can you just open the image in Photoshop and get the coords that way?
hey guys, i hope i am in the right thread for my question. It is illustrator related. I am working on a logo for a company of my friend. I have my basic shape and want to have two strokes. I know how to that but there is a catch.
The first stroke, the one right outside the logo should be invisible or not there, dont know how to describe it so you can just see the second stroke which would well, float in the air. So you can see the color of his products in the first stroke. Is this understandable?
I already searched for a youtube vid but i could not find any that helped me out. Hopefully someone here can help. I am nearly crying because i can not get it done properley. More raging than crying but neither helped me yet
Thanks!