-
Content Count
2,685 -
Joined
-
Last visited
-
Days Won
203
Content Type
Profiles
Forums
Calendar
Downloads
Gallery
Store
Posts posted by administrator
-
-
Just check that the link to the CSS has the right path. It's in that line of code.
-
Hi,
For people new to the subject, here are the 4 online marketing methods you have at your disposal:
- Content marketing: Writing articles, making video and podcasts.
- Social media marketing: Instagram, twitter etc ... Both paid and organic.
- Google ads.
- Email marketing.
What method you use, or combination of methods, depends on your skills, time and target market.
Stef
-
Sorry, I don't know of any.
S
-
I think even with 50 templates you could launch.
-
Hi use the isset()function. Check this out:
-
Hi,
You should post the relevant HTML and CSS code ... not the file. And be sure it is the local code, not the whole page.
Just a coding error ... re check.
-
15 hours ago, EpicCareerChangeR said:
I finished the python course. Stefan is a very good teacher. I really enjoyed it.
Glad to hear it!
I would do the Foundations courses in the web dev course and then do a refresher in the Python. You will move quick because it gets easier as you go.
Stef -
To a very limited extent. Much better having inbound links and talk about your site on social platforms.
-
Oops ... just catching up!
I assume you figured this out by now!
I am assuming you are opening a connection to your database somewhere?
Stef
-
On 11/28/2020 at 7:24 PM, derekweaver said:
Thought that perhaps it was because the tif files had layers, so I flattened them. That still did not help.
You can't use .TIF in web page. Your options are jpg, gif or png. PNG is the most advanced image format / type.
You have to convert your tif files in an image editor ... you simply cannot just change the file extension.
Makes sense?
-
Ahh ... you figured it out?
If you want to get good at this, then I would suggest learning the foundations:
https://school.studioweb.com/store/course/complete_web_designer
... Doing these courses will make using DW, or any other web design program easy!
Stef
-
On 1/8/2021 at 10:04 AM, esstee said:
or can it just be loaded once in the external stylesheet for example?
I believe external stylesheet will work. Just try it out!
Stef
-
HTML5, CSS3, JavaScript and PHP for the server.
Check out my course package ... it teaches you everything you need:
https://school.studioweb.com/store/course/complete_web_developer
Stef -
1 hour ago, CharlesNg said:
Enough dose of coding for me for the day.
Haha!
That good. Just do what you want to do per day .... and keep it fun!
Be sure to check out the content/videos in the private club, there are videos on learning strategies.
Stef -
Oops ... I missed this.
Did you figure it out? You literally move the image to match the path in your code or you change your code to properly point to the image.
-
I made very, very sure that the code works in all my courses. In fact, you can see it working in the videos.
So if you are reading this and hitting a bump in your nerd-learning road, just keep going ... it will all workout.
-
It is pretty static in 2021 ... flat design.
-
Well, for the front end, you have no choice ... the only languages are:
- HTML5
- CSS3
- JavaScript
For the backend, server programming ... you have many choices:
- PHP
- Python
- JavaScript/Node
- Java / JSP
- C# / .NET
- Ruby / Rails
... And more.
You can learn everything you need here: https://school.studioweb.com/store/course/complete_web_developer
-
Can you send a screenshot?
-
4 hours ago, JoJoZep said:
I am currently learning to use Dreamweaver CS6.
You are probably best to upgrade because CS6 is a really old version and it not writing the best code for today. This will likely lead to problems.
-
Welcome to the group!
I will be unlocking access to the private mentoring club soon. Expect a notification.
Stef
-
My courses teach the fundamentals of freelancing ... this has not changed for the vast majority of projects. What you describe are specializations.
-
1
-
-
First draft should be functional website ... but rough. You should have been paid the 33% before delivering the first draft ... as you know.
Order of payment should be followed ... as detailed in the Freelance course.
Sorry for the delay answering.
Stef
-
1
-
-
Sorry I haven't been getting to this. I will be announcing news about the forum tomorrow in the zoom meeting.
Stef
I'm trying to figure out how to do something and I haven't seen any good examples.
in Beginners Web Design
Posted
Hi,
Just apply an ID or class to the list and then create a style for the list with CSS. For example:
The above code changes the background color of an unordered list. You could change font style, sizes etc.
Stef