Topic Wiki

Training
Codecademy.com offers hand on courses for  various coding languages including HTML, JavaScript, CSS, and more. FREE
TreeHouse.com 8)
w3schools.com
regex

Resources
Browser compatibility
Can i use

To test/show-of your skills
html - css - js
http://codepen.io/pen/
http://jsfiddle.net/

My sql
www.sqlfiddle.com

Editor
notepad-plus-plus.org/

android development
http://developer.android.com/sdk/index.html

js librery
http://greensock.com/ nice animation
getbootstrap.com/css/ responsive layout
jquery.com do more write less

Free Books
http://it-ebooks.info/

Test client browser version
http://browser-update.org/
« Last edited by yesitsme on May 17, 2015, 11:13:37 AM »

Author Topic: Programming for Beginners  (Read 108458 times)

Offline JoeyShmoe

  • Dansdeals Lifetime Platinum Elite
  • *******
  • Join Date: Nov 2014
  • Posts: 1286
  • Total likes: 254
  • DansDeals.com Hat Tips 0
  • Gender: Male
    • View Profile
  • Location: Lakewood
Re: Programming for Beginners
« Reply #240 on: June 24, 2015, 02:25:21 PM »
thanks!

is there another way to say "display:block" that'll work better?

Why are you trying to set an image that is in its own table cell as display:block? IMHO there's no need for it (except if I'm missing something)
DDF A-Z Link Extension
Chrome
Firefox
Info

Offline etech0

  • Dansdeals Lifetime 10K Presidential Platinum Elite
  • *******
  • Join Date: Dec 2013
  • Posts: 12918
  • Total likes: 3371
  • DansDeals.com Hat Tips 1
    • View Profile
  • Location: not lakewood
  • Programs: DDF
Re: Programming for Beginners
« Reply #241 on: June 24, 2015, 02:36:02 PM »
Why are you trying to set an image that is in its own table cell as display:block? IMHO there's no need for it (except if I'm missing something)
No clue (I copied an example email from some website). I just thought that maybe that was why it's not responsive in gmail or outlook.
Workflowy. You won't know what you're missing until you try it.

Offline JoeyShmoe

  • Dansdeals Lifetime Platinum Elite
  • *******
  • Join Date: Nov 2014
  • Posts: 1286
  • Total likes: 254
  • DansDeals.com Hat Tips 0
  • Gender: Male
    • View Profile
  • Location: Lakewood
Re: Programming for Beginners
« Reply #242 on: June 24, 2015, 02:43:44 PM »
No clue (I copied an example email from some website). I just thought that maybe that was why it's not responsive in gmail or outlook.

Can you please try to change your img to this?
Code: [Select]
<img src="https://lh3.googleusercontent.com/xxxxxxx" style="width: 100%;height: auto"  alt="Happy Birthday!" />

For starters you have some text specific styling in there, it won't do anything in an image. I also removed the width="800" since that's being changed in the style. I also removed the class so that the style is inline (and removed the !important, you should try to never have to use that).

What this should hopefully do is have the image always be 100%. I don't think you can do a media query in email, so it's either always 100% or always 800px (with the former being more responsive)
DDF A-Z Link Extension
Chrome
Firefox
Info

Offline etech0

  • Dansdeals Lifetime 10K Presidential Platinum Elite
  • *******
  • Join Date: Dec 2013
  • Posts: 12918
  • Total likes: 3371
  • DansDeals.com Hat Tips 1
    • View Profile
  • Location: not lakewood
  • Programs: DDF
Re: Programming for Beginners
« Reply #243 on: June 24, 2015, 03:08:59 PM »
Can you please try to change your img to this?
Code: [Select]
<img src="https://lh3.googleusercontent.com/xxxxxxx" style="width: 100%;height: auto"  alt="Happy Birthday!" />

For starters you have some text specific styling in there, it won't do anything in an image. I also removed the width="800" since that's being changed in the style. I also removed the class so that the style is inline (and removed the !important, you should try to never have to use that).

What this should hopefully do is have the image always be 100%. I don't think you can do a media query in email, so it's either always 100% or always 800px (with the former being more responsive)
I just tried that, but it's still not responsive! I also tried taking out the media queries altogether, but still no dice.
Any other ideas? Or should I just give up?
Workflowy. You won't know what you're missing until you try it.

