Archive for the 'asp.net' Category

Page 2 of 2

Refreshing C# and ASP.NET skills

As a matter of fact I’ve been learning Java (for SCJP) and Microsoft .NET (because of project change) recently.

This week I attended two crash courses:

Those courses were fine; I refreshed a lot and learned some new stuff as well. Now it’s time to play around with this knowledge in real world icon wink Refreshing C# and ASP.NET skills

Fatal error: Call to undefined function wp_register_sidebar_widget() in …

I’ve just updated WordPress engine to v2.5. I played with it for a moment and was very happy about it until I got this error when I went to WordPress Dahsboard:

Fatal error: Call to undefined function wp_register_sidebar_widget() in /XXX/wp-admin/includes/dashboard.php on line 31

Luckily, I’ve found a very simple solution on Tom Raftery’s Social Media Blog. Tom, thanks for sharing with others!