www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - gtkDcoding Facelift Launch

reply Ron Tarrant <rontarrant gmail.com> writes:
Last week, gtkDcoding saw its 50th regularly-scheduled post. 
Today marks the launch of stage two of the facelift we've been 
working toward for the last month. The new features are:

- syntax highlighting for all code snippets,
- screenshots for every example, and
- updated color-coding to more easily associate posts with the 
topics they cover.

Also of note is that each screenshot set includes:

- a shot (or two or three) of the example code in action,
- a shot of the terminal window showing any output, and
- a link (which opens a new browser tab) to the full code example,
- all these are now found within an in-page box directly below a 
page title naming the example, and
- clicking on either of the screenshots displays an overlay with 
a full-size view of the screenshot.

There will likely be minor tweaks happening over the next few 
weeks, but this is the big roll-out. I hope you all like it.

And instead of linking directly to the article, here's a link to 
the main page so you can see the entire facelift: 
https://gtkdcoding.com.
Jul 09 2019
next sibling parent reply Russel Winder <russel winder.org.uk> writes:
[=E2=80=A6]
=20
 And instead of linking directly to the article, here's a link to=20
 the main page so you can see the entire facelift:=20
 https://gtkdcoding.com.
Excellent stuff. Thanks for putting in the effort on this, it is well worth it. --=20 Russel. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Dr Russel Winder t: +44 20 7585 2200 41 Buckmaster Road m: +44 7770 465 077 London SW11 1EN, UK w: www.russel.org.uk
Jul 09 2019
parent Ron Tarrant <rontarrant gmail.com> writes:
On Tuesday, 9 July 2019 at 10:06:23 UTC, Russel Winder wrote:

 Excellent stuff. Thanks for putting in the effort on this, it 
 is well worth it.
Thanks, Russel. And thanks for the suggestion of putting in previous/next links. Don't know why I didn't think of that one myself.
Jul 09 2019
prev sibling next sibling parent reply Greatsam4sure <greatsam4sure gmail.com> writes:
On Tuesday, 9 July 2019 at 09:53:29 UTC, Ron Tarrant wrote:
 Last week, gtkDcoding saw its 50th regularly-scheduled post. 
 Today marks the launch of stage two of the facelift we've been 
 working toward for the last month. The new features are:

 [...]
Thanks a million, times. I will like a tutorial also on D standard library if you have the time.
Jul 09 2019
parent Ron Tarrant <rontarrant gmail.com> writes:
On Tuesday, 9 July 2019 at 12:16:30 UTC, Greatsam4sure wrote:

 Thanks a million, times. I will like a tutorial also on D 
 standard library if you have the time.
You're welcome. That's an good suggestion, but it may take me a while to get there (so many topics piling up as it is). But in the meantime, you might have a look at Ali's book (http://ddili.org/ders/d.en/index.html). It helped me get started. Another is Mike's "Learning D" which I've used as a reference quite often: https://www.packtpub.com/application-development/learning-d Either of those should get you going and, naturally, if you have questions, there's a whole raft of people on here who are always willing to supply answers.
Jul 09 2019
prev sibling next sibling parent reply Mike Wey <mike-wey example.com> writes:
On 09-07-2019 11:53, Ron Tarrant wrote:
 Last week, gtkDcoding saw its 50th regularly-scheduled post. Today marks 
 the launch of stage two of the facelift we've been working toward for 
 the last month. The new features are:
 
Looks great, and a big thanks for putting all the effort in. -- Mike Wey
Jul 09 2019
parent Ron Tarrant <rontarrant gmail.com> writes:
On Tuesday, 9 July 2019 at 20:16:47 UTC, Mike Wey wrote:
 On 09-07-2019 11:53, Ron Tarrant wrote:
 Last week, gtkDcoding saw its 50th regularly-scheduled post. 
 Today marks the launch of stage two of the facelift we've been 
 working toward for the last month. The new features are:
 
Looks great, and a big thanks for putting all the effort in.
Thanks, Mike, and no worries. It doesn't feel like effort.
Jul 10 2019
prev sibling next sibling parent Ron Tarrant <rontarrant gmail.com> writes:
On Tuesday, 9 July 2019 at 09:53:29 UTC, Ron Tarrant wrote:

 There will likely be minor tweaks happening over the next few 
 weeks, but this is the big roll-out. I hope you all like it.
Maybe not so minor, but I think it's an important addition... If you look in the upper-right corner of the landing page (https://gtkdcoding.com), there's a link to all the blog posts sorted by topic.
Jul 10 2019
prev sibling next sibling parent dangbinghoo <dangbinghoo gmail.com> writes:
On Tuesday, 9 July 2019 at 09:53:29 UTC, Ron Tarrant wrote:
 There will likely be minor tweaks happening over the next few 
 weeks, but this is the big roll-out. I hope you all like it.

 And instead of linking directly to the article, here's a link 
 to the main page so you can see the entire facelift: 
 https://gtkdcoding.com.
Yeah, we like it, pretty awesome! It helps much to people who just getting started using GtkD like me. Thanks!
Jul 10 2019
prev sibling parent reply dangbinghoo <dangbinghoo gmail.com> writes:
On Tuesday, 9 July 2019 at 09:53:29 UTC, Ron Tarrant wrote:
 Last week, gtkDcoding saw its 50th regularly-scheduled post.
 And instead of linking directly to the article, here's a link 
 to the main page so you can see the entire facelift: 
 https://gtkdcoding.com.
hi dear Ron, I found that the `next link` in Page 24 made a mistake: "0025-creating-and-using-a-linkbutton.html" should be || \/ "0025-creating-and-using-a-linkButton.html" thanks! ---- binghoo dang
Jul 10 2019
parent Ron Tarrant <rontarrant gmail.com> writes:
On Thursday, 11 July 2019 at 02:38:47 UTC, dangbinghoo wrote:

 I found that the `next link` in Page 24 made a mistake:

   "0025-creating-and-using-a-linkbutton.html" should be
                     ||
                     \/
   "0025-creating-and-using-a-linkButton.html"
 ----
 binghoo dang
Thanks for catching that. It's fixed now.
Jul 11 2019