Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:378468
More Search Options
RSS Available
Matching Posts
Re: (Hopefully) simple conversion needed
Well, no... the php code writes my "content" (from a Flash ui) to an existing file and saves it. Your code creates a new file. Thanks, though.
Posted to
Migrating from PHP to ASP.NET
(Forum)
by
SamTanner
on 10/30/2006
(Hopefully) simple conversion needed
Can someone please do a simple conversion from PHP for me? It just writes to and saves a file. <code> <?php $filename = $HTTP_POST_VARS["filename"]; $content = stripslashes($HTTP_POST_VARS["content"]); // In our example we're opening $filename in write mode. // The file pointer is at the begining of the file if (!$fp = fopen($filename, 'w+')) { echo("flag=file is readonly"); exit; } // Write $content to our opened file. if (!fwrite($fp, $content
Posted to
Migrating from PHP to ASP.NET
(Forum)
by
SamTanner
on 10/30/2006
Re: New DNN 4.x custom (and free) gallery module
Very clean, simple and easy. Thank you Amit!
Posted to
Custom Modules
(Forum)
by
SamTanner
on 6/10/2006
Re: Buidling an advanced portal with DNN
My 2 cents... You are talking about implementing a specialized portal site with specialized functionality. I'm sure you have done the research to find an out-of-the-box solution, and of course there isn't one. So, the choice becomes build from scratch versus customizing an existing solution with similar capabilities, right? There is nothing in your statement of requirements that cannot be accomplished with dotNetNuke. That's not to say it won't take some study, some custom code, maybe some money
Posted to
DotNetNuke
(Forum)
by
SamTanner
on 6/8/2006
Re: Problem Applying skin
The ascx is malformed with a redundant control directive. Find where one is repeated and fix it.
Posted to
DotNetNuke
(Forum)
by
SamTanner
on 6/7/2006
Re: Ajax Admin Pages & Modules
It's a great module, please keep the community informed on it's development. I'd also like to know if the problems I encountered during testing were ever solved.
Posted to
Custom Modules
(Forum)
by
SamTanner
on 6/6/2006
Re: Changing text color in the SolPartMenu
Generally, you'll need to make changes to the skin's stylesheet. In particular, you should look at these classes: MainMenu_MenuItem MainMenu_MenuItemSel (for the hover state) Hope this helps...
Posted to
Core Framework
(Forum)
by
SamTanner
on 6/6/2006
Re: Is this possible with SOLPART??
Hey, I knocked this xml out quickly just to get you headed the right way... <Objects> <Object> <Token>[MENU:1]</Token> <Settings> <Setting> <Name>Display</Name> <Value><Horizontal></Value> </Setting> <Setting> <Name>Level</Name> <Value>Root</Value> </Setting> <Setting> <Name>UseArrows</Name> <Value>False</Value> </Setting> <Setting> <Name>SeparateCss<
Posted to
DotNetNuke
(Forum)
by
SamTanner
on 6/5/2006
Re: Ajax Admin Pages & Modules
Andreas, what's happening with this new module?
Posted to
Custom Modules
(Forum)
by
SamTanner
on 6/2/2006
Re: Reference to Javascript lib in header at skin level
Thanks John, I somehow knew you'd catch this ;>)
Posted to
DotNetNuke
(Forum)
by
SamTanner
on 5/25/2006
Page 1 of 41 (406 items) 1
2
3
4
5
Next >
...
Last »
TechNet Edge:
AlignIT IT Manager Podcast #30 - Straight Talk about Windows 7
WindowsClient:
You know your post rate has gone down...
Silverlight:
Geek Profiles – Scott Guthrie
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 9 of 13
TechNet Edge:
Managing Your Virtual World - Tech Focus November 2009 Part 2
ASP.NET:
Silverlight and RIA Services: Implementing Search
Channel 9:
C9 Lectures: Brian Beckman - Covariance and Contravariance in Physics 1 of 1
Channel 9:
Set Your Data Free
Channel 9:
Implementing a Silverlight SharePoint WebPart with Visual Studio 2010
WindowsClient:
New WPF Showcase Addition: Enterprise
Channel 9:
Reactive Extensions API in depth: Contract
WindowsClient:
Concluding "New WPF Features" Series
WindowsClient:
Introduction to TestApi – Part 5: Managed Code Fault Injection APIs
ASP.NET:
T4MVC now has a real home and a dedicated forum!
TechNet Edge:
Windows Server 2008 R2 : New Power Management Features
ASP.NET:
Web Deployment Painkillers: VS 2010 & MS Deploy
WindowsClient:
Application Accessibility Testing
WindowsClient:
Prism & WCF RIA Services
Channel 9:
Sharepoint 2010 and Claims-Based Identity
WindowsClient:
IRhetoric Ported To BlogEngine.NET
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online