DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 620 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

sotirisf Subscribe to this feed
sotirisf
Profile Kicked Submitted Comments Tags Friends Kicked By Friends Submitted By Friends

Stories kicked by sotirisf
1
kicks
submitted by sotirisf 12 days, 9 hours ago

dnnuke.blogspot.com — This is a simple but useful user defined function I have implemented in order to recursively find a tab's parent on a specific level. Syntax is as follows: read more...

Add a comment add a comment | category: | Views: 2
| tag it

1
kicks
submitted by sotirisf 12 days, 9 hours ago

dnnuke.blogspot.com — Thickbox is a very nice JQuery-based Javascript plugin that allows you to present images and other stuff (even whole pages!) in your page in a popup manner but without leaving the current page or opening a new one. Essentially, it's considered an evolution of the Lightbox script which only works with images. read more...

Add a comment add a comment | category: | Views: 2
| tag it

1
kicks
submitted by sotirisf 12 days, 9 hours ago

dnnuke.blogspot.com — When working with .ascx skin files, you will sometimes need to add some Javascript to the BODY tag, such as something that runs when the OnLoad event triggers. read more...

Add a comment add a comment | category: | Views: 1
| tag it

1
kicks
submitted by sotirisf 12 days, 9 hours ago

dnnuke.blogspot.com — All my attempts to use custom templates when creating new DNN pages for my portals were frustrating. Even though I exported the template from a page using the Export feature, the new template would not show up at all in the combo box when creating a new page, although it existed in the file system. Even the default template wouldn't show up! read more...

Add a comment add a comment | category: | Views: 4
tags: | tag it

1
kicks
submitted by sotirisf 8 months, 18 days ago

dnnuke.blogspot.com — With the free MMLinks DotNetNuke module, you can replace your standard Text/HTML modules with fully localizable ones, localizing both the title and the Text/HTML part. With one slight defect: Since DotNetNuke's search indexer doesn't know anything about the localized titles, it insists on presenting the default, non-localized module title in the Search Results page (that would be "MMLinks" if you leave it intact). read more...

Add a comment add a comment | category: | Views: 12
tags: , , , , | tag it

1
kicks
submitted by sotirisf 8 months, 18 days ago

dnnuke.blogspot.com — According to its creators, "Lightbox is a simple, unobtrusive script used to overlay images on the current page. It's a snap to setup and works on all modern browsers." And it really does what they say. So, why not use it with DNN? The fact that it can also work with groups of pictures providing basic back/forward navigation functionality makes it ideal as a lightweight picture gallery. Of course, it can be used with single pictures too, eliminating popup windows in order to see a picture, complete with (optional) caption, at a larger size. read more...

Add a comment add a comment | category: | Views: 29
tags: , , | tag it

2
kicks
submitted by sotirisf 1 year ago

dotnetzone.gr — Although I've seen a lot of articles describing how to dynamically add controls to a Web Form, few mention even a little hint to how you can make event handlers actually WORK with dynamically-added controls. This article may seem (and probably is) a beginner-level one, but I think it's essential to cover this issue. read more...

Add a comment add a comment | category: | Views: 13
tags: , , , , | tag it

20
kicks
published 1 year, 1 month ago, submitted by findmecool 1 year, 1 month ago

evolt.org — Much better! Just a couple of words of warning: This CSS shorthand version will only work if you're specifying both the font-size and the font-family. Also, if you don't specify the font-weight, font-style, or font-varient then these values will automatically default to a read more...

Add a comment 2 comments | category: | Views: 1
tags: | tag it

1
kicks
submitted by sotirisf 1 year, 2 months ago

dnnuke.blogspot.com — The title may seem complex at first, but in fact what I would like to demonstrate is the exciting functionality of the ListX module with which not only can you issue custom queries (for tables inside your own DotNetNuke database or for any other source) and display results as a grid or repeater-like style, but you can also easily create detail pages - AJAX-enabled - which can reflect your choice in the "master" part without even having to reload the current web page. read more...

Add a comment add a comment | category: | Views: 3
tags: | tag it

2
kicks
submitted by sotirisf 1 year, 2 months ago

dnnuke.blogspot.com — One common accident while developing DNN portals is to change DNN's default login page through the Site Settings page. This is ok, as long as the new page you set contains a user login module. But if the new page does not, you usually get "locked out" of DNN, not being able to login since there is no way to get to the login page again. read more...

Add a comment add a comment | category: | Views: 12
tags: , , , | tag it

2
kicks
submitted by sotirisf 1 year, 2 months ago

dnnuke.blogspot.com — When you create a DotNetNuke custom module you often have to implement the ISearchable interface which allows you to integrate your module's data in DotNetNuke's Search indexer so that they are available when a user performs a search on your portal. read more...

Add a comment add a comment | category: | Views: 8
tags: , , , | tag it

14
kicks
published 1 year, 2 months ago, submitted by Mike.Griffin 1 year, 2 months ago

entityspaces.net — Okay, I admit it, the title is an attention getter ;) But checkout our improved DynamicQuery syntax. I was writing some unit tests and just had to post this. Writing Queries like this with intellisense is so intuitive ... And it will work on SQL, SQL CE, MySQL, PostgreSQL, VistaDB, Oracle and Access ... read more...

Add a comment 6 comments | category: | Views: 11
tags: , , , , | tag it

15
kicks
published 1 year, 8 months ago, submitted by ifitistodoso 1 year, 8 months ago

harriyott.com — Adding dynamic nodes to existing ASP.NET sitemap files at runtime by deriving from StaticSiteMapProvider. read more...

Add a comment add a comment | category: | Views: 35
tags: , , , , | tag it

48
kicks
published 1 year, 10 months ago, submitted by rimsystems rimsystems 1 year, 10 months ago

john-sheehan.com — All standard and custom DateTime and number format strings (for use with String.Format(), .ToString(), etc) in one handy document. read more...

Add a comment add a comment | category: | Views: 38
tags: , , , | tag it

11
kicks
published 1 year, 10 months ago, submitted by sotirisf 1 year, 10 months ago

msdn.microsoft.com — This video series is designed specifically for SQL Server beginners—individuals who are interested in learning the basics of how to create, manage, and connect to SQL Server Express databases. Whether you’re just a beginner or somewhat familiar with databases, these video lessons will help you get better acquainted with SQL Server 2005 Express. read more...

Add a comment add a comment | category: | Views: 0
tags: , , , , | tag it

13
kicks
published 1 year, 10 months ago, submitted by sotirisf 1 year, 11 months ago

dotnetzone.gr — In part I, we examined how we can extend the Service Control methods by adding methods for all states of the Windows service in addition to the two methods provided by the designer. As you may remember, each of those methods called our own private Service Control method. Our private Service Control methods are implemented below: read more...

Add a comment add a comment | category: | Views: 8
tags: , , | tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge