software, web developer. languages java, c sharp, and php
- Interests
- web development
- PC Specs
- core i3
39 Posted Topics
Re: check out voicephp on google. tringme on google. They are viop techs in php. I guess they might help. | |
Please I need demo code on how to create a windows phone 8 settings page. | |
Re: You could also learn joomla. It is a php cms application which widely used for building php web sites. It is quite flexible cos it helps you manage site content. | |
I want to develop a simple instant messaging application like whatsapp. I discovered the GCM cloud push system from google. I used it to do simple stuffs and it worked. but I noticed that for it to work you have to add a google account of every device that is … | |
Is it possible to have more than one custom provider in a system. Suppose you have a project that as a blog and a forum rite in the same project. Can we have a Custom Membership provider for the blog. And a Custom Membership provider for the forum. Cos I … | |
I have been seeing alot of adverts on c sharp on xamarin. Please for does of you who are experienced on c sharp on xamarin. Can it do every thing that android on xamarin would do. | |
Please can any body show me examples on how to enter values into the Date and Time column | |
I have a window application. I want to obsfrucate the code. To make it very secure. Please what is the best and most secure obsfruscating tool for .Net applications | |
Re: well I would state some ways that you can do this. You can use sockets. The windows application can communication through raw sockets with your web application. But you would also have to open a socket connection on your web application. I have used a java application to communicate with … | |
Re: if it is an mvc project use import the model in the top of the razor view file add this line of code to generate the password box @Html.PasswordFor(m=>m.Password) -- This would be in your view in your model public class LoginView{ public string Username {get;set;} [DataType(DataType.Password)] public string Password … | |
Re: there is a more secure way. hash("haval256,5",$password) I this is one of the hash algorithm if not the best ![]() | |
Re: Well if you want to build websites, ecommerce apps like shopping carts or you want to possibly work on cms. I would recommend php. but if you want to do some stuffs like developing a text editor, mobile apps and simple games. I would recommend python. But languages are good … | |
Re: Well I have experienced something like this before. In my code I was using the php.mailer library. In my own case I created an application for a bank. I discovered my application was sending emails only to email address of bank staffs. It would not send to other emails like … | |
Please can some one me with downloadable pdf tutorials on how to use the default role, membership and perform authentication and authorisation. I also want to create my own custom providers. I would be happy if I am given useful links were I can get tutorials to read up on … | |
Re: well welcome to the coding world. First of all I would recommend you take courses on algorithms and flowcharts. This is the fundamentals of programming. A good algorithm makes a software development cycle easy. Most people who learn programming are too either and neglect the fundamentals. Make sure you dont. … | |
I am trying to write a script that would collect current time and check if the time falls with a particular time range. Let say the current time is 12:00am and I want to check if the current time falls within the range of 1 pm to 5 pm. I … | |
Re: Are you sure that your form and your register.php file are in the same directory. If you are having this error **When in form action="register.php" then i have problem that this page can't find on server** It simply means you are trying to post to a file that is not … | |
I am generating time with a sql script $query = "select current_timestamp as time"; When my system time is in 24 hrs format it returns a 24 hr format time. but when it is 12 hrs format it returns a 12 hr format time. But I want my time to … ![]() | |
Re: **<?php echo "<a href= echo '$Geneprocess'>$Geneprocess</a>";?> ** You place an echo two times. Why not try this <?php echo "<a href='".$Geneprocess."'>".$Geneprocess."</a>"; ?> | |
Re: Well I assume you need a little script help here on how to do this. Firstly you have to specify an Id for that html element that you want to give the pop alert box. Let assume it is a button element. please check the code below. <input type="button" id="button" … ![]() | |
Re: Well I think this as to do with your database schemmas. From you db schemas you can call a username that the message is tied to. Please can you paste your database schemma, so we can give you a good algorithm on how to get the username. | |
Re: Well to solve problems like this you are to apply some nice clean debugging approach. You are passing your connection object and an ID. before this statement below. if(isset($id)) { I would advice you perform a simple check on the two parameters that you are passing. First is your connection … | |
In my project I have a folder called library. the folder contains essential scripts that other php files call from so I am trying to secure this folder so that no body would be able to access the directory from the url. But I dont know how to do this. … ![]() | |
Please can any body help me with a simple script on how to write an ajax longing in php. I doing some on chat and have been using the old polling. so I want to switch to long pooling. so the browser would only display messages when there is a … | |
I am new to authorisation and authentication. I have looked at the defaultMember, Role and Profile Providers. But they seem to limit me from communicating with my own database schemmas. Please I would love to have links were I can read on how to write my own Providers to perform … | |
Please does any one know how to configure signalR on an mvc project. | |
Well I am new in the asp.et mvc platform. In the course of my reading I discovered that ASP.NET MVC leaves the programmer to do most of the security. so I have decided to start this discussion so that young developers like me can learn from the highly experience people … | |
Re: Java is the best and would always remain good. Microsoft as it own flaws. Haters should stop condemning java. | |
I am trying to develop a VIOP web application. Please does any body no how to do this in asp.net | |
During my study on web apli. I learnt that it enables you to create web services that would use HTTP protocol. My question is web api could it be a called the replacement for soap web services. what is the comparative advantage of using webapi over soap services | |
I have created a simple ajax mvc code snippet. The owl idea is to post message from a textarea box to the controller through ajax and update and element on the page with result of the ajax request. But unfortunately the update part of the code is not working. Problem … | |
While researching on a php push engine like comet. I discovered the nginx Push Engine. But I dont know how to use it. Please is there anybody that as a simple demo or can give me directions on how to implement it in a real life project. | |
Please I am little bit confused about the difference a web service and a website. Please could someone just tell me the difference and practical projects were you need to apply a webservice. I read some document on google but am still alittle bit confused on when exactly you need … ![]() | |
Please I have been trying this code below to insert and delete record from my db but it compiles and when I check my db I dont see the update to show the query worked. But surprisingly if I use a select statement It gives me a sign that the … | |
I am new to windows app development in c sharp. I am trying to create a scenerio were a user would click on a button to display a new page of information instead of poping out a new window. Just like it is done in java CardLayout Manager. Pls most … | |
I am trying to build an enterprise chat application in asp.net (c#) but I am new to c sharp and I want to know the best approach to doing this. Though I have done some research. I discovered web sockets for javascript, pushback mechanism. But I want to know if … | |
Please I am new to the ADO.NET connected layer. But I have been able to learn how to communicate with my db effectively on the connected layer. But I notice that wen I execute an insert, update or a delete sql. I dont see the changes in the database. I … | |
Hello everyone, I have developed an application. But I need a script to perform push back just like facebook does when updating users profile. Please how can I do this in php. Please I would like it with a simple demo code. Thanks alot. | |
Is it possible to develop an application on an andriod device that would be used to control a car automobile. Can an automobile device inculperate the andriod os. |
The End.