Wednesday, April 8, 2009

New version of Cash released

Hey all,
New version of skin Cash is released. Here is a quick update:
  • Cash0.2 released
  • New containes (left, special, default, default-notitle)
  • fixed submenu styling issues
  • dotnetnuke logo is added
  • login, user and break crumb controls are moved above content pane
  • preview images are added

Here is a screenshot:

Friday, April 3, 2009

Modal popup and flash

Adding a modal popup in a document which is having a flash's object tag may make you in trouble. Because I was having a same kind of problem. To fix it just add another parameter to your object tag (and also to embed tag if any) wmode="opaque". This will allow your popup to show above the flash file.
For those who are using swfobject.js for displaying the flash swf file, just go to shource of the the js file and find this.addParam("quality",q); line. Add another like before or after it,
this.addParam("wmode","opaque"); This will fix your problem.
Hope this will help to you also.

Wednesday, April 1, 2009

Keep it up

I would like to thank all my visitors and will keep the good work going. March was a very good month as a technical blog for me. I would look forward for more and more technical source code, tutorials, articles etc. Please keep in touch and post your feedbacks.

Here is a quick statistics of the march month:

All my free skins are now opensource under New BSD License

I have just created an open source project on codeplex.com for Open Source DotNetNuke Skins. This is an open source initiative to provide good quality dotnetnuke skins for free. Downloads of all my free skins are available there under New BSD Licence. I would like to here from you guys which open source template you would like to get as dotnetnuke skin. I'm also looking for developers who can actively participate into it. Please visit project page for more information.

Popular Posts