Skip to main content

Posts

Java script Encoder / Decoder

View demo | Download Source Hi every one i found a thing at internet that is done through encoding and decoding of text through Java script thanks man http://www.strictly-software.com/htmlencode you will get the full blog there Here is the class function of encoding /example of using the html encode object // set the type of encoding to numerical entities e.g & instead of & Encoder.EncodeType = "numerical"; // or to set it to encode to html entities e.g & instead of & Encoder.EncodeType = "entity"; // HTML encode text from an input element // This will prevent double encoding. var encoded = Encoder.htmlEncode(document.getElementById('input')); // To encode but to allow double encoding which means any existing entities such as // & will be converted to & var dblEncoded = Encoder.htmlEncode(document.getElementById('input'),true); // Decode the now encoded text var decoded = Encoder.htmlDecode(encoded); // Check whether the ...

Coda-Slider with Autoplay or Auto slider Code - Jquery Slider

View Demo | Download Source Hi All, While reading along in some of the forums (located here: http://www.ndoherty.com/blog/2007/10/29/coda-slider-11/), I noticed some are wanting an “auto-slide” feature for this thing (great job by the way Niall Doherty). Here’s how you do it: Modify the js code included in the page’s header into this: "User script tag here" var count =1; jQuery(window).bind("load", function() {jQuery("div#slider1").codaSlider(); setInterval("moreSnow()", 2000);}); function moreSnow() { if (count { $("#panel"+count).click(); count = count +1; } else { count = 1; } } here you change if (count also change the body section Panel 1 i add the id="panel1" in the code that will use for auto click in the javascript now just change all panel id and save it and run the code your autoslider is ready View Demo | Download Source

Update DNN4x to Dnn 5x

Hi another stuff that i done recently is really cool and i hope it help lot of DNN professionals Upgrading dot net nuke Its simple but you must need the dnn4.8 or later version for updgrading if you are planing to move your dnn 3 or 2 in to dnn 5 then you must upgrade the 3 to 4 and then then 4 to 5 here i just define the upgrading from 4 to 5 Backup Existing Site Although the XML Merge functionality and DotNetNuke 5.0.0 have been tested a great deal it is VERY, VERY important to take a full site backup before completing an upgrade. This is especially true when going from a 4.x to 5.x installation, due to the massive changes introducted in DotNetNuke 5.0.0. If you are unsure of the process to backup your site, please be sure to read my blog How to Backup a DNN Site, additionally if on a remote hosting provider you can contact your provider for assistance creating the backups. NOTE: DO NOT CONTINUE if you have not validated a 100% correct backup file. I have tested multiple 5.x upgra...

How to Install DNN or DotNetNuke or Dot Net Nuke

:) now every one asking to how to install the dot net nuke on the live server, dedicated server or local PC You need fulfills pre-requirments ****************************************************************************** For local PC and dedicated server 1) Configure IIS from Start > Settings > control panel > Add remove program > Add remove component >Select Inetnet Information Server then click next (Note you need the OS cd for installation) ****************************************************************************** 2)Make sure your installation drive must be NTFS ****************************************************************************** 3)Down the latest .zip file from the http://www.dotnetnuke.com site ****************************************************************************** 4)Extract the zip file from your NTFS folder ****************************************************************************** 5)Right Click on it and Go to security tab and allow writti...

Best Web site Designs, Java scripts, Menu, Tutorials, Flash Websites, Vector based Icon & Icon Set

Flash Action Scripting  http://www.java2s.com/Code/Flash-Flex-ActionScript/CatalogFlash-Flex-ActionScript.htm Design Concept http://webdesignfan.com/websites-with-illustrations/ http://www.designbombs.com/category/illustrations/ http://thedesigninspiration.com/ http://www.bestdesigntuts.com   http://www.3point7designs.com/blog/2008/04/12-websites-that-slide-and-scroll-with-javascript/ http://www.ourtuts.com/ http://www.thecssawards.com http://www.cssblaze.com/ http://www.w3cgallery.com/ www.deviantart.com/ http://w3csites.com/sites_thumbs.asp?c=Web Agencies&page=7 http://www.templatemonster.com/ http://www.1stwebdesigner.com/inspiration/creative-stylish-footer-designs-2009/ http://www.dibusoft.com/ http://www.volll.com/ http://www.1stwebdesigner.com/ http://melissahie.com/ http://www.dibusoft.com/ http://www.nofrks.com/ http://www.morellc.com/ http://dannyblackman.com/ http://dannyblackman.com/ http://www.hotel-oxford.ro/ ...

Run DNN or Dot Net Nuke On Sub domain

Hi this is so simple that you run your dot net nuke child portal at the sub domain here are the few steps for it ************************ Step 1 ************************ Create your portal for domain.com Create your child portals domain/sub1, domain/sub2 etc. ************************ Step 2 ************************ While logged in as host in each of the child portals go to Admin>Site Settings and find the Portal Alias field and enter in the subdomain - sub1.domain.com, www.sub1.domain.com ************************ Step 3 ************************ Go to IIS and add all of the subdomains to the header information for the domain.com site and your done. Regards Rashid Imran Bilgrami CEO Best visualization www.bestvisualization.com

Run DNN or Dot net nuke on port other than 80

Hi well today i got the problem that my vista IIS did not run the DNN because the port 80 is not active because of any error so i tried to run the dnn on another port like http://localhost:83/ and so on so it so simple you just open your web.config and search uncomment this line and that port run see how easy it is ? :) do it and enjoy Regards Rashid Imran Bilgrami CEO Best visualization www.bestvisualization.com