Offline JoeyShmoe

  • Dansdeals Lifetime Platinum Elite
  • *******
  • Join Date: Nov 2014
  • Posts: 1286
  • Total likes: 254
  • DansDeals.com Hat Tips 0
  • Gender: Male
    • View Profile
  • Location: Lakewood
Re: Programming for Beginners
« Reply #244 on: June 24, 2015, 03:34:11 PM »
I just tried that, but it's still not responsive! I also tried taking out the media queries altogether, but still no dice.
Any other ideas? Or should I just give up?

I stopped coding emails a while ago, so I gave you all the knowledge in this specific field that I have :), if you want to read through this it's from the same website as the one I sent you to before. Hatzlacha
DDF A-Z Link Extension
Chrome
Firefox
Info

Offline etech0

  • Dansdeals Lifetime 10K Presidential Platinum Elite
  • *******
  • Join Date: Dec 2013
  • Posts: 12918
  • Total likes: 3371
  • DansDeals.com Hat Tips 1
    • View Profile
  • Location: not lakewood
  • Programs: DDF
Re: Programming for Beginners
« Reply #245 on: June 24, 2015, 03:44:19 PM »
I stopped coding emails a while ago, so I gave you all the knowledge in this specific field that I have :), if you want to read through this it's from the same website as the one I sent you to before. Hatzlacha
Will do. Thanks for your help!
Workflowy. You won't know what you're missing until you try it.

Offline chucksterace

  • Dansdeals Lifetime Presidential Platinum Elite
  • *********
  • Join Date: Jul 2012
  • Posts: 6890
  • Total likes: 19
  • DansDeals.com Hat Tips 40
  • Gender: Male
    • View Profile
    • LYNX IT Consulting
  • Location: Chicago, Jerusalem
  • Programs: AA Exec Plat; UA Premier 1K; ; LY Plat; Hyatt Platinum; Hertz President's Circle; Avis President's Club
Re: Programming for Beginners
« Reply #246 on: June 29, 2015, 08:46:03 PM »
Anyone here every try out turning a sentence into pig latin?

in Java
You may not hold me responsible for any actions taken that were recommended from my account or username.

Offline yesitsme

  • Dansdeals Lifetime Presidential Platinum Elite
  • *********
  • Join Date: Dec 2014
  • Posts: 5116
  • Total likes: 2238
  • DansDeals.com Hat Tips 4
  • Gender: Male
    • View Profile
Re: Programming for Beginners
« Reply #247 on: June 29, 2015, 11:31:17 PM »
Anyone here every try out turning a sentence into pig latin?

in Java
Code: [Select]
import java.util.Scanner;
public class PigLatin
{
    public static void main(String[] args)
    {
        Scanner sc = new Scanner(System.in);
        final String vowels = "aeiouAEIOU";
        System.out.println("Enter your word.");
        String word = sc.nextLine();
        while (!word.equalsIgnoreCase("done"))
        {
            String beforVowel = "";
            int cut = 0;
            while (cut < word.length() && !vowels.contains("" + word.charAt(cut)))
            {
                beforVowel += word.charAt(cut);
                cut++;
            }
            if (cut == 0)
            {
                cut = 1;
                word += word.charAt(0) + "w";
            }
            System.out.println(word.substring(cut) + beforVowel + "ay");
            System.out.println("Enter your word.");
            word = sc.nextLine();
        }
    }
}

http://stackoverflow.com/a/22420264/4535386
« Last Edit: June 29, 2015, 11:35:37 PM by yesitsme »
["-"]

Offline yesitsme

  • Dansdeals Lifetime Presidential Platinum Elite
  • *********
  • Join Date: Dec 2014
  • Posts: 5116
  • Total likes: 2238
  • DansDeals.com Hat Tips 4
  • Gender: Male
    • View Profile
Re: Programming for Beginners
« Reply #248 on: July 02, 2015, 07:53:46 AM »
whats a good resource to see all the differences between jet/ace vs mysql (MS access vs oracle)
I helped myself the Key words to Google is "ms acess sql"
["-"]

Offline yesitsme

  • Dansdeals Lifetime Presidential Platinum Elite
  • *********
  • Join Date: Dec 2014
  • Posts: 5116
  • Total likes: 2238
  • DansDeals.com Hat Tips 4
  • Gender: Male
    • View Profile
Re: Programming for Beginners
« Reply #249 on: July 15, 2015, 12:50:36 AM »
["-"]

