Click here to Skip to main content
15,890,609 members
Home / Discussions / Web Development
   

Web Development

 
Questionpython webdevelopment Pin
Member 1384376324-May-18 21:49
Member 1384376324-May-18 21:49 
AnswerRe: python webdevelopment Pin
Nathan Minier25-May-18 1:25
professionalNathan Minier25-May-18 1:25 
QuestionInformation about wordpress Pin
Max Power Marketing, LLC10-May-18 21:51
Max Power Marketing, LLC10-May-18 21:51 
AnswerRe: Information about wordpress Pin
Richard MacCutchan11-May-18 3:12
mveRichard MacCutchan11-May-18 3:12 
AnswerRe: Information about wordpress Pin
wyzrahman14-May-18 10:49
wyzrahman14-May-18 10:49 
QuestionHow Do I Design This Simple (yet Responsive) Site...??? Pin
Member 1208020110-May-18 12:43
Member 1208020110-May-18 12:43 
AnswerRe: How Do I Design This Simple (yet Responsive) Site...??? Pin
Richard Deeming11-May-18 1:37
mveRichard Deeming11-May-18 1:37 
AnswerRe: How Do I Design This Simple (yet Responsive) Site...??? Pin
jkirkerx27-May-18 19:13
professionaljkirkerx27-May-18 19:13 
I wasn’t able to see your image but understand you want a responsive website and to author it yourself. Well there’s two ways to do it but it requires starting from scratch with a complete new way of thinking that defies your current method of HTML.

You have two ways here, one is using Bootstrap which is a framework of CSS and JQuery that covers almost everything. The other is creating your own framework from scratch. In other words writing your own responsive CSS system and JQuery.

Bootstrap looks easy but the examples are minimalist and a poor way to learn. Your website will look fine but will bomb on certain devices and no one will tell you. Then search engines will sort of look the other way and ignore you.

I’m on my 4th gen responsive design framework that is an hybrid of bootstrap, or a more complex overlay over the entire bootstrap package.

You might want to look at Mobirise
[Free Website Builder Software]
(https://mobirise.com/)
It’s a Windows app where you can select a template and drag sections onto the page and generate pure HTML. It’s actually pretty neat and makes good HTML. But the huge drawback is that you won’t really learn anything and you’ll paint yourself in the corner with it.

You can look at my website, for it’s a hybrid that uses some of the technology they used, only I cooked it up myself. I took the time to reverse engineer what they output and used some of the public components to fix my problems with the viewport and device display compatibility issues I had. Keep in mind this is 4th gen for me, but I know the framework really well now. And I write stuff scratch on Visual Studio 2017

Discover my world - Shameless hack and web contractor for hire - jkirkerx
If it ain't broke don't fix it
Discover my world at jkirkerx.com

QuestionFixing a Broken Interceptor Pin
cjb1108-May-18 3:50
cjb1108-May-18 3:50 
QuestionHow to use $_SERVER['PHP_SELF'] to save record and print simultaneouly Pin
Member 136918611-May-18 21:16
Member 136918611-May-18 21:16 
AnswerRe: How to use $_SERVER['PHP_SELF'] to save record and print simultaneouly Pin
Richard MacCutchan1-May-18 22:01
mveRichard MacCutchan1-May-18 22:01 
QuestionHow to run Javascript queries in code (HTML) Pin
Member 1380375629-Apr-18 5:20
Member 1380375629-Apr-18 5:20 
AnswerRe: How to run Javascript queries in code (HTML) Pin
Richard Deeming30-Apr-18 1:12
mveRichard Deeming30-Apr-18 1:12 
QuestionCodeIgniter-Search Pin
Jireh Capao24-Apr-18 19:03
Jireh Capao24-Apr-18 19:03 
QuestionRe-code to get rid of Absolute Positioning? Pin
Member 1208020114-Apr-18 8:16
Member 1208020114-Apr-18 8:16 
AnswerRe: Re-code to get rid of Absolute Positioning? Pin
Blikkies17-Apr-18 22:33
professionalBlikkies17-Apr-18 22:33 
AnswerRe: Re-code to get rid of Absolute Positioning? Pin
Richard Deeming19-Apr-18 2:20
mveRichard Deeming19-Apr-18 2:20 
AnswerRe: Re-code to get rid of Absolute Positioning? Pin
W Balboos, GHB4-May-18 7:05
W Balboos, GHB4-May-18 7:05 
QuestionSaving data submitted online as pdf Pin
Deekkris13-Apr-18 9:23
Deekkris13-Apr-18 9:23 
AnswerRe: Saving data submitted online as pdf Pin
David Mujica17-Apr-18 3:20
David Mujica17-Apr-18 3:20 
QuestionNeed to Link to an Image on another Page already containing multiple images Pin
Member 1208020110-Apr-18 8:03
Member 1208020110-Apr-18 8:03 
AnswerRe: Need to Link to an Image on another Page already containing multiple images Pin
Richard Deeming19-Apr-18 2:07
mveRichard Deeming19-Apr-18 2:07 
QuestionRe: Need to Link to an Image on another Page already containing multiple images Pin
Sarcastic CA20-Apr-18 7:56
professionalSarcastic CA20-Apr-18 7:56 
QuestionUsing DOM with Selector Values, Assignment Pin
Member 137687478-Apr-18 9:10
Member 137687478-Apr-18 9:10 
QuestionHow to perform addition from LineTotal to subtotal using HTML JavaScript Pin
Nikhil Dange21-Mar-18 3:24
Nikhil Dange21-Mar-18 3:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.