Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "javascript css"
-
Me: I’ve been in the web since 2006, of course i know html,css,javascript.
Also me: Google how to center a div.28 -
2010: PHP, CSS, Vanilla JS, and a LAMP Server.
Ah, the simple life.
2016: Node.js, React, Vue, Angular, AngularJS, Polymer, Sass, Less, Gulp, Bower, Grunt.
I can't handle this, I'm shifting domains to Machine Learning.
2017: Numpy, Scipy, TensorFlow, Theano, Keras, Torch, CNNs, RNNs, GANs and LOTS AND LOTS OF MATH!
Okay, okay. Calm down there fella.
JavaScript doesn't seem that complicated now, does it? 🙈14 -
Teacher: Homework for next time is to make 2 web pages with three javascript.
* whole class is quiet *
Me: What's "three JavaScript"
T: undefined
M: Do you mean three files?
T: No, I mean three JavaScript.
M: Okay, so let's go with five CSS and twelve HTML as well then...
Please, go somewhere else when you can't explain your OWN HOMEWORK ASSIGNMENT. Holy fuck.16 -
Could the Web Developers here tell me which languages other than HTML, CSS and JavaScript should I learn if I want to be a full stack developer? I also know a bit of C#, if anyone is wondering.18
-
This girl from financial department pissed me off so badly I took 15 minutes of my private time to slightly modify CSS and JS for her user in our intranet panel, made everything pink and blue, animate all the buttons to randomly barrel roll and made the mouse cursor explode colourful star particles with each click.
She *liked* it, said it was *sweet* and *apologized* for being an ass. Robbed me of all the satisfaction. :(6 -
Fresh out of college?
Entry-level?
Apply Here!
Junior Web Intern: 16k A Year!
Basic Requirements: HTML, CSS, JavaScript, Node, Angular, JQuery, Bootstrap, Backbone, Handlebars, D3, p3, CMS (WordPress, Wixx), PHP, Java (Android), C++(iOS), openframeworks, openGLSL, Cinder, failed at least two startups, 8086 assembly language.
Recommended requirements:
Git version control
Agile development
Must be able to display example of each requirement.16 -
PHP is a meme
Javascript is a meme
CSS is a meme
HTML is a meme
C is a meme
Everyone loves Python
Wordpress is a meme
.NET is a meme
Vim is a meme
Emacs is a meme
Apple is a meme
Microsoft is a meme
Windows is a meme
Having software available on Linux is meme
Stack Overflow is a meme
It doesn't matter what kind of developer you are.
Together we're one big meme.13 -
You are the CSS to my HTML,
You make my life so beautiful.
You are the JavaScript to my code,
You make my life to be so dynamic and full of life.
You are the OS in my life,
Without you, am useless
You are the C: to my brain,
Without you am nothing.
You are the stack overflow to my problems,
I run to you for solutions.
To be continued.....10 -
Yesterday was Friday the 13th, so here is a list of my worst dev nightmares without order of significance:
1) Dealing with multithreaded code, especially on Android
2) Javascript callback hell
3) Dependency hell, especially in Python
4) Segfaults
5) Memory Leaks
6) git conflicts
7) Crazy regexes and string manipulations
8) css. Fuck css.
9) not knowing jack shit about something but expected by others to
produce a result with it.
10) 3+ hours of debugging with no success
Post yours27 -
Youtube, codecademy, w3schools, stackoverflow, etc.
Started with HTML, CSS, and JavaScript until WordPress introduced me to PHP. It was hate at first sight.5 -
Even JavaScript doesn't misbehave when a semicolon is missing. What the hell does CSS think of itself?9
-
At last, my vue module for attacking the user with a swarm of animated bees when they put in the wrong password is almost complete.
Best use of my time yet.15 -
Your resume:
Git
SSL
Vue
Angular
React
Node
Spring boot
MySQL
MongoDb
HTML
CSS
Java
Javascript
Bootstrap
Cassandra
Hive
Hadoop
Block chain
GraphQL
Kubernetics
Jenkins
Azure
GCP
Interviewer:
Sorry, we need someone who knows AWS8 -
Just before you, my fellow system programmer, scroll past this, let me say this:
🍬 The web is actiually simple. 🍬
Both HTML and CSS is declarative. It's all easy when you understand the concepts, learn how to be idiomatic and quit trying to do that imperative bullshit in languages that aren't imperative.
HTML is simple. You know the boilerplate: doctype, head, body, that's all. Just mark it up and do NOT look at it before you end, mark it up as it were article or something. The appearance is up to css.
CSS is simple. You may even forget bem or rscss, you're already a skilled software developer. Use common sense and your code-splitting and naming skills you gained reading The Code Complete or doing software development for years.
Forget mockups. Forget absolute positioning, forget setting width and height in pixels. Go to awwwards, find some inspiration. Draw some buttons and fields on paper with your good old pencil. Then go and write some css. Feel free to steal some shadows and transitions from codepen.
Read about 8-pixel grid system. Let every element push away from others by setting something like margin: 16px; and whoops! You've just got fully responsive and got great vertical rhythm without even using media queries!
Oh my god, do NEVER set width and height explicitly! Type something like button { width: 120px; } and bang! The entire web page is broken. Quit that shit. Let it resize as it should. It will resize itself to fit its contents.
HTML is by default ready for your template engine. That's how you receive data from server — as server-side rendered, plain old HTML page. On the other hand, the form element is the most axiomatic and simple way to send the data to server. That's how you send it — as plain old GET or POST that every webserver can handle.
All of there are true:
1. It's easy to get great 100% responsiveness without media queries.
2. It's easy to align items in row, it's just one line of css. Maybe two, if you still want elements to wrap, but want to use flexbox:
.parent {
display: flex;
flex-wrap: wrap;
}
3. HTML and CSS are fast by default.
4. You don't need mockups to achieve great visual experience. Mockups is imperative, web is declarative.
5. You may not even need JavaScript to make great website.
Go on, ask me a question about web! I'll ready to answer everything.21 -
I'm writing my own AdBlock Extension...
CSS:
.ad {
display: none;
}
JavaScript:
if (document.getElementById("ad").playsVideoAutomatically == true) {
getBlacklist.add(window.location.hostname);
alert("You are hereby banned from browsing " + window.location.hostname + " due to automatically playing video ad.");
}
Am I doing it right?11 -
while we were in the car...
mom: so what are u doing in your new job? you code in java?
me: no, i code in javascript, html, css and php..
mom: so thats java. how nice.
me: no, its javaSCRIPT.
mom: theyre still the same.
me: java and javascript are not the same
mom: but most people use java so why dont u just do it in java?
me: thats what ive been asking myself too in the past few weeks, why did i even accept this job3 -
If I had a dollar for everytime I cussed at the computer screen because my code wouldn't work I'd be rich
-
Had a plan to master JavaScript in 4 months and then, cover HTML and CSS in the next 3 months followed by Java in the remaining 5 months.
10 years later, I am still learning JavaScript.9 -
Searching for new jobs when i find this:
Backend Developer
Education:
Computer Science (Bachelor's degree)
Languages:
English (spoken proficiency: Conversational/Business written proficiency: Conversational/Business)
Skills:
Ruby on Rails (+5 years of experience)
HTML (+5 years of experience)
CSS (+5 years of experience)
.NET (+5 years of experience)
HapiJS (+5 years of experience)
ExpressJS (+5 years of experience)
Django (+5 years of experience)
Elixir (+5 years of experience)
Ruby (+5 years of experience)
Python (+5 years of experience)
Java (+5 years of experience)
Javascript (+5 years of experience)11 -
I really fucking hate CSS. I have no idea how to use it and all my websites look like complete shit. I’m cool with JavaScript and some of its libraries and frameworks, but css is a bitch.18
-
Porting of a huge web application from ZF1 to Laravel 5.5.
In summary:
1. approx. 200,000 lines of spaghetti code (ZF1)
2. approx. 2500 custom Javascript files
3. approx. 600 CSS files
4. hundreds of node modules and libraries
5. 12 different layouts (Home, Member, Admin,...)
6. ...
7. ...
8. ...
...
I've got six days to get this done. God help me.25 -
Boss:"Build templates that convert our 1000+ pages built for desktop, into responsive ones that work on large screen and phones. "
Finished...Run the company's code scanner and it reports violations of development rules (which was expected)
I go to request exemptions....
"Oh, no you can't use JavaScript or CSS that uses position." -
Good morning people. Holidays in Malta. Trying to forget html, css, php, MySQL and JavaScript 🙂 ... But my heart is with you 😂6
-
Tell us your "Programming Languages Story"
Mine:
Java -> HTML&CSS -> PHP -> Python -> JavaScript
Yeah, I know, I'm confused 😂.55 -
Stop using 5 year old, terrible drag and drop website designer which uses inline CSS and JavaScript and let us actually write it. They (barely) teach us html and then say that using a website designer is how it works in the real world. They actually disallow us writing it from scratch. Just glad I taught myself it already!7
-
Hello devRant!
My name is Carter Schaap, a maker from SW Ohio. I've been voiding warranties for most of my life, and am currently at Great Oaks Tech School learning HTML, CSS and soon-to-learn JavaScript.
I dabble in C++ (because Arduino is a thing) and I'm learning Python because I'm getting into Raspberry Pi.
I can't wait to get involved in this community and do a lot of ranting.
Have a great holiday season!7 -
junior developer position:
You must know:
HTML
CSS
JavaScript
React
Vue
Angular
Java
PHP
C
C++
Ruby on Rails
Python
Computer Science degree required
Expect a 10 round interview process
And if you're still alive after that,
You're hired!
Apply now!13 -
So starting this month, December and January I'll be learning HTML, CSS, JavaScript, and PHP so that I can develop my own website as a personal profile. Anyway, in my googling I found this odd yet very informative picture.11
-
Last night I nearly finished my portfolio site. I was working on the perfect framework and workflow like forever. But in the end I accomplished a pretty pleasing solutions. For the back-end I choose Laravel with it's built in rest-api, the front-end is managed by Vue. I'm also proud of my assets-management which is handled by Gulp + Webpack (Laravel Mix). But here I decided to run Gulp on images, fonts and CSS and let Webpack bundle the JavaScript.
And what really crawls my balls is that I can write Sass and Jade, even use partials and organized the shit out of this website, and let Gulp just vomit some minified HTML and CSS on the other end.
Man that feels so good.20 -
I am a New student in a programming school. Haven't coded enything ever. Use 1 week to make html, css and JavaScript website from scartch. *Happy for my achivement* curent teacher comes to review my work. Tells me it's shit. Teacher uses only ready maid templates... Fuuuuuu9
-
When this year started I didn't have much knowledge of server side programming as web developer, only thing I knew was html/css. But this year I got started with:
- PHP
- Framework Phalcon (PHP)
- Javascript (jQuery, NodeJS, react)
- SASS (I can't without it anymore)
- Virtual Hosts (local development)
- Command Line stuff either in macOs and linux ubuntu
This is a huge deal for me because I always got laughed at I only wrote CSS and couldn't write anything else.
So knowledge-wise it was the most productive year ever.
Also, devRant helps me get through the day lately. Thank you for being a part of it!6 -
The devRant community seems to hate everything I love in coding xD
However, we all still relate to the same rants ;)
PHP, JavaScript, CSS, Wordpress12 -
Java : He is the topper who is usually mocked, but still everyone seeks his help on the day before exams. He tops the class no matter where he is.
C : He was once the coolest guy in the class with all the new gadgets but now uses outdated gadgets.
C++ : The guy who comes 2nd and is also loved by everyone. He is very competitive.
R : She has everything readymade from food to tiffins.
JavaScript: Tries to be in the cool gang but she is someone to whom nobody talks.
CSS: The most beautiful girl in the class and a make-up expert. Also the only friend of JavaScript.
Python: She will soon top the class.
C# : Is she still part of the class!!?24 -
When you're asked to extend a functionality on a piece of code and the 2.5k lines in the view are a juicy mix of PHP, HTML, CSS, JavaScript and the functionality relying on jQuery trasversing through the document tree and expecting things to be in their place. Oh did I mention html build with strings in JS? I'm going to love this day! WHY, JUST WHY?! *gasp*3
-
My own personal hell was a html page that had a script tag that called a rest endpoint that sent back a text block of JavaScript that was then dynamically executed to redirect the user to a php 3 page that was the exact same thing as the original page but with an extra bit of css to make the buttons blue and slightly rounded
You can’t make this shit up6 -
Continuation of https://devrant.com/rants/642962/...
You are the decryption key to my encryption,
No one can access my heart except you.
You are the loop in my life,
I always keep coming back to you.
You are my nodemon,
You are always watching over me.
You are the / to everything I do,
Am nothing without you and I will always preserve you.
You are my increment operator,
You add value to my life.
To be continued 😉3 -
The top comment on Computerphile's youtube video titled "Where HTML beats C":
HTML: Works even if you don't follow the rules.
CSS: Doesn't work, even if you follow the rules.
JavaScript: Doesn't tell you the rules to begin with.4 -
My best experience was going from static HTML and non-preprocessed CSS to having my mind blown by Sass & learning JavaScript and what "API" even means (and starting on ruby and basics in command line). I actually feel like I'm a developer in some sense of the word.
That was a ton of growth in a year where I transitioned from a purely graphic design role to having an influence over development processes and rolled out a number of projects to production that I spearheaded.2 -
If your JavaScript and css is not loading on your server, make sure your folder and files have the right permissions.
Two days of running around like a headless chicken because I'm retarded... 😫4 -
GitHub
This repo contains the following languages:
- PHP 58%
- HTML 34%
- Javascript 5%
- CSS 2%
- Ruby 0.6%
- Hack 0.3%
- NASL 0.1%
The last 3 are not in this repo.
Don't fear about AI taking our jobs, it still can't identify what languages it's looking at.18 -
I'm not really keen in relying too much on JavaScript to render a properly functioning web page. HTML and CSS is now than good enough for it nowadays.
But if due to technical limitations, i have to use JavaScript, I make sure to not use jquery.
I don't like jquery.9 -
The moment when you use so many different languages in a project (Python, JavaScript, coffescript, PhP, CSS, HTML, Bash) that at one point you feel like you can't program the simplest things and you mix all the different languages together into one...😫6
-
Decided to take three different programming language classes in the same semester. Advanced Java, C++, and HTML/CSS/JavaScript. Wouldn’t have been so bad if I didn’t have an assignment due in each every week.3
-
CSS for JavaScript Developers is my new favorite thing. I’m learning so much about CSS that I never realized before and it’s getting me to think about CSS in different ways.
Unrelatedly, I’ve been doing #catober for #inktober.
Also, I’m still alive. ❤️7 -
Hello everyone I am Austin. I program mainly in python but i knowledge in c++, java, css, html, and javascript14
-
I shit you not. This this a job qualifications qualifications entry level on LinkedIn.
7+ years working as part of a development team and with the following technologies:
Node.js Typescript and Java-based, microservice-driven applications using Spring Boot or similar framework
RESTful API design / microservice architectures
MongoDB or any other NoSQL DB
Message queues e.g. RabbitMQ, Kafka etc.
Modern MV*(MVC, MVVM, etc..) frameworks e.g. React, Angular, Vue etc.
JavaScript and design patterns, CSS and HTML
Modern CSS and view libraries e.g. RxJS, Angular Material, Typescript, JS ES6 etc.
Unit and UI testing using third party tools e.g. Jest, Cucumber, Groovy & Spock, etc.
Bachelor's degree in computer science or related field6 -
Frontend Developer wanted. Required skills: C#, PHP, MySQL, HTML, CSS, Jquery, Java, JavaScript, React, Angular, Vue, Laravel, Wordpress, Shopify, Docker, Git, SVN, Ruby.
Must have at least 3 years of working experience in a high level company. Only worked for A+ clients and ultra high traffic websites.
Also nice would be UX/UI, Design Systems, Wireframing.
Experienced in sales and cleaning floors. Getting coffee putting music on etc
Salary indication: €18009 -
Me as a mobile app developer trying to add a button to a page of a .Net website:
So, what do i need to do?
Web developer:
Oh that's easy. You need to edit that template which produces html, add an event in there that will call a javascript function, which is in a .js file, which is generated from a typescript file. Than you should give that button a style. Simply by opening up that .less file here and adding a class which will be translated to css later. In that c# file over there you add a bundle reference which contains the css and js files, but before that, they must be minified. In that other c# file, you add a controller that handles your button.
Aaand... take care of new js features and css features. Most browsers don't support them. Those cool C#7 features you love so much... not in this project. Our build servers don't support C#7. Those new features are evil anyway.
😭5 -
An easy to use, high level framework in Kotlin for front-end web-development. Allows for creating web apps without using HTML, CSS, or JavaScript.2
-
After months of complex backend code, and complex JS front-end, the idea of CSS just bores me now.2
-
Just found out about Yue, a GUI library for Node.js, Lua and C++ (and owners of the "gui" package on npm).
It is so awesome! The RAM usage is so low compared to Electron! Of course it has its limitations and doesn't use HTML + CSS + JavaScript, but you can still build really good applications with it!
I'll show you what I'm making at the moment soon, so stay tuned!
Anyways I've built the same application in Electron and Yue, here's the comparison of the RAM usage:16 -
Two of my team members were trying to make a website responsive for over an hour. They tested everything. They checked the JavaScript, checked their CSS media queries, tried everything but it just wouldn't work on mobile browsers.
So as usual they decided it was "impossible" due to "WordPress constraints" and told me that it would work on the browser but not desktop.
I just added the meta viewport tag. It literally took 10 seconds. It worked.
I hate people who give up easily. Just hate it.2 -
I hate JS...
I hate CSS...
What can be worse ? ...
*guy at work* : hey what do you think about CSS in JS, should we try it for our codebase ?
*other* : yeah why not ?
Me : *make a gun with my fingers, gently putting it in my mouth, remember all good things in life, no regrets* *gun noise*
Kidding, I love javascript.
But I seriously hate CSS and UX stuff.2 -
story time
I'm a C++ programmer and they have given me CSS, Javascript, Java, PHP and C# vacancies.. because I'm a programmer and they think I can do the rest.. YES I can.. NO i don't want to
One day I was invited at the recruitment office. had a talk for like 30 minutes.. where after they said yeah we have a game dev company for you.. then they said which one... Yes that Is indeed in this city... their SALES division not their DEV devision!
One day I came to a recruitment office 30min travel time.. and in the conversation it was me who talked about 30 minutes that recruiters don't understand the difference between javascript and C++. .. they asked me If I knew MySql.. for a backend job..
How can recruiters be THIS stupid.1 -
Phew... okay, I think it's time for me to go to bed. I just coded two webpages in HTML/CSS/JavaScript/PHP, everything works great and I also added some smooth animations when you hover over parts of the page :D
Basically... this last part (a.k.a. "smooth animations") was useless to this exercise, but... y'know... i was interested in experimenting it.
The more I code, the more I think I should be a design guy, lol.
Anyways... jeez, I really should go... it's 2:50 AM right now @.@
Goodnight y'all... 💙
( ¯﹃ ¯๑) zzZ...1 -
Job ad title: "junior Php developer position £20k-£25k/pa"
Job ad body: "5+ years experience required in Php, JavaScript, html 5, css, experience in laravel, Vue and react."
🤔9 -
I started doing a little HTML coding for a training site I wanted to build for my employer. Every time I thought "there must be a way to do this..." There was! It was so rewarding to build something by myself that I kept going into CSS and JavaScript, then PHP, and now Python. A few months ago I could just about code a hyperlink and make some bold text, so I'm quite proud of how far I've come :)1
-
After 3 interviews with test:
"Ok very good, I see you are good with JavaScript, Php, MySQL and some frameworks, it's exactly what we need because we use only on the edge technologies and we do very cool products."
"Thanks, so what about the first app?"
"App? oh no eheh, now you must manage our 12 wordpress sites and edit the CSS!"
"Very good, so while I see you all goin to fuck monkeys I with to you a nice day"2 -
FYI. Copied from my FB stalked list.
Web developer roadmap 2018
Common: Git, HTTP, SSH, Data structures & Algorithms, Encoding
------
Front-end: HTML, CSS, JavaScript > ES6, NPM, React, Webpack, Responsive Web, Bootstrap
------
Back-end: PHP, Composer, Laravel > Nginx, REST, JWT, OAuth2, Docker > MariaDB, MemCached, Redis > Design Patterns, PSRs
------
DevOps: Linux, AWS, Travis-CI, Puppet/Chef, New Relic > Docker, Kubernetes > Apache, Nginx > CLI, Vim > Proxy, Firewall, LoadBalancer
------
https://github.com/kamranahmedse/...2 -
8 days and i'm never gonna touch Javascript, CSS, Angular and anything frontend-related for the rest of my life.
I cannot be happier.10 -
I love CSS, Java and Javascript.
Is DevRant anonymous? Now that I said it I'm afraid to leave my house8 -
First post, woo!
So I just decided to create a simple coming soon page, slowly getting to grips with javascript finally (I think) but I like just diving into the code and see what comes out at the end of it.
Demo: https://coming-soon-template.netlify.com/...2 -
CSS "scroll-behavior: smooth" implements smooth scrolling with CSS only. That's pretty awesome, even though JavaScript had a similar implementation, which has, equal to "scroll-behavior: smooth", bad browser support. I hope browsers implement it fast and it performs good.5
-
!rant
Who in their right mind puts an id on the head tag.
Css? Don't need it.
JavaScript ? Can directly access it anyway
It fucking breaks old browsers your not even giving them a chance to look at least average !
This is for a huge site as well that he got to work on because he is related to the owner .. he's an arrogant prick as well ... Don't know shit bout programming anything4 -
OK so... project I've been working on! It's a virtual processor that runs in the browser coded in JavaScript. OK so I know, I know, you must be thinking, "this is crazy!" "Why would she do this?!?!" and I understand that.
The idea of Tangible is is to see if I can get any tangible performance over JavaScript. I've posted a poorly drawn diagram below showing how tangible works.
The goal for tangible is to not use html, javascript, or CSS. Instead, you would use, say for instance, c++ and write your web page in that, then you compile it using my clang plugins and out pops your bytecode for Tangible. No more CSS, no more html, and no more javascript. Instead everything from a textbox to a video on your web page is an object, each object can be placed into a container, each container follows specific flag rules like: centerHorizontal or centerVertical.
Added to all of this you get the optimization of the llvm optimizer.18 -
Ignore the code I know it's really basic but I didn't have my flash drive that has all my projects on it so enjoy the meme8
-
Hi.. one month ago i started to learn JavaScript (my first programming language)
In the 2nd proyect we create a Data dashboard i do my very best effort to create Js funcional code and other 2 girls works in css and html.
Im really proud of my work (1st time!)
A few guys told me JavaScript is awful and difficult but in a few weeks we will start in jquery.
In 2 weeks im gonna participate in Angelhack Santiago Hackathon 2018
I need an advice for me its a really big step10 -
Me: We have a style problem.
SM: No problem! I can solve it with JavaScript. I just need to manage the DOM in the Angular Controller :D
Me: Really? I found the solution with just 1 CSS line. -
What’s the difference between a coder, programmer, developer and a software engineer? I see many people who attend a 2 month coding bootcamp where they learn html, css, javascript and put software engineer in their title9
-
I just got started in my web development course in college now but I'm really not interested in waiting another year or two to finish my prerequisites when I could be learning and making my own stuff by now. I'm learning HTML and doing pretty well. But any tips for a guy trying to get into the industry? I know CSS and JavaScript are some of the basic tools I should know and also WordPress. Any advice is appreciated? Any good online courses I could also take to speed things up a bit?9
-
So, I got this new coworker of mine, he's 5 years older than me and says he's got a loooot of experience with html, css und javascript. Nice. Boss wants us to blur some text on a website, I show him how to do it with css "filter: blur(4px)".
5 minutes later he's all proud and says "done". I think nice, check the code - and see this moron having put an <img> png in there, having blurred the text with photoshop. Short memory, anyone?2 -
Java is an Object Oriented Programming (OOP) language created by James Gosling of Sun Microsystems. JavaScript is a scripting language that was created by the fine people at Netscape and was originally known as LiveScript. JavaScript is a (very) distant cousin of Java in that it is also an OOP language. Many of their programming structures are similar. However, JavaScript contains a much smaller and simpler set of commands than does Java.
Now let's talk about how Java and JavaScript differ. The main difference is that Java can stand on its own while JavaScript must (primarily) be placed inside an HTML document to function. Java is a much larger and more complicated language that creates "standalone" applications. A Java "applet" (so-called because it is a little application) is a fully contained program. JavaScript is text that is fed into a browser that can interpret it and then it is enacted by the browser--although today's web apps are starting to blur the line between traditional desktop applications and those which are created using the traditional web technologies: JavaScript, HTML and CSS.3 -
Does anyone or has anyone worked with Electron? I'm kinda new to it, i've gotten down a bit of JavaScript but Electron is fiarly confusing. I have ideas for apps but im just stuck where or how to start.15
-
"So, coder huh. What languages do you use? HTML, CSS, JavaScript? That type of stuff?"
"No. I use React. You see... with hooks... "
"Well, can you change some of the CSS on my website for me?"
"Is it React?"6 -
Me: Codes a really cool website animation in javascript for 2 days.
*Opens youtube, random tutorial for the same animation in CSS in 30 min.*
Me: * Cries in the corner. T-T *9 -
From a job posting I recently viewed:
"About you: We don't care about years of experience or knowledge of particular technologies, if you have a computer science degree; or a degree at all for that matter."
further down in the same posting...:
"Qualifications:
-MS/BS in Computer Science or related background
-2-3 years of front-end development experience with HTML, CSS, and JavaScript and related JavaScript frameworks such as Backbone, React, or similar technologies"
........ -
*Debugs a thread synchronization issue in a C program*
*Gives up after few attempts to debug a bootstrap table that’s not showing a column* -
Web class(html)
1.how to create table
2.how to use Colspan
3.how to use Rowspan
4.Col+row
5.(O_O)
*cant use css*annoying but at the same time awesome..next class gonna be javascript cant wait 👌🏻👌🏻
#Student #Html #webprogramming5 -
so here I am, at 3 in the morning on my tablet and I think, "Yes I too would like to join the pain of web development" so I download sololearn apps for html, JavaScript, CSS, SQL, and PHP.
WTF brain?!?! 😂4 -
I'm thinking of opening a small onsite web development class for teenager (maybe between 10-20 yo). The problem in Indonesia is most of us learn programming language at an older age, maybe because of the language barrier and lack of good tutorials in Indonesian language.
I want to change that by teaching them early, so that in the future, Indonesia can contribute more to the world of software and web development. Maybe even create new JS frameworks.
JK. ;)
But I don't know where to start. I mean, I've never even posted any article or tutorial (I'm not good at writing). How do I develop the curriculum? I've thought about creating a web quiz, but what do I write? How do I make the material?
Has any of you ever done this?8 -
What To Learn?
I'm a beginner in web development and have knowledge about html, css, JavaScript, jQuery, Sass, NodeJS, Express, MongoDB, Passport. You can consider me to be a beginner full stack developer, but I'm confused about what to learn further. There are so many front end frameworks that one can spend his entire life learning them. React, Vue, Angular, Backbone, etc. But I always want to learn backend properly, then there's Rails, PHP, SQL, Python. Can anyone atleast tell me what to learn and why exactly? This thing's making me mad and anxious.24 -
I'm curious
How many of you have your own personal website like name.com or something
Also my mentor recommended I build one if I get time. Should I???? I have taught myself HTML,CSS and can mostly understand JavaScript Would it be worth it???16 -
When your friend is making some money posting links for download movies in his wordpress site and you got nothing knowing html, javascript, css, less, php, asp.net, java, python, ruby, node.js, angular, react.js...2
-
Somewhere in my early teens, I started playing with macro scripts in Microsoft Word or Excel. After that I tried my hand at creating a full-on VB app. After creating several of those I tried Python, C++, then HTML, CSS and JavaScript.
Short story: My first distributed program was what I used to get my first girlfriend: A program that told her all the things I was too shy to say and ask the things I was too afraid to ask... Including "will you be my girlfriend?" Fun times 😄1 -
My Teacher wouldn't understand the responsiveness of UI I designed and gave me 10pts for that.
I was told that my design is too unrealistic and idealistic for it to implement..
I used some css framework(to reduce the amount of work to be done) and javascript.
My dream is to become a web developer and make Desktop application with a use of ElectronJS(Currently devRantron is using).
One last thing... FUCK YOU, FOR GIVING ME A LOW SCORE FOR MY DESIGN.6 -
Hey everyone!
I'm on the hunt for new and exciting languages!
I'll state the ones I already know:
Python, Haskell, C(++), C#, Java, JavaScript, Ruby, Rust, Lua, about every kind of Basic, some branches of Lisp, BrainF**k, assembly, Octo (Chip-8) and GML(basically JavaScript).
I've also learnt some styling languages:
Html, CSS, Markup and Markdown.
Some misc languages too: Regex and a runny bit of the Wolfram Language.
Also I'm kind of limited to Windows, Linux and Android, as I do not own any Apple hardware except I have access to an old iPad, so are languages like Swift still good?
Thanks!28 -
A side project of mine.
Useful for offline html, CSS and Javascript prototyping.
https://github.com/Bigalan09/...
Pull requests welcome!2 -
I have this web development course(on the university), and we are not allowed to use javascript. Only php, html and css. FML15
-
Whenever I'm extra proud of my coding skills, I go to YouTube and watch devs build Pacman, Donkey Kong etc from just plain Javascript or build portraits from just CSS.
It's an effective way to humble myself.4 -
Focus of mastering one language, don't jump around to every web langue out there.
Also don't follow the programming language band wagon. Focus and master the basics first HTML, CSS, Jquery. These aren't going anywhere and a SOLID understanding of JavaScript will go WAY further then you think4 -
Prof introducing a batch of non-programmers to JavaScript.
Me: Ha! I'm going to ace this class.
Disclosure: Its an Art school, We're studying Multimedia Arts, and we have a couple of Web Development classes that focus on html, css, js, and php. (and I have been a web developer for 4 years)2 -
I don't use templates, I write my own websites... from scratch! -Drops mic and runs to go clean up CSS and Javascript errors for all eternity-.1
-
I'm teaching myself ATM. I'm currently using freecodecamp, taking courses on Udemy, I have the books HTML & CSS and JavaScript & jQuery by Jon Duckett. Basically using as many of my free resources and catching classes when they're on sale.
I've also started a Meetup group for students and self learners like myself.
Any advice for me? Anyone want to mentor?
I'm really enjoying this learning process. And am positive I've found a career that I will actually love. I want19 -
So my friend told me that he recommended me to be a new Creative Engineer.
-Oh shit, sweet, what are the requirements?
-I don't really understand that kind of stuff man, just look it up, here' the link
*Hmmm*
-Html,
*ok*
-Css,
*mhmm*
-Javascript
*sure*
etc etc...
and,
Actionscript
...
Excuse me?
Who the FUCK use actionscript nowadays ???2 -
I've been given an intern to help me with my work (lol it's not helping) and she knows almost nothing of web dev, not even what Nodejs is, I had to explain it and guide her step by step on how to install it on her laptop. On her CV it says she has JavaScript experience, but she cannot even put together a basic HTML page, she asked me what a div is. As far as I know, HTML, CSS and JS are pieces of the same pie and you cannot really work with JS unless you also work with HTML and CSS. I think she lied on her CV and I need to tell my manager.
My question is, is it normal to know JavaScript and not know much about HTML and CSS?10 -
My favorate bookmarklet (ES6 only):
javascript:(()=>{var b,c,a=document,f="onreadystatechange",h="https://rawgithub.com/smore-inc/...=(p,q)=>{p.readyState?p[f]=()=>{"loaded"!=p.readyState&&"complete"!=p.readyState||(p[f]=null,q&&q())}:p.onload=function(){q&&q()}},k=()=>{clippy.load("Clippy",p=>{$(".clippy").css("position","fixed"),$(".clippy").css("z-index",1e3),p.show(),p.moveTo(100,100)})},m=()=>{(c=a.createElement("script")).src=h+"clippy.js",a.body.appendChild(c);var p=a.createElement("link");p.rel="stylesheet",p.type="text/css",p.media="all",p.href=h+"clippy.css",a.getElementsByTagName("head")[0].appendChild(p)};"undefined"==typeof jQuery?(b=a.createElement("script"),b.src="https://ajax.googleapis.com/ajax/...,j(b,()=>{m(),j(c,k)})):"undefined"==typeof clippy?(m(),j(c,k)):k()})();14 -
People who willingly install and use development branch web browsers and then send inages of exploded websites when using said browsers.
-
First rant. Getting into web development like html+css, javascript, node.js etc. I am a back-end type of guy, not a front-end. It would be great if you guys give me some suggestions.10
-
My former senior developer thought that including script tags for each JavaScript function you write is efficient. For example: contact function will have contact.js, vacancy function will have vacancy.js. FYI he doesn't merge them in production. What's more shocking was that my project manager thought was the same.
This also applies to CSS when using media queries.3 -
Started coding HTML, CSS and JavaScript as part of my multimedia design studies. Lecturer would throw up a simple 960 page on the projector, said "make this" and left the room. Being thrown in the deep end is definitely a way to learn that taught me a lot
-
!!!!!!!!RANT!
today (~9h ago) i was in college lab, alone, and few minutes later 2 seniors came in and sat behind me and started working on some webpage and they were talking about HTML and CSS and all of a sudden one guy says "how can we make a page responsive?" and other guy goes "we use JavaScript"
my brain: "wtf, JavaScript?? are you nuts? responsive pag- are you fucking cra- why am i even- why the fuck would you say Jav- why God why??”
i had to get that off chest...6 -
Yesterday I attended a 'convention' with different speakers (Design, IoT, Houdini CSS, Typography, JavaScript, Ashkell, etc.). I recovered these stickers 😂
#DevJokes -
I just spent a whole day learning wordpress cause it's mandatory for my graduation project and I'm still not quite sure what I'm doing.
I'm proficient with HTML, CSS, Javascript and PHP enough to make the damn thing in less than a day, yet here I am strugling with the damn plugins and themes... It just looks too chaotic for me.6 -
Every time I search for some CSS or Javascript feature the first three or four results are always from w3schools. I want MDN! Any good tricks or sites that does not involve searching directly on MDN? Some Google filter add-on perhaps?14
-
New toy for frontend devs:
OpenType 1.8 Variable Fonts.
1 font file to rule them all. Manipulate on the fly fluidly the font weight via css and javascript.
http://blog.typekit.com/2016/09/...1 -
Most of the rants I see here are related to CSS or JavaScript, so I am very grateful I did not end up in the frontend, which I would have given up long ago.7
-
I don't get all the hate for Javascript, or I might be spoiled with ES6 and React clouding my judgement. :P
I could write web pages in Javascript all day long. It's better in my opinion then writing pure HTML and CSS. ¯\_(ツ)_/¯
Maybe I'm more cut-out for full stack dev work then I thought...3 -
Got a job as a fresher, had no idea what work I'll have to do.
Was given the task to fix some bugs that had creeped in due to update of some UI framework.
Having absolute no idea of front end, I started the task.
Have spent the entire last week looking through CSS, HTML, Javascript.
Have come to the decision of quitting the job.
Life is too short to be lived this way.7 -
The longer I work on front-end the more controversial my opinions become:
- Styling a button with display:flex is dumb.
- The DOM is not hard, unlike what the React team wants to have you believe.
- Specifying a <form> action matters, even if it's empty
- ES5 was the real JS revolution, ES6 mostly sugar-coated marketing
- Disciplined BEM (S)CSS is simple and flexible enough for most needs (vs CSS-in-JS, CSS modules)
- If editor support for Jsdoc were as advanced as Typescript, you wouldn't need the latter.
- There are cases where using floats and inline-block displays is better than the flex CSS box model12 -
I'm so bored converting a table from HTML to some weird ReactJS framework...
I've been postponing it for so long!
Front-end stuff is not for me... 😕5 -
I have plenty of those but one that shines out from the croud is one frontend guy.
He had to modify some javascript slider but couldn't figure out how.
So he comes to me and tells me he found the code where the slider is initialized but changes are not applied.
I walk up to his desk and he shows me some CSS code with #slider selector in it.6 -
Hi @dfox, hi @trogus
Why have you decided to achive a sticky avatar on the rant page by increasing padding-top on scroll on the web app?
I try to understand your decision, because I would have choosen position sticky.12 -
Hi im Nika call me Phazor , i got into programming when i heard on discord about html, then i learned html, css, still working on JS (Hard), im only 27 percent and i skipped the functions because the string interolocation / perameters were too confuseing, also after i finish js (might not) , im going to see if i can create a Tampermonkey user script for a game! =D and probably use repl.it to see what projects i can create with JavaScript113
-
Hi guys!
Hopefully going to be heading to a job interview as a Junior Front End Developer over the next few weeks. Primarily a web designer but taught myself to code as well. The job uses HTML, CSS, JavaScript and Angular. I've heard a few people mention tests companies use in interviews, has anyone had any experience with these? What type of things should I prepare for?13 -
Jeez, it can be done! Thank you CSS, i really thought it wasn't possible. My bacon is saved. (Overriding an inline style, javascript generated, from a linked style sheet).2
-
On a digital marketing course.
Teacher:
"Web pages are made of structured content and style, that's HTML and CSS. There are also many programming languages, like JavaScript or Python, but we are not discussing those here because it's computer freaks stuff. Now let's talk about cookies..."
Me: Should I kill myself now or wait until that man stops saying shit an die killing him too...?1 -
I'm actually excited for this school year, since now I'm taking my programming class. (I'm taking HTML, CSS and JavaScript)7
-
I dislike Google page speed. I understand their intention but sometimes it's just stupid, like inclining critical CSS and loading in the rest of the CSS using JavaScript.
What happens if the user has JavaScript disabled? They get a half rendered site they can't use that looks broken, but hey, at least the crappy site loads quickly.5 -
A friend suggested that I'd start learning a scriptable language like Ruby, Python or JavaScript instead of beginning with HTML and CSS, until I feel comfortable with programming.
I want to be a web developer and Ive learned some HTML.
So, any opinions?9 -
Why didnt anyone tell me about you could create mobile Apps With HTML, css, Javascript and node.js?!12
-
Hello and welcome come to hell for developers. Take a seat at any open computer.
You may have noticed we did away with the fire and brimstone.
Instead we just have you maintain the legacy code from your first job.
It's genrally html, php, javascript, and css all on the same page and all mixed together.
We would say have fun, but that's not really the point. -
manually writing multiselector widget with jquery and javascript, because you need to be able hackily pass in metadata for some stupid fucking edge case that the previous generation didn't want to deal with
please euthanize me, i fucking hate frontend and im sure it hates me back3 -
>be me
>drinks coffee daily
>goes a day without drinking it, tries to code
>has problems focusing & getting things done
>has trouble staying awake
Never code without drinking coffee
My face when I had 15 errors in 40 lines of code2 -
I’m currently a trucker and can’t get my shit together, studied html css JavaScript Xcode and Python... Now I’m watching electronics and automation videos.. I’m losing my shit idk what needs to be done I’m worst than a 3 year old kid.. Losing my Shit I love learning but I’m stuck.. Stuck? I don’t even know why I feel stuck.. Idk what I should study and focus please help, trying to leave the trucking industry..9
-
I'm really happy 😁
I'm usually a library developer, but I bought a domain and started a website: forbylinux.com
I'm constructing my own Linux distribution and package manager from scratch.
Anyway, I've never used CSS, html and JavaScript before, how does it look? (It's kind of empty, still have to add content)9 -
Why are you all so obsessed with hating jQuery? For me it just does the job done. Animate stuff. But I agree being totally dependant on javascript is bad for any website. Seen hundreds of wordpress spaghetti code where fancy effects were made with jquery like CSS opacity 0 and jquery animate to 1... What a bullshit. But yeah I still love jquery. Easy, fast and reliable.3
-
Just noticed a job description.
"You have excellent skills in JavaScript, HTML, CSS and backend development with PHP and MySQL. You also have experience developing for iOS and Android."
Are these requirements realistic?3 -
You are almost done with your project. And lowest version of IE it needs to works on is 10 and that makes you happy! That means you are getting old because you remember the IE 6 days.1
-
Just for shame, moral support, then laughs, let's all we web developers first our first (or very early websites).
Here's mine. This was the first site that I ever built, entirely in vim. Html, css and a but if JavaScript.
Let me have it. How bad is this for a first site?
http://disabledautoalert.felinesoulsystems.com/...3 -
Just started learning HTML, css and JavaScript. What are the main components to learn thoroughly besides the DOM.7
-
CSS! after days thinking about this and using chrome dev tools to find the magic numbers ( thank arrow keys) i finally made this thing responsive. The magic is in 53px. Thanks to javascript i also did what seemed almost impossible for me in CSS. Phew!!!2
-
It's been long time that I use the JavaScript blocker add-on by default, and I pretty much get accustomed to see and perceive the web as broken styling trash for most of the times.
And this broken state(on non-SPA websites) isn't even justified because CSS has never been as powerful as nowadays. So... WTF?
On my side, I never let the absence of JavaScript ruin the template/style of a webpage u_u12 -
When a client wants java, c, PHP, Ruby, Javascript, html, css, data mining, AI, bot development, Android development, iPhone development, Amazon services, masonry, Kung Fu, cooking, driving, flying, deployment, mechanic, electrician, plumbing as required skills.
-
I'm interning and working on something above my skill level and it works for the most part but I think I may have done it completely wrong for like the past week :') everyone is on paid vacation and I'm just sitting here like a baby bird with a broken wing
"halp"
Pls no anger if it doesn't do exactly what it is supposed to. I am frail.2 -
Wanting to get into reactjs but no idea where to start, I'm coming from straight php/html/css and JavaScript.
Any ideas where to start, articles to read / examples to play with or check out?7 -
Node introducing Javascript as more than a front end web language was definately the start of the apocalypse. Just because you can use javascript/html/CSS to build a desktop or mobile app doesn't mean you should.9
-
Sass.
I'm using the @use directive to avoid bundling the same thing a hundred thousand times.
Sass doesn't give a flying fuck and bundles the same thing a hundred thousand times
Why you must hurt me like this5 -
Is there such a thing as a front-end developer or are we all becoming either UX engineers or JavaScript developers?
An interesting article from Chris Coyier made me think.
https://css-tricks.com/the-great-di...2 -
Am I the only one who thinks that it is put of hand this thing of "building" websites?
CoffeeScript -> JavaScript (+ 1M libraries)
SASS -> CSS (+ framework)
Markdown -> HTML
etc.
Does not his mean that we have failed at creating languages and tools?7 -
I though of a great way to explain to an absolute beginner why you need 3 file types to build a website:
It's like building a house
HTML handles the structure of the house
Javascript handles the electrical and water (things that make the house run)
And CSS, like the decorators that make the house look pretty6 -
How to fail my interview 101:
1. Change your GitHub status to "I love learning new things every day"
2. Start by showing off your code katas
3. "React is the best way to do frontend"
4. "Unit tests are necessary"
5. "TypeScript is better than JavaScript"
6. "I don't have to learn CSS, I use Tailwind"19 -
Visited three book stores today.
Most books about software development on shelves were about :
android / css / c# / html / javascript / python - in alphabetic order.
Many motivational books ( almost half ) about how to become software developer just because “it’s a dream job” without any interesting content.
Less books about c/c++, networking.
Microsoft is still present with certification and windows and I didn’t saw any linux book.
So that’s the future - full of microsoft and android, javascript, html and script kiddies.
So pretty much the same as it is now.6 -
Does anyone remember BASIC?
10 PRINT "Hello World!"
20 GOTO 10
I learned it when I had my Commodore 64. Recently I've gotten the itch to dive back in the development world. So I'm refreshing my memory on HTML and CSS (yes I know they're not programming languages) then move on to JavaScript and either React or Angular. Hopefully I will be able to contribute more to discussion on here than just lurk.19 -
My 60th Day of learning Html and Css,
#Kindly comment on Font colors. And font family🙏
#I now think am capable of handling javascript🙌
#Anyone with Javascript ROADMAP , kindly help🙏12 -
A certain custom template engine made by some bored developer who had too much free time and thought he could create something better than other widely used template engines. He somehow convinced the lead dev of the company at that time to use his wonderful creation and it is still there after many years.
Spoilers: it is not better than the template engines he copied the features from, and it somehow fucks up certain parts of the css and javascript which makes it a real pain in the ass to work with. -
As a fan of C#, I'll be entering the world of web development with ASP.NET, but there are so many things to learn before getting started! Javascript, bootstrap, css grid stuff, angular vs react things, docker, microservices, http and REST stuff, accessing some remote thing through ssh. I feel so intimated and don't know where to start!14
-
Going to broaden my skill set by learning Java. I come from a Python (also working on the front-end mandatories: JavaScript, CSS, ect...) background and I'm already cringing from the extra work in syntax with Java.1
-
That's gotta hurt dawg: Emotion(a CSS-in-JS library)'s 2nd most active maintainer ditches own solution for SASS + CSS modules: https://dev.to/srmagura/...
Didn't feel right from the start. Everyone showing their true feelings for CSS-in-JS in the comment section.
Please tell me the next big thing will be going back to basics & not go to even more insane lenghts for marginal DX improvements.2 -
If I don't know Java and no plan to learning it how should i learn kotlin?
No experience with c or c++ either. No programming experience at all. Because HTML and CSS aren't programming so yeh. plan to learn JavaScript next month after my fucking exam.6 -
The web dev front-end world is insane!!
webpack, babel, node, npm, sass, css, postcss, javascript, cypress etc etc.
It should be easier and easier to build web apps NOT harder and harder for each year!13 -
a web developer job post ask for html/css/javascript php/asp.net
me: what are your opinions about that job post? 😀😀
IT friend: that's ridiculous! ! , they ask for being proficient in 5 programming languages. 😲😲
me : 😮😮
then
me: 😱😱2 -
It's really sick how beginners start to code in Javascript and CSS, and their complex frameworks, without even understanding atleast the paradigm first. Googling your way up can be fine for smart ones, but as least time optimal this learning method sounds, it's as dangerous and non-productive too.
Also once project gets to a certain level, it's practically impossible to revisit and refactor old codes in front-end languages which kills the maintainability. Views?3 -
I just released a new Laravel package. The concept behind it is to use PHP for everything, so you no longer have to write HTML, CSS, or JavaScript. No more constant file and context switching. It also allows you to create and use components in the same way you would with JavaScript libraries like React or Vue.
It's called Malzahar. A magic PHP framework. Build reactive web apps without writing HTML, CSS, or JavaScript! Powered by Tailwind, Alpine, Laravel, & Livewire.
- Github Repo - https://github.com/bastinald/...
- Demo Video - https://youtube.com/watch/...
Thanks for checking it out.6 -
My team for the uni project is quite big (8 people) and we need to create a progressive web app. The problem is I am the only one who know some JavaScript and I am not even good at it. Does somebody have tips how to learn web dev quickly?4
-
=Your Human Body!!= what do u think you run on in real life??
What do you think you run on??
Brain: C++
Skin and bones: HTML + CSS
Data: Typescript or Javascript Or Node.js
Walking and breathing: Python
Defense: Java cause every white blood cell is a new class
sleeping is basically C++ packing in all the files unless someone gets drunk they cant pack correctly thats why their brain is probably messed up >=) i would say the beer is corrupted code folders16 -
I went to a university open day for the lecturer to tell me multiple times they used "HTML, CSS and Java" in their Web Dev course. If it was a slip of the tongue, I get that, but he said "Java" instead of "JavaScript" at least four times.
I didn't think I'd ever decline a university offer, this guy proved me wrong.17 -
!Rant
Yes, I know I'm shameless, but here we go:
Are there any norwegian devs out there that are looking for a new colleague (webdev)? :D
I'm going to be out of work in a few months time, and have started applying for jobs in the Oslo area, but most jobs I see listed require 3+ years of experience. I've worked with web for about 9 months and I'm keen to get more experience. Interested in a full time job or being a trainee.
Proficient in HTML, CSS/SASS, JavaScript/jQuery, PHP, Wordpress, MySQL.
If yoy know anything, please let me know :)5 -
Was trying getting started with javascript(actually web dev) by creating a simple app.
All i saw in tutorials were dozens of *JS and *CSS frameworks. What are the web guys upto?7 -
1. Reading eBook “Beginners in vb6”
2. Made a calculator with vb6 to help me in Math homework
3. Made few other desktop apps on vb6 for fun
4. Got interested in Websites so started with WYSIWYG Microsoft FrontPage
5. Started learning frontend and backend coding from WYSIWYG Dreamweaver (HTML, CSS, jQuery, MySQL and PHP)
6. Then custom coding on Sublime. Made around 6 side projects (HTML, CSS, jQuery, MySQL and PHP)
7. Started learning core JavaScript and followed by other programming languages
8. Interest came in making Android and iOS apps. I learnt Java and Swift for it
9. Now I span between Web and Mobile Apps -
Once upon a time I spent a week writing down a "Coding Conventions" document, setting up linters for JavaScript & CSS based on those rules and put the call to the linter in our gulp build task, only to figure out the next day it was commented out by some guy because "the build task was throwing errors" due to his shitty coding style...3
-
I just spent an hour researching about how to do this thing in a particular JavaScript framework when I remembered I can do it in CSS 🤣 I'm so embarrassed I really need to practice my vanilla
Worst of all I did find StackOverflow answers with the framework solution but it's so easy in CSS -
Sooo after returning from my 3 weeks of vacation (student part-timer so no real obligations) I learned that the last two months of work refactoring our legacy app to conform to modern Android app standards, is being shut down because we begin to rewrite everything for cross platform...
Not sure how I feel about it, because I really liked Android development and I poured my heart in it... On the bright side: I'll get to learn more Javascript, HTML, css and polymer stuff which I guess is good.
It still stings a little 😥5 -
I'm a Beginner Web Developer. I know Angular2, Nodejs , Mongodb, Html, css, JavaScript but never have I ever worked with Wordpress. Is it a bad thing?14
-
Random recruiter from LinkedIn sends an “opportunity” in a well stablished German company in Madrid ..
.. has three entries in requirements for jquery, associated with, and I quote “OOP, Object Programming, and other frameworks” ..
Goes on to require knowledge of “css, scss and saas”, along with “Don HTML” ..
And requests “experience with the principles of agile user interface methodologies” ..
And Angular 1 ..
How would you respond to this one!?
I actually did, corrected the mistakes, told what other mistakes were at the differences between libraries and frameworks, .. and that I don’t like Angular and I’m not interested in learning the old one at all ..1 -
Different types of comments that I know in programming languages
C, C++, Java, C# , JavaScript, Golang
// whatever and /* whatever */
CSS
/* whatever */
Python, Ruby, BASH, Powershell, perl, TCL
# whatever
Almost all markup languages
<!-- whatever -->
I was amazed by how many languages i know along the way!9 -
Semantic ui is bullshit.
I have been css frameworks
Bootstrap
Foundation
2 more that i forgot.
They are huge and simple to understand.
Now fucking with semantic ui. Bullshit docs. Javascript problems conflicts.
Will try bulma without js.
Or back to bootstrap.5 -
My favourite tool currently is Gulp, although that sentiment is slowly eroding as I integrate it into a project that is 10+ years old and follows few standards with regard to css and javascript files. At least it is a quiet period in my workplace at the moment and it will improve development workflow when I'm done3
-
Looking for job as C# programmer be like:
Job offer: C# Junior Programmer
Expectations: Programming in C#
Reality: Programming in C#, JavaScript, CSS and HTML2 -
Question:
I've just learned html, css, php.
JavaScript and SQL i know from Before. I have used VS since the day i started programming. For all My languages ever! The thing is that My HTML/css placement skills are a huge time stealer. I waste 90% OF webdev time to just get things to the right place even with bootstrap css. Write->compile->write...... So My question is IF i should change program for writing html/css to à more visual/interactive editor or stay with VS and hopefully i become pro designer soon.3 -
Surely I can't be the only one curious enough to start this discussion; so what's everyone's backgrounds?
I'm sure we're all under the assumption that we're all developers of some sort and like to rant about what we do-- hence the app name-- but what does everyone do? Such as what you make, what you've made, your skill set and a little info about yourself
Myself, I'm a 21 year old male from the North West of England. My name isn't actually Markshall, it's Mark, but I'm a huge fan of Eminem so it's a play on my name on his (Marshall).
I'm primarily focused on web development but I started programming at the age of 11ish in Visual Basic 6 and found the web development was my chosen area of expertise. I know the obvious HTML and CSS, but also know PHP and JavaScript and have lots of experience with MySQL databases and rather extensive knowledge of the jQuery library -- yes, I do know it's a library and not a separate language before people get pissy!
I'm not yet employed by a web development company, I work in retail whilst I freelance my web development skills
I have an online portfolio at http://mark-eriksson.com (needs a little updating-- not all my projects are on there and you're unable to view any information about them)
I write code in Brackets (http://brackets.io) on my 21.5" iMac. I use Google Chrome and have iPhone 6s Plus 64GB. PS4 player. Vodka and Jack Daniels enthusiast.
So, what about you?
Side note: devRant needs an edit feature :-(12 -
From HTML CSS javascript to some voodoo WPF xaml and c#, mvvm and databinding dependency inject cluster bomb to my brain god Microsoft just put a tutorial out like a normal group of people. where you do examples of projects. I'm 2 weeks in and this still makes no sense5
-
I know this has been before but what is better to use for HTML CSS JavaScript and PHP, Sublime or another text editor?6
-
Dreaming in Code!
I know very little code at this point. Mostly HTML, CSS and a sprinkling of JavaScript and Python.
That was clearly enough for my brain to generate some imaginary lines and fill the gaps in a night of wild dreams.
I guess any code language works much like human languages with grammars, vocabularies and punctuations.
So dreaming in code isn't all that odd?!
Whether you're learning Japanese or JavaScript, Portuguese or Python, you need to read, repeat and regurgitate.
I hope that's what my mind attempted last night. Not the most visually inspiring of dreams, but certainly vivid.
Has anyone else experienced something similar? Has anyone tried applying language learning tricks to learning coding?8 -
What's a reasonable salary for a Junior Web Dev with 3 years experience in London?
PHP
MYSQL
HTML
CSS
Javascript
Thanks12 -
What's the best resource (curriculum, pdf, video download link...) you suggest to teach an online class which is a whatsapp group/telegram channel web design. - HTML, CSS, Javascript then build some sample website. Please let suggestions be whatsapp or telegram friendly.
PS. I'm in a country where internet connection is expensive.question teaching material webdev html & css learning to code teaching planning javascript suggestions8 -
What's a fun way to relax after spending the day fighting with JavaScript and CSS? Probably not doing Karazhan! I just want to unwind, forget about moving shit over a pixel, have a glass of wine, and play my alt.1
-
It's been a long time since I was active but I felt like ranting about my shit college today.
Everything is so slow and dumb there. I'm in year 2 and we started learning JavaScript in class and our teacher said: "Here's a picture of a soccer score table. Now try to remake it with HTML and CSS!". WTF? I thought we were supposed to learn JavaScript?
This wasn't the first case of stupidity in my college (more stories coming soon).3 -
I remember when i was first deciding whether to do web programming or desktop applications, i chose java/C/C++ mainly because I already had experience. Back then when i was researching web stuff it was HTML + CSS + javascript and something called jquery, ok cool seems like I can pick it up in the future. Fastforward to 2018 and i was looking to get into it, BUT holy fucking shit what a confusing minefield and cesspool of javascript horror and frameworks and bloat, wtf happened??
-
What does it take to build a good looking and responsive website?
I'm familiar with basic html, CSS, Javascript but every time I try using any js based framework I get confused as which one to use. Where to start. Any tips please?4 -
Finally enrolled in a c# programming course!
I've got somewhat of a knowledge in html and css and was wondering for a long time if I should go Javascript or Php, but got an advice that c# will give me a broader understanding of programming.
Can't wait to learn! :) -
so i did this nice tool with data structures, dynamic ui composing, input sanitizing, modularity and scalability with tidy and efficient javascript and useful css.
showing it to my boss: "cool what you can do with html". WAT?
(he is not a programmer but knows i´m into web-programming) -
So I am usually more of a classical backend/ app developer guy. I like my Local compilers/interpeters whatever. Recently though i kinda started thinking about how Web Apps work, and how to actually make one, which lead me to the Realisation that i actually have no idea how any of it works. So I started a little private project using django, as I am quite good with python. But soon after starting i realized that that wouldnt be enough, i would need to learn the basics as well as a couple of languages.
So can the community recommend me some books and learning material on JavaScript, HTML and CSS as well on general Web development ? While we are at that matter, can someone give me a rundown on what the differences between Javascript, angular, jquery etc are?4 -
My dev area of focus? Frontend web, and always trying to lean more towards CSS and UI/UX than to javascript.
Why? Because I discovered that I'm a designer with zero ability to design, so with CSS I can at least implement other people's beautiful designs. -
- Stop procrastinate;
- Start a open-source project;
- Go deep in math and logic;
- Perfect my English;
- Learn some soft skills;
- Get a hobby outside dev;
- Get some exercises;
- Master Javascript and CSS.
It's all I can think of now, but I have so much more goals for this year that I will be very busy, and in the end of the day it will all come together.2 -
!rant && advise
I have some expirience working as full stack developer, but focussed latly mainly on backend (php/java). However for one project, I need a desktop application and I was wondering, if you would recommend electron for it.
Pros:
- I could reuse some of the webapp stuff and cache it offline using web workers
- Styling done via HTML/CSS
- Portable between Linux/Windows/Mac
Cons:
- I haven't worked (much) with node js so far, but that shouldn't be a too big problem
What are the pros and cons from your point of view? Would you recommend electron? Why yes, why no? If no, what would you reccomend as alternative?
My knowledge so far:
Good: PHP/Java (without GUI)/CSS
Quite good: Javascript
Meh: Python (I can hack things together but wouldn't say I'm good with it...), C++8 -
Nested CSS declarations without using SASS or similar.
Fewer Javascript frameworks. We have enough.
Spending caps on AWS so I can mess around without worrying about going bankrupt. -
Internship Title : Database building
Skill(s) required: Java, PHP, HTML, CSS, JavaScript, C#, Python, SQL, Bootstamp and Adobe Flash and CCNA
Yes, you read it correct, Bootstamp
WHHHHYYYYYY ???3 -
!rant apologies
I am a third year computer science student and I'm interested to see how professionals think I stack up against grads they have worked with straight from uni.
I have spent 15 months at a web company working on bespoke solo products on LAMP stacks. I know html, css, JavaScript and its library JQuery very well (I know JavaScript is massive to be saying I know it well)
I am reasonable at PHP and MySQL. Currently I am studying node.js and building an api that mashes up data from other APIs to build a new service. I'm also working on a C# Microsoft framework bespoke website. I know git to a reasonable level - branches, merges, rollbacks and all that jazz.
I am also studying development architectures to try and be more useful.
So if you guys came across a new grad that knew HTML, css, JavaScript, JQuery, maybe angular js, PHP, basic Linux commands, MySQL, C#, dev architectures, agile methods, node.js, git and has 15 months experience working on small to medium sized solo projects would you want to hire them?
Point to note I'll probably graduate first class (80%+) from a mid range uni.
Sorry, I know this is not the place but I like this community.5 -
non-rant;
is anyone aware of a fairly comprehensive JavaScript/css assessment for hiring a junior dev? just want a boilerplate assessment structure that I can expand on. it would be an untimed take-at-home.1 -
Well, Uhm I have this instructor in Web Programming that throughout the whole semester, what he only thought was html and css. We never tackled PHP nor Javascript, SMH.
-
You know you’re spending more time writing javascript when you try to end a css attribute line with a comma as if it were an item in an object.1
-
I'm struggling with learning JavaScript and wondered if anyone had advice that would make learning and retaining it a little easier.
I've been through multiple HTML and CSS fundamentals courses on various apps and a couple on JavaScript and though I have the basics more or less down the more advanced stuff is really kicking my brains butt.
I would ask this on Sololearn but 90% of people on there are morons who struggle to even use the app let alone read. A page can give you the answer to a question that follows and you got people saying that they need help with the answer. I mean how dumb can you be?
I'm not looking for an easy ride but I do feel I lack direction and with so many resources out there I'm a bit lost as to what experienced devs think are good.
I'm pretty consistent on at least on hour a day, 7 days a week. Though I only have about 2 months of experience which isn't crap in regards to the bigger picture. So I'm still extremely green but also very dedicated and want to learn so I can change careers.
Anyways opinions and or criticisms are welcome.Cheers.18 -
Am I wasting my time doing a Software Engineering degree when my main interest is Web development? (we study nothing related to html, CSS, JQuery, JavaScript, Ruby etc) it's mainly C++ and C#8
-
Hello Guys... Just wanted to have some opinions:
Considering long-term career stability, how does a Machine Learning engineer compare with a Software Developer ( C, C++, Java, Python, etc. ) & a Web Developer ( Java, JavaScript, SQL, CSS, Python ) ?9 -
Just had the displeasure of working with knockout, how is it that a JS library can be soo fundamentally flawed that you cannot concatenate a string with a variable inside a binding definition.
All I want to do is create a css class using the value of a variable inside an itteration with a prefix, so that I can write other less bad code to get around KO's other limitation, but no, you cannot concat, why would I want to do that inside of javascript.
Useless pile of tosslet2 -
Greetings devRanters!
I found this on a social network. The error says "Type the password twice". Then I replied "The password must be twice". -
I'm looking for some Remote work to do as freelance or "startup", low pay is alright if there is not too much pressure. I'm a Front end developer who's trying to actually apply some of my React knowledge, maybe someone can take me "under his/her wing" :) , HTML, CSS and Javascript (jQuery) are no problem. If anyone has any pointers or recommendations, I'd appreciate it. Thanks2
-
How many languages do you really know... I'd say 7 for myself
"Html" "CSS" JavaScript php "SQL" c# Julia c++ python
bit of c an java (count them as 0.5)
Get on my level 😉 seriously thou, what would you guys say you really know?33 -
Worked super hard the whole sprint on a module to get it perfect, only to find out today that 90% of it was just changed and will need to be redone next sprint.1
-
I have a friend who always talks about coding on his whatsapp status, he even posted a screenshot of a mobile app he allegedly was working on. So, i asked him what language he uses to Develop Mobile apps (not web apps) and he said, html, css and php. I am a beginner in programming, i know java, python, dart and Javascript can be used to develop mobile apps,can we also use html, css and php to develop mobile apps?8
-
Can someone guide me about a tech career which does involve extreme maths(like ml,ai,ds) or JavaScript/css?7
-
XHTML, I had to work on an old project that was developed around it with IE 11 in mind, many bullshit limitations where a hassle, from all the tech, HTML, CSS and JavaScript. Developing with workarounds was the norm. Never gonna develop with it.
-
When I make a good popup on the entreprise website and I forget to make him reponsive, this is doing that :/ my boss gonna hurt me so hard
-
I started learning JavaScript for school and when I first heard the idea that I had to learn something with Java in the name I was not amused. But then I started and it was amusing and I loved it from the start. And now I've started making basic projects to practice and stuff. Soon I'll be making my classes Js projects! And if you all have any suggestions on what I could program it would be helpful!3
-
Why the hell Microsoft browser support the standards created? The website which I had designed worked well in my mobile (Android) and PC (Ubuntu) then I just opened it in friends laptop which had windows 10 and guess what? Transition failed to work. Why the hell Microsoft? Why the hell?3
-
What is your opinion on best text editor for HTML, CSS, Javascript, PHP and SQL and with built in FTP?
Seriously in need of a good editor 😑31 -
Hello devrant people.. I have joined today. I am a software QA and I like to create little web applications by self learning. I like to use rest API which are free and public.4
-
Do anyone know How to creator a css object with javascript Code and be able to charge properties of it?10
-
Another newbie question
Is ruby on rails worth learning now and is it dead ? I am a bit of a newbie to backend. I did create a site for a friend a year or two ago with django but still it was pretty simple. My horrible code is available here :- https://github.com/akshaytolwani123...
Also is this course on coursera for free on audit decent for the basics https://coursera.org/learn/... or should I just use freecodecamp or similar.5 -
So I started learning html, css and javascript this year... After getting stuck in understanding a few concepts I started learning a little of sql and Java...
Now after a few begginer tutorials I have no idea where to go or what to dedicate my studies...
Most companies around my city use Java, but I'm already 29 years old and I feel like this will be a problem... Should I focus on learning frameworks and try big companies internships, or go for web development and start working on my own?5 -
I moved to a foreign country, is it practical to try to freelance remotely when I've acquired the skills to build websites? I don't think I'd be ready soon, but I'm just curious of others opinions. (I've got a pretty good grasp at HTML, CSS, jQuery, and JavaScript.)
-
I have a technical job interview via phone call later today and would like some advice on what to prepare for.
The role is Junior Web Developer and here is what's expected of me:
- Good knowledge of HTML and CSS
- Some knowledge of Javascript
- Some experience with a PHP framework such as Laravel
- Some experience developing themes for content management systems such as WordPress
- Basic familiarity with Git or other VCS
Those are fairly low requirements and I meet or exceed them individually but just want to ensure I prepare properly.
What can I expect?3 -
What are some great react projects utilizing hooks, functional components and possibly the context API.
Need some great ideas for projects from good sources. Need something where I can really LEARN. I mngood at following along YouTube videos . It gets me going then I get into Auto pilot mode. Where I can foreshadow what's gonna happen next. Please help!
1. Project ideas.
2. Great resources1 -
Just finished rebuilding a personal website , pretty normal just a link aggregator I guess and I have got over 160 lines of vanilla CSS but only 15 lines of JavaScript. Is this normal lol ? I think I focus too much on design and "aesthetics" .4
-
All of these mentioned below are tools used by web developers. Do pin me if I missed something or incorrectly stated it.
0. laptop
1. Javascript
2.HTML
3.CSS
4.MongoDB
5. Typescript
6. Caffeine
7. wtf!!s12 -
Why are websites fundamentally divided into 3 components - Html, CSS and JavaScript? Wouldn't a single component written with a single language be a better approach in all the aspects?25
-
I want to code this application idea that I have but want it to be cross-platform in the end. Is javascript html css the way to go?9
-
I been working with pure javascript and css forever, and for awhile I been avoiding these frameworks and whatnot but now I think it's time to dip my toes, what's the first easiest to learn quickly framework? I heard I should start with react?5
-
Started learning development 6 years ago with VB on YouTube, after a year I switched to C# and then I got into web development so I started learning html,css,javascript,php and I just add to that list nowadays (nodejs, python, rust, ruby, ...)
-
I'm in my 4th week of a coding bootcamp. I left last nights class in tears and ready to give up. We were barely introduced to JavaScript last week and this week we're on jQuery, not to mention, I'm supposed to have mastered HTML and CSS by now. I don't understand SO MUCH of this!!! Every YouTube, CodeAcademy, TeamTreehouse, etc. video is DIFFERENT!!! No time for this, I have to make a hangman game by Saturday!!!2
-
Gonna start up my own blog pretty soon. I've got XAMPP set up and a few pages ready to go. I just need to figure out what to actually write about to put in it. Any hints or tips from y'all?10
-
Generally new to programming, building a static practice portfolio site, encounters first few hours of being stumped from coding.
I now understand the struggle of missing semi-colons 🙃 -
When a co worker pretends to work all day by "fixing" something that you've already fixed. Just so that they have something to talk about at stand up in the morning.
Git commit -nothing 🙄 -
Hey web Dev out there.
What do you think about this trick to implement live reload when you are modifying the css of a webpage
You setup a fake form that you submit every like 2s or 1s(depending on your need) by using JavaScript
I know it sounds ridiculous 🤣🤣🤣🤣🤣4 -
I am on summer vacation and i want to create something interesting ,do u guys have any suggestion
I know
java,html,css,javascript,c++2 -
Hey, everyone. I wanna modify my click test game like this one https://clickingspeedtester.com/cli... .
I made the game (using youtube) but it is so simple. I wanna make it more professional. Anyone know how can I add the ripple effect?
Please guide me as I'm a beginner. Thanks in advance1 -
Who else finds HTML/CSS to be just plain bad?
since that's what the web adopted, apparently no matter what you are developing if it involves a GUI then the design method almost always follows in the same path as the web.
that's not the issue though, the real problem is that the web adopted a very horrible way to create a UI, while HTML might have been fine for 90s-style websites I just feel like its a very lousy way to create a modern interactive webapp UI, its just very painfully obvious that it wasn't designed for that purpose. remind me again what HTML stands for? "HyperText Markup Language" yea that sounds about right. and CSS really doesn't help but double down on the flaws of HTML.
on a whim I can come up with a better method:
instead of the weird <body><footer> structure, why not have say "objects that flow in a 2D space", you define the parameters location and dimension of these objects, with something like javascript they interact with each other and just like div in HTML objects contain smaller objects.
this makes a lot more sense than the footer/body design or the obviously duck-taped attempts at controlling the style in CSS, like flow, and absolute-position.
am I alone in this?9 -
Typescript , Covfefesript, Sass and all the other javascript, CSS mongrels suck. Let them die out please. No offense.7
-
My student magazine will begin recruiting new members in the coming weeks. And this is the second time they will be hiring a web developer. (First being me) However, they would like me to interview and test the applicant.
What would be some interview questions you guys would suggest?
In addition, I would like to ask him to solve some programming problems in html/CSS, JavaScript , and PHP. Can you guys suggest some problems I can give them? (I will surely ask them to do FizzBuzz.)6 -
I am starting to build a portfolio for my dev services... Do you know any I can get inspiration from?1
-
Is it wrong of me to want to learn technologies like GraphQL, databases, Nest.js, and other backend related technologies without having solid HTML, CSS, and JavaScript knowledge? I've been working with Node.js and Express.js for a couple years now but really want to dive into more of whats possible on the backend but I never felt interested to learn the frontend. I do have some very basic knowledge of HTML, CSS, and JavaScript, but I feel I couldn't pass a technical interview related to them. I just find the backend so much more interesting and fun to work with over the frontend.3
-
Does anyone know how to preview your code through VS Code I can't view the files at the same time I can only open HTML or CSS or JavaScript by themselves9
-
For our internship requirement. We developed a web-app with inline Javascript and CSS. I know, it was only a matter of time for our senior dev to kill us. HAHAHAHA2
-
Help, please.
I have an only HTML(CSS and JS) app. I want to put it in Play Store. How?
I saw somewhere Phonegap can convert HTML to apk, but if I do it, will it work well?
I mean, if I want to put google ads or any other ads can I choose where to put them?9 -
devRanters! I really could do with brushing up my front-end skills, is there a website out there with small but difficult front-end challenges to improve my CSS and JavaScript chops?1
-
!rant
Need advice, learnt HTML CSS and light JavaScript and abit of Jquery, moving to back end stuff now but what should I learn, been told python is great, but with node coming to JS has made it more popular..any(unbiased) help please?1 -
Not a rant, but has anyone here had any experience developing a StyleGuide?
I'm looking at building one that could document JavaScript and AngularJS as well as CSS etc.
Having a hard time finding a generator/tool that would work.
If not I'll look into building one myself... 😬4 -
ProCoders ,first of all, is a team of talented software engineers who love what they do. ProCoders are an IT staff augmentation firm with more than 80 engineers on board who can manage any project. As a professional offshore software development team, our team can find the superior software engineers for your startup. Our company are experts in CSS, Node.js, Flutter, JavaScript, HTML, React Native, Ionic, TypeScript, Angular, PHP, Vue.js, Symfony, Ruby, React, Laravel, Ruby on Rails etc.2
-
Creating a mobile application. Only a simple calendar with some features. Should I use native code or use hybrid?
I know java and HTML , CSS and JavaScript. Question is which one would give me the least headaches?4 -
What do you think about career choice if one loves JavaScript and it's frameworks but hate HtML CSS13