Offline etech0

  • Dansdeals Lifetime 10K Presidential Platinum Elite
  • *******
  • Join Date: Dec 2013
  • Posts: 12918
  • Total likes: 3371
  • DansDeals.com Hat Tips 1
    • View Profile
  • Location: not lakewood
  • Programs: DDF
Workflowy. You won't know what you're missing until you try it.

Offline etech0

  • Dansdeals Lifetime 10K Presidential Platinum Elite
  • *******
  • Join Date: Dec 2013
  • Posts: 12918
  • Total likes: 3371
  • DansDeals.com Hat Tips 1
    • View Profile
  • Location: not lakewood
  • Programs: DDF
Workflowy. You won't know what you're missing until you try it.

Offline yesitsme

  • Dansdeals Lifetime Presidential Platinum Elite
  • *********
  • Join Date: Dec 2014
  • Posts: 5116
  • Total likes: 2238
  • DansDeals.com Hat Tips 4
  • Gender: Male
    • View Profile
["-"]

Offline etech0

  • Dansdeals Lifetime 10K Presidential Platinum Elite
  • *******
  • Join Date: Dec 2013
  • Posts: 12918
  • Total likes: 3371
  • DansDeals.com Hat Tips 1
    • View Profile
  • Location: not lakewood
  • Programs: DDF
Workflowy. You won't know what you're missing until you try it.

Offline yesitsme

  • Dansdeals Lifetime Presidential Platinum Elite
  • *********
  • Join Date: Dec 2014
  • Posts: 5116
  • Total likes: 2238
  • DansDeals.com Hat Tips 4
  • Gender: Male
    • View Profile
Re: Programming for Beginners
« Reply #254 on: September 02, 2015, 09:11:18 PM »
hmmm, what are you learning today?
:)
Looking for a Chavrusa?
« Last Edit: September 02, 2015, 09:15:55 PM by yesitsme »
["-"]

Offline etech0

  • Dansdeals Lifetime 10K Presidential Platinum Elite
  • *******
  • Join Date: Dec 2013
  • Posts: 12918
  • Total likes: 3371
  • DansDeals.com Hat Tips 1
    • View Profile
  • Location: not lakewood
  • Programs: DDF
Re: Programming for Beginners
« Reply #255 on: September 02, 2015, 09:21:01 PM »
Looking for a Chavrusa?
VERY  cool!

I'm actually looking for more time to spend on this stuff :). Maybe one day!

You're using linux?
Workflowy. You won't know what you're missing until you try it.

Offline etech0

  • Dansdeals Lifetime 10K Presidential Platinum Elite
  • *******
  • Join Date: Dec 2013
  • Posts: 12918
  • Total likes: 3371
  • DansDeals.com Hat Tips 1
    • View Profile
  • Location: not lakewood
  • Programs: DDF
Re: Programming for Beginners
« Reply #256 on: September 02, 2015, 09:24:23 PM »
Workflowy. You won't know what you're missing until you try it.

Offline AnonymousUser

  • Dansdeals Presidential Platinum Elite
  • ********
  • Join Date: Feb 2013
  • Posts: 3002
  • Total likes: 13
  • DansDeals.com Hat Tips 0
    • View Profile
Re: Programming for Beginners
« Reply #257 on: September 05, 2015, 10:55:26 PM »
Does anyone know of a cloud-based headless browser that can be controlled programmatically?

Offline churnbabychurn

  • Dansdeals Lifetime Presidential Platinum Elite
  • *********
  • Join Date: Jul 2012
  • Posts: 7647
  • Total likes: 301
  • DansDeals.com Hat Tips 0
    • View Profile
  • Location: Lakewood
Re: Programming for Beginners
« Reply #258 on: September 05, 2015, 11:58:12 PM »
How about visual basic (for excel), or the regular VB.

Not sure what excel it is we are talking about.

@AJK : Excel is wow, but a problem they have is that in version changes even simple formulas, the replace "," by ";" and so on.
Bump!

No one really addressed vba specifically in this thread.

What language is vba from- Like which language should I learn well if I want to really know how to write vba for excel?

I'm not interested in becoming a whole programmer, but I do use excel and basic macros a lot. - How can I really learn this besides using Google ?

Offline SuperFlyer

  • Dansdeals Lifetime Presidential Platinum Elite
  • *********
  • Join Date: Jul 2009
  • Posts: 9403
  • Total likes: 438
  • DansDeals.com Hat Tips 0
    • View Profile
Re: Programming for Beginners
« Reply #259 on: September 06, 2015, 01:24:55 AM »
VBA = visual basic. That's the language