PHP is an ServerSide Language and can not run in the Browser like an HTML File that you open... To Use PHP you allways require an Webserver that supports PHP (i am not aware if there is an Xammp installation for Mobile devices...) Also, Mobile devices are using different Brwosers and different OS's. As long as you do not specify what kind of Mobile Devices you want to use, HTML5 or/and Java would be the most flexible way. Martin
Martin OHV
Posts
-
Website conversion -
Checkbox check should automatically and slowly fadeout to uncheckedHmmm... i would use a loop (for / next) to change the Color from yellow to the background in small steps and the opposite way to fade it in on the other box... Martin
-
Refresh the same partial view when clicking on a buttonYou can use the onclick event of the Button as an serverside event and create a sub with the "handles buttonx.click" or you can insert an Java Funtion in the onclick statemant of the Element to fire an Postback... Martin
-
Multi Language Support in MVCHi Kheer, Pradip has wrote some cool stuff regarding this: [Creating ASP.NET MVC Multilingual Web Application] also Keith: [Creating a Bilingual ASP.NET MVC 3 Application – Part I] Hope this is what you expect Martin
-
TextBox appear depended on checkboxHi Michael, sorry but i think i dont understand your question... the Check-Status of an ASP Checkbox can be assigned within the ASP Tag (Checked="True|False") the Actual Script seems to be hiding showing the Textbox4 independend of other textboxes or checkboxes... So maybe you can give us more details... Martin
-
Time boxed interview questionsHi Jonathan, i am not sure if your main goal are to have a easy formular or if the "try once" requirement is mandatory. If not, Google may help you with his formular module: http://www.google.com/intl/en/drive/start/apps.html#forms Martin
-
spawning mmc to a particular server or hosting remote console in an applicationHello Gregg, MMC is just a kind of Plattform. The Connection you want to do is not in the MMC, it is part of the Plugin what you load to your MMC. You can add for example the Plugin in for DHCP Management and while you add them, you can deceide, what server you want to connect with. Afterwards you can save this settings as "DHCPonMyServer.msc" file. If you want to run this Plugin on this server again, just run the MMC with this file as parameter. You can also add more than one Plugin to an MMC so you can create an individual MMC File for each of your server. Martin
-
LDAPMODIFY or LDAP Change Password with dotNETHello Community, i am actually getting desperate with this... i have developed a nice User-SelfService Site where user can modify some settings and also change their own password. Unfortunatly now it should run against a Novell eDirectory also instead of AD only. I did some research and from my understanding the easyest way would be to execute an LDAPMODIFY command but unfortunatly i can not find the LDAP Tools for windows (it looks, that they only exist for Linux :-( ) At the Time when the password of a user has to be changed, we have the current password, the whole Path of the Users Object in eDir and also an Proxyaccount that is permitted to reset users passwords. Did anyone have expiriance with LDAPMODIFY or Change Password on eDir? Yor help would be really appreciated. Thank you Martin