Jump to content
Killersites Forums
  • Member Statistics

    37,912
    Total Members
    3,995
    Most Online
    hhenry2021_9094
    Newest Member
    hhenry2021_9094
    Joined
  1. Job Boards

    1. Jobs

      Post your jobs for free! 

      8
      posts
  2. Community Lounge and FAQ

    1. Forum News

      General news about what we are doing around here.

      157
      posts
    2. Open Forum

      The place to talk about your cat, favorite coffee ... anything really! It's the OPEN forum after all! :D

      3.7k
      posts
    3. New Members Forum - Start Here!

      New Member Help Forum - Read this First!!

      450
      posts
  3. Entrepreneurship, Business and Marketing

    1. Social Media Marketing & Web Marketing

      Talk about promoting on the Web using social media sites like Facebook, twitter, Pinterest and good old email.

      108
      posts
    2. Entrepreneurship

      This forum is about entrepreneurship - the process of designing, launching and running a new business. 

      54
      posts
    3. Career Questions - Asked and Answered

      I get career questions, every so often, so if you have coding, programming or business related career and freelancing questions, this is the forum!

      43
      posts
  4. StudioWeb

    1. StudioWeb

      StudioWeb is the most advanced code training platform out there today. Since 2011, StudioWeb has taught well over 1 million students real-world coding and programming. We currently offer career oriented courses in the following in demand languages:

      • HTML5
      • CSS3
      • JavaScript
      • Python 3
      • PHP 7
      • SQL
      297
      posts
    2. 6
      posts
    3. StudioWeb Projects

      Updates and discussions about the StudioWeb project tutorials.

      23
      posts
  5. Programming

    1. Python

      Talk about the Python programming language.

      164
      posts
    2. Javascript

      Javascript, Ajax and jQuery

      1.7k
      posts
    3. 6.2k
      posts
  6. Web Design

    1. Beginners Web Design

      No web design question is too simple - for total beginners! :D

      8.7k
      posts
    2. 833
      posts
    3. HTML/XHTML

      Post questions on: HTML and HTML5. Modern web designers don't use XHTML in 2017 ... XHTML retired to Florida in 2012. ;)

      1.4k
      posts
    4. CSS

      Post questions on: CSS, CSS3, CSS layouts ... anything CSS! :D

      4.7k
      posts
    5. 1.8k
      posts
    6. 737
      posts
    7. 274
      posts
  7. Miscellaneous

    1. Cybersecurity

      Cyber security, also referred to as information technology security, focuses on protecting computers, networks, programs, and data from unintended or unauthorized access, change, or destruction.

      298
      posts
    2. 287
      posts
    3. Blogs and CMS

      Wordpress, Drupal, CMS Made Simple and others.

      1.1k
      posts
    4. 69
      posts
    5. 1.2k
      posts
    6. 42
      posts
    7. Web Design Jobs

      A place to post full time jobs, contract work or any specific web design and web programming projects where you need to hire a web professional.

      70
      posts
    8. Test Forum

      Just testing the upVote system.

      8
      posts
  8. Archives

    1. 167
      posts
    2. 22
      posts
    3. 97
      posts
    4. 468
      posts
    5. CSS

      8
      posts
    6. 360
      posts
    7. 7
      posts
    8. General Programming

      This is the place to ask about:

      • FaceBook API
      • Twitter API
      • PayPal API
      • Stripe API

      ... Or whatever else.

      377
      posts
    9. ASP

      91
      posts
    10. 12
      posts
    11. 195
      posts
    12. Beginners Ruby

      If you are new to Ruby, this is the forum for you. If you are an old Ruby master, then please help!! :)

      9
      posts
    13. 21
      posts
  • Who's Online   0 Members, 0 Anonymous, 6 Guests (See full list)

    • There are no registered users currently online
  • Posts

    • with numpy: ********************************** import numpy as np arr1 = np.array(range(1,4))      # [1,2,3] arr2 = np.array(range(4,7))     # [4,5,6] add_arr = arr2 + arr1 print("sums",add_arr) sub_arr = arr2 - arr1 print("differences",sub_arr) multi_arr = arr2 * arr1 print("products",multi_arr) *************************** sums [5 7 9] differences [3 3 3] products [ 4 10 18]
    • a = [4,5,6] b = [1,2,3] answer_list = [(x[0]+x[1],x[0]-x[1], x[0]*x[1]) for x in zip(a,b)] for answer in answer_list:     print("add",answer[0])     print("subtract",answer[1])     print("product", answer[2])     print() ************************ add 5 subtract 3 product 4 add 7 subtract 3 product 10 add 9 subtract 3 product 18
    • To become a web designer, there are several skills and tools that you need to learn. In this article, we will discuss some of the most important things you need to learn to become a successful web designer. Table of Contents Introduction Basic Design Principles HTML and CSS Responsive Web Design JavaScript and jQuery User Experience (UX) Design Graphic Design and Image Editing Content Management Systems (CMS) Conclusion FAQs 1. Introduction Web design involves creating and designing websites that are both visually appealing and functional. To become a successful web designer, you need to have a good understanding of design principles, coding languages, and tools. 2. Basic Design Principles The foundation of web design is a good understanding of basic design principles. This includes things like color theory, typography, layout, and visual hierarchy. You should have a good eye for design and be able to create visually appealing websites that are easy to navigate. 3. HTML and CSS HTML (Hypertext Markup Language) and CSS (Cascading Style Sheets) are the building blocks of web design. You should have a good understanding of both HTML and CSS to create web pages that are well-structured and visually appealing. You will use HTML to structure the content of a web page, while CSS is used to style and layout the page. 4. Responsive Web Design In today's world, more people access the internet through mobile devices than ever before. Responsive web design is the process of creating websites that are optimized for all devices, including desktops, tablets, and smartphones. You should have a good understanding of responsive web design principles and be able to create websites that are optimized for all devices. 5. JavaScript and jQuery JavaScript is a programming language used to create dynamic and interactive web pages. jQuery is a JavaScript library that makes it easier to write JavaScript code. You should have a good understanding of both JavaScript and jQuery to create interactive and engaging websites. 6. User Experience (UX) Design User Experience (UX) design is the process of designing websites that are easy to use and provide a good user experience. This includes things like user research, usability testing, and creating user personas. You should have a good understanding of UX design principles and be able to create websites that are easy to use and provide a good user experience. 7. Graphic Design and Image Editing As a web designer, you will also need to have a good understanding of graphic design and image editing. This includes things like creating logos, icons, and other visual elements. You should also be proficient in image editing software like Adobe Photoshop or Sketch. 8. Content Management Systems (CMS) Content Management Systems (CMS) like WordPress or Drupal make it easier to create and manage websites. You should have a good understanding of CMS and be able to create websites using these platforms. 9. Conclusion To become a successful web designer, you need to have a good understanding of design principles, coding languages, and tools. By mastering the skills and tools discussed in this article, you can become a successful web designer and create visually appealing and functional websites. 10. FAQs What is web design? Web design is the process of creating and designing websites that are both visually appealing and functional. What is HTML? HTML (Hypertext Markup Language) is a markup language used to structure content on the web. What is CSS? CSS (Cascading Style Sheets) is a style sheet language used for describing the presentation of a document written in HTML.  
    • Hi, from Winnipeg I am taking 6 months off from this program to fill-in gaps so as to make myself more job/career/freelance ready, and to prepare for the Final Project My question is:  knowing my level of training, what should I be doing now? The background: I have completed 5 of 6 terms for this 3-year program. I have chosen what the Brits call "web specialism" as my speciality. The compulsory web-relevant skills taught in the first two years to everyone are: programming skills: HTML CSS JS MySQL SQLite3 Postgresql Python nodejs express.js Two HTML templating engines: Handlebars and EJS other skills: wire framing prototypes mocking agile development software design & development The remainder of the compulsory (general) courses are:  math, algorithms and C++ Third(final)-year is the speciality track year. For web specialism: React Native - done (Note: there is no React instruction) Django - done More SQL - done Semantic Web - done Interaction Design - done Still to do (final semester): Unity, C# an elective (I am leaning towards Machine Learning, it could be a niche in web development) the Final Project - putting it all together My concerns: Should I learn React ? (not offered in this program) Any other backend frameworks I should master besides Django? How useful is Unity and C# as a web developer? Would mastering mobile development help my career as a web developer? *********************************************************************************************** For the curious, I attach a spreadsheet outlining the different specialities the University of London (Goldsmiths College) offers at the present time,  with the list of final-year compulsory courses for each speciality, and a list of the eight permitted elective courses for each speciality. Everyone does a Final Project. specialismsSpreadSheet.xlsx
    • Because you will find many projects where elementor and any other builder will not have the features you need.   Stef
  • Recent Status Updates

×
×
  • Create New...