-
Content Count
1,925 -
Joined
-
Last visited
-
Days Won
79
administrator last won the day on February 14
administrator had the most liked content!
Community Reputation
151 ExcellentAbout administrator

-
Rank
Stefan Mischook
- Birthday 02/25/1971
Profile Information
-
Gender
Male
-
Location
Montreal Canada
Contact Methods
-
Website
http://www.killersites.com
-
Twitter
https://twitter.com/killersites
Recent Profile Visitors
-
Place a nav tag around the menu and apply CSS borders and padding: <nav> <a href="/html/">HTML</a> | <a href="/css/">CSS</a> | <a href="/js/">JavaScript</a> | <a href="/jquery/">jQuery</a></nav>
-
Interactive Word Developer course - wordpress and its impact?
administrator replied to Placebo's topic in Open Forum
Yes indeed. I've teaching about this for years. Knowing the foundations of coding will make you much better with Wordpress because at some point you will be working with code. And knowing code will give you a deep understanding you would have otherwise. The IWD course will kickstart your career either way. -
First 2-3 free projects - How to get client to pay for hosting / domain registration
administrator replied to discomushroom's question in Career Questions - Asked and Answered
Depends what the client wants. But many times, yes. -
administrator started following ASP.NET for engineering calcs?
-
ASP.NET for engineering calcs?
administrator replied to BillOntario's question in Career Questions - Asked and Answered
If you plan on working with / interfacing with Microsoft technologies, then ASP.net makes sense. -
KristianWEB started following administrator
-
No toolbar on Python shell (Windows 10)
administrator replied to Irv's topic in New Members Forum - Start Here!
Can you send a screenshot of what you are trying to do? -
Why is my form displaying the input data on submit?
administrator replied to DavidCampbell's topic in PHP
Hi, It seems you are passing the data via querystrng ... did you solve this? -
Hi! First page of every course has the source files with all the codes of the CSS course.
-
Aqibkhan started following administrator
-
Hi!
-
Book nor needed with the HTML5 course. All my courses are designed to stand alone.
-
You should have basic skills so you have some value to the company. That said, start putting out your resume and see what happens.
-
Need To Auto Fill-in External Website's Html Form And Submit
administrator replied to saversites's topic in PHP
Why not just the form information and submit the form and use PHP's form processing superglobals (PHP superglobals $_GET and $_POST) to parse the form input fields? -
Hi tef,
Can you kindly respond to my thread. It is an interesting topic.
-
Welcome to the forum.
-
Hi, Are you on cloud.studioweb.com or school.studioweb.com?
-
Hmmm ... Sounds like a MAMP specific setting issue. Worst case, you can put that code into a separate file, and use PHP includes to include it.