by
Kai
27. January 2012 05:02
If you like my theme, you can easily download it from here (200.40 kb). I called it DarkSidev1. Supports BlogEngine.NET 2.5 .
How to use: simply copy DarkSidev1 folder to themes folder. Contact me if you have any troubles.
by
Kai
28. April 2011 09:13
Hi2all!
Today I want to share with you nice lightbox-like javascript plugin named "Colorbox" for BlogEngigne.NET. I found that is very simple to write extensions for BlogEngigne and first of all I created my lightbox clone :).
Colorbox popular extension, that can be fully customizable and support many settings. This is a very simple extension, because this is my first extension for BlogEngigne. How to install it: simply copy
files to corresponding locations in your BlogEngine site. File \User controls\ColorBox\js\starter.js used to activate ColorBox in a page. If have knwoledges in JavaScript you can modify
default behavior. You can use many of out of the box settings that ColorBox ships with.
Here is an example how to use it:
<a class="colorbox" href="/image.axd?picture=2011%2f4%2fimg1.jpg">
<img src="/image.axd?picture=2011%2f4%2fimg1_thum.jpg" alt="" /></a>
where href is a path to full-sized image, and image html tag inside a tag is thumnbail image. Additional reference and documentation you can find here.
Two things that I should mentioned:
1. If you want to see overlay around you image, out must make some changes in html and css. By default, in masterpage of BlogEngigne body have fixed width, thats why all lightbox-like plugins are not displayed correctly.I cut styles from body and insert their in div #container, that play role of body. And now overlay displayed correctly.
2. You may encounter with javascript errors in IE7 or 8. This case that ColorBox (and some other plugins) conflicts with AlexGorbatchev SyntaxHighlighter when you use jQuery version 1.4+. I like Alex's highlighter
and have to use jQuery 1.3.2 and all work well.
Be aware about this and feel free to ask any question.
My plugin you can download here (21.02 kb).
by
Kai
26. April 2011 08:53
Hi 2 all!
This is the first post in my personal blog, and I will describe shortly what this blog about. Now I work with SharePoint technology, I recently started working and don't have a deep knowledge but I'm going to write in this blog all useful information during my study and exploring SharePoint. I believe I will study and my posts in future will be more useful not only for me, but and for you too
. As for my experience in programming at all – I worked with ASP.NET about a year, have some experience in JavaScript and jQuery library. So, I am going to write posts not only about SharePoint, but JavaScript, jQuery, ASP.NET, and all technologies which is link to SharePoint. Why am I doing this? First of all this is for me, and for others users, who find this helpful. Information is better absorbed if it is repeated, isn’t it?
You can ask – SharePoint, magic and even more… Why magic? Oh, if you have experience in SharePoint technology, you must know that sometimes you have to use some magic to make your code work
.
It may be a joke, but you really must know some SharePoint pitfalls or unexpected behavior (that sometimes drives me crazy). What are my goals? I want to become professional sharepoint developer. Practice and study – that’s all that you need in this way. I hope I will achieve my goals.
I live in Minsk, Belarus, study English, but it’s not as good as I expect, I am working on it. So, I apologize for my sometimes bad English, but I suppose code may say more
. I want to say a special thanks to BlogEngine.Net team, I only start explore all its possibilities, but I already love it. Great open source blog and great work, thanks guys.
So, we go on a journey through uncharted worlds of SharePoint and magic!