Archive for the ‘Fun’ Category
Microsoft Dynamics Ax 2012 – Belgium Launch
Registration on: https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032493060&Culture=en-US
Be among the first to see Microsoft Dynamics AX 2012 — a new generation of enterprise resource planning by Microsoft.
Get a great keynote by PWC, hear from customers, and learn why Microsoft Dynamics AX 2012 is an excellent choice for companies that:
- Are looking for an easy, flexible solution for their enterprise resource planning
- Are anticipating, and preparing for, fluctuations in the business environment
- Are looking for software that can integrate with, and manage multiple solutions
Belgian Dynamics Community Annual Event 2010
The Belgian Dynamics Community is organizing it’s annual event on the 22nd of April in San Marco Village.
On the agenda:
- Keynote : Babyboomers and Digital Natives- key trends for the next decade (Herman Konings)
- Breakout Session Dynamics AX: Mobile working and ERP: opportunities and challenges (Finn Pedersen, ExpandiT)
- Breakout Session Dynamics NAV : Technical innovation in Dynamics NAV (Michael Nielsen, Lars Hammer, Microsoft Corporation)
- Breakout Session Dynamics CRM (Brian Galicia, Product Management Dynamics CRM, Microsoft Corporation)
- Lounge party with networking possibilities & Give Aways (exclusive guest appareance by Veronique De Kock)
You can find more info or register on dynamicscom.be
Scott Hanselman: blog improvements
Last week I on TechDays I attended the session of Scott Hanselman ‘32 Ways to Keep Your Blog from Sucking‘ and maybe some of you have noticed, but I already made some small changes:
- I placed a Creative Commons attribute below (License Your Blog)
- I started using my del.icio.us account again and placed a link on my blog (Use a Social Bookmarking Service)
- I tuned my CSS (Pay Attention to Formatting)
Things I have tried, but not decided yet if I am going to use it:
- Integrate OpenId with my comments
Things that I placed on my ToDo-list:
- Consider Using FeedBurner
- Improve my About page
- Find a FavIcon
So since comments are enabled, let me know what you think…
Microsoft Tag
Maybe you have seen strange images like the one below. When you have the ‘Microsoft Tag Reader‘ application, you can read the message/link/vCard/… behind this image. You can also create your own Tag’s at http://tag.microsoft.com.
TechDays 2010 – Ticket
Yesterday I got a mail wtih the subject ‘TechDays 2010 – E-Ticket’. So there is no turning back
Now I just need to descide witch sessions to take.
Microsoft TechDays 2010 @ Metropolis Antwerp
I totally forgot to blog about this…
On March 31 and April 1, me and some colleagues (RealDolmen) will attend the Microsoft TechDays 2010 conference in Antwerp (Belgium).
Crap
Did you ever find any ‘personal’ comments from a Microsoft developer in AX code? I did. In AX2009 SP1 I found the following code block in the method displayComments() on the form HRMGoal:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | public void displayComments()//HRMGoalComment _gc) { Notes note; HRMGoalComment hrmGoalComment; boolean firstTime = true; ; //Crap while select hrmGoalComment where hrmGoalComment.GoalId == hrmGoal.GoalId { if(note) note += '\n\n'; //changeLine; note += queryValue(hrmGoalComment.CreatedDateTime); note += ' ' + hrmGoalComment.employeeName(); note += '\n' + hrmGoalComment.Comment; } displayComments.text(note); } |
You are currently browsing the archives for the Fun category.







