I'm looking at creating my own dnn skin. All the articles that I can find talk alot about using photoshop to create an image and slicing and blah, blah, blah. I want to know if I can create a new skin by only modifying an existing ascx file and creating a custom stylesheet. I don't see how photoshop gets involved unless you just have to have rounded corners and everything using gradients.
Can dot net nuke skins be created without using any graphics editing program?
925 Views Asked by Doug Chamberlain At
1
There are 1 best solutions below
Related Questions in DOTNETNUKE
- Low Precision and Recall in LSTM Anomaly Detection Model
- Totally lost with Mobius Forms v5 on DNN
- Linq with strong typed data in 2sxc
- SearchBoost UrlFriendly Unwelcome Display
- Oqtane and Blazor-CMS on Windows using a remote PostgreSQL DB
- RequestVerificationToken not present when trying to export an app
- DotNetNuke Journal Module - User Profile Layout Discrepancy Between English and Italian Versions
- Can I get List Sort Options on a 2sxc App?
- 2sxc v14 to v16 Upgrade Issue: "Error trying to run ZoneIdOfApp(-100) - probably something wrong with the appId"
- How to visualize Deep learning framework using Keras package with R?
- Contenttype in 2sxc gives: The 'ObjectContent`1' type failed to serialize the response body for content type 'application/json; charset=utf-8'
- Using 2SXC behind a reverse prox
- Multiple DNN 9.11.0 sites on server all generating "unexpected error occurred on a send" General Exceptions
- Detect if 2sxc Module is the Original or from IRenderService
- DNN 9.13.01 on Windows Server 2019 throws null reference exception when installing extension
Related Questions in SKINNING
- joints in gltf model bunched together on origin during animation
- three.js dynamic skinned mesh bones animation / ragdoll or FPS dynamic aim
- Distorted animation of skinned model from gltf
- Struggling to implement assimp skeleton into DX12
- Unsure how to set skinning matrices for FBX SDK, works in WebGL
- GLTF - how are joints supposed to be transformed during an animation
- Rendering independent bones
- Rotate 3d Model as you move your bones in Threejs
- Why custom control doesn't resize with its children?
- Vertex skinning artifacts with specific glTF models
- Can you get an explicit skeleton out of a gltf file?
- How do I Change colors of the native WPF control theme?
- splitting up ascx files for maintainability
- Getting transformation matrix for bone animation in Assimp
- Why do we need to use the uninsneveruninstall flag when skinning a Inno Setup Uninstaller?
Related Questions in DOTNETNUKE-6
- DNN-6 Compiling Issue
- DotNetNuke 6 force site to use TLS1.2
- Can't Install DNN 6.2.9 - 302 Redirect Loop Timeout
- Dotnetnuke URL link not working
- Localhost Redirected you too many times DotNetNuke
- How to create Custom Module in DNN 7.3.3?
- How to set Module 'In Use' in DNN Installation.?
- content management tool for responsive site support IE, chrome AND smartphone(Ios and android)
- DotNetNuke site keeps redirecting back to upgrade wizard
- How do I find the taxonomy tag of the current page in DotNetNuke 6?
- DotNetNuke7:-Web Api is not triggering on call
- DotNetNuke upgrade from 6.02.09 to 7.40.00
- DNN 6.2 URL hacked
- Tidy up DotNetNuke database tables
- DotnetNuke password reset link
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Yes. You can certainly create DNN skins without getting a graphic editing application involved. Apparently someone needs to write some better DNN skinning articles. The DNN skinning architecture is pretty much unlimited, you can do anything you can do with ASP.NET (except for Master Pages but between skins and containers you get the same capabilities).
Joe Brinkman (one of DNN's founders) started (but never finished) a nice series on creating DNN skins with nary a mention of Dreamweaver. It's a good place to get started though he does start with an HTML skin rather than going straight to ASCX(my preference).
http://www.theaccidentalgeek.com/post/2010/06/28/DotNetNuke-Skinning-101-%28Part-1%29.aspx