Hi everyone,
The Farmers Market app I'd presented last ESUG is now publicly available for both iPhone and Android.
It is a free app that allows finding nearby markets selling locally grown produce.
More info at:
https://nootrix.com/farmers-market-app/
5 stars ratings are welcome ;-)
Best,
Noury
Hello everyone,
Notice that I just started and published a small package (BootStrapLight) that does the following
^((Div class: 'text-center g-mb-50')
addChild: ((H2 class: 'h4' text: 'Timline yes')
addChild: (Span class: 'g-color-primary g-ml-5' text: '#02 yes yes '))) resolve.
Which returns:
<div class=« text-center g-mb-50">
<h2 class="h4">Timline yes
<span class="g-color-primary g-ml-5">#02 yes yes </span>
</h2>
</div>
You can also mix smalltalk with html like:
^(Li class: 'col-md-12 g-mb-40' comment: 'Timeline Content')
addChild: ((Div class: 'row')
addChild: ‘<div class="g-hidden-sm-down u-timeline-v2__icon g-top-35">
<i class="d-block g-width-18 g-height-18 g-bg-blue g-brd-around g-brd-3 g-brd-gray-light-v5 rounded-circle"></i></div>’ )
resolve
Which will resolve into:
<!-- Timeline Content -->
<li class="col-md-12 g-mb-40">
<div class="row">
<div class="g-hidden-sm-down u-timeline-v2__icon g-top-35">
<i class="d-block g-width-18 g-height-18 g-bg-blue g-brd-around g-brd-3 g-brd-gray-light-v5 rounded-circle"></i>
</div>
</div>
</li>
<!— End Timeline Content -->
This package is obviously for those of you who don’t use Seaside, Seabreeze or other complexe frameworks and basically end up copying and pasting their websites with strings out of commercial themes before bringing them to live with AppeX and javascript.
I did what I published this weekend right, so it is not complete the API is not graved into marble. There are however some tests and you can run and you can of course encourage me or tell me what you think 😅🎶🤣
Regards, …
Maarten MOSTERT
4 rue de laCollinette
83320 Carqueiranne, France
+33 676411296
http://stakepoint.com/ <http://stakepoint.com/>
Now the most popular Project Management Tool on MacOS
Dear Smalltalk community,
My current contract at Lam Research is ending soon, I am looking for job opportunities starting in January 2019.
Last year, I finished my Ph.D. in Testing and Software Quality in the Inria's Rmod team in France.
I have been working with Pharo for five years and Visual Works for one year.
I am also experienced in creating tools to improve the efficiency of the developers.
Here are my website: https://vincentblondeau.github.io/
my LinkedIn: https://www.linkedin.com/in/vincent-blondeau/
and my GitHub: https://github.com/VincentBlondeau/
You can find my resume as an attachment.
I look forward to hearing from you.
Best Regards,
Vincent Blondeau