Search Results

Showing results 1 to 40 of 1000
Search took 0.07 seconds.
Search: Posts Made By: evstevemd
Forum: Python 11 Minutes Ago
Replies: 7
Views: 219
Posted By evstevemd
I meant to set it up for Web applications. I use windows.
I have Installation and works fine for desktop apps :)
Forum: PHP 17 Hours Ago
Replies: 16
Views: 307
Posted By evstevemd
I still need you experts to poke around above code and correct me anywhere due to security/coding habits/OOP stuffs et al and all you can suggest for the above code. I'm novice on PHP security...
Forum: PHP 23 Hours Ago
Replies: 16
Views: 307
Posted By evstevemd
my databse name was testlogin and table users. Here is a script to install table fields necessary


<?php
mysql_connect('localhost', 'root', 'jesus');
mysql_select_db('testlogin');...
Forum: PHP 23 Hours Ago
Replies: 16
Views: 307
Posted By evstevemd
my databse name was testlogin and table users. Here is a script to install table fields necessary


<?php
mysql_connect('localhost', 'root', 'jesus');
mysql_select_db('testlogin');...
Forum: PHP 1 Day Ago
Replies: 16
Views: 307
Posted By evstevemd
<?php
require('inc.class.php');
if(isset($_SESSION['who'])&& ($_SESSION['who']=1)){
$name = $_SESSION['fname'];
echo "Welcome $name, this page you are viewing is for members, of which you are...
Forum: PHP 1 Day Ago
Replies: 16
Views: 307
Posted By evstevemd
<?php
//start session
session_start();
class Database{
//for db
var $host;
var $dbusername;
var $dbpasswd;
var $db;
//for pagination
Forum: PHP 1 Day Ago
Replies: 16
Views: 307
Posted By evstevemd
<?php

require('inc.class.php');
//testing values
$sms = new HtmlSms();
$logger = new LoginRegister();
if (!isset($_GET['do'])){
$sms->login();
}//end if
else{
Forum: PHP 1 Day Ago
Replies: 16
Views: 307
Posted By evstevemd
Here is my new class and login page I wrote at home. It have registration capabilities
Forum: Python 1 Day Ago
Replies: 7
Views: 219
Posted By evstevemd
Python is easy to write, but I find setting it up for even local development is a headache! If it is such a headache to Just setup it, how can I practice?? For this one, I suggest PHP. PHP isn't...
Forum: JavaScript / DHTML / AJAX 1 Day Ago
Replies: 3
Views: 248
Posted By evstevemd
Thanks I will check
Forum: Java 1 Day Ago
Replies: 2
Views: 94
Posted By evstevemd
Full and self expalanatory!
Thanks!
Forum: C++ 1 Day Ago
Replies: 8
Views: 174
Posted By evstevemd
What is Methinks Express? I googled with no avail!


That is! I need that UNESCO approved ID, and get the Pro version.
Forum: PHP 1 Day Ago
Replies: 16
Views: 307
Posted By evstevemd
I completely re-wrote the whole class at home. I added features like encryption, email check et al. I will post it tomorrow as I left laptop at home. Thanks for suggestions.
Forum: Existing Scripts 2 Days Ago
Replies: 1
Views: 582
Posted By evstevemd
If you can't find one, code one ;)
Forum: Windows Vista and Windows 7 2 Days Ago
Replies: 0
Views: 67
Posted By evstevemd
I'm curious if anyone is using this Studio and how does it match FL studio. I ahve not used it but wan't to know how is it doing ;)
It is -->Here (http://lmms.sourceforge.net/)
Forum: JavaScript / DHTML / AJAX 2 Days Ago
Replies: 5
Views: 343
Posted By evstevemd
Start with W3School's HTML tutorial, then some server side scripting of your choice (PHP, ASP etc) and some JavaScript :)
Forum: Java 2 Days Ago
Replies: 2
Views: 94
Posted By evstevemd
Hi all,
I'm just starting Java and have read some tutorials and reading also thinking in Java and I see it is a good language. I have a question though, what are MINIMUM requirement of ANY Java...
Forum: PHP 2 Days Ago
Replies: 6
Views: 137
Posted By evstevemd
I don't get you here! What do you mean? display data from database or what? :)
Forum: PHP 2 Days Ago
Replies: 6
Views: 137
Posted By evstevemd
Also there is function called die() that will save you alot of coding.You have:
#
$dbcnx = @mysql_connect('localhost', 'root', 'password');
#
if (!$dbcnx) {
#
exit('<p>Unable to connect to the...
Forum: HTML and CSS 2 Days Ago
Replies: 8
Views: 191
Posted By evstevemd
Thanks buddy,
its is not a problem, since I know now it is CSS issue. Should I post to JavaScript forum too, seeing that there is some JS ;)
Forum: HTML and CSS 5 Days Ago
Replies: 8
Views: 191
Posted By evstevemd
Thanks guys,
I wanted to know the technique behind rounded corners
Forum: C++ 5 Days Ago
Replies: 9
Views: 246
Posted By evstevemd
I think C++ wont be replaced by Python. Why? Because even the Author of Python didn't intend it as replacement but rather a complement. So Python Complements C/C++ instead of rivaling it. Ou can...
Forum: HTML and CSS 6 Days Ago
Replies: 8
Views: 191
Posted By evstevemd
I need to make <div> </div> to have rounded corner.
I wonder what other technique than putting rounded image at corner can be used to make them round. Is it Javascript or what? CSS?

Look at this...
Forum: PHP 6 Days Ago
Replies: 16
Views: 307
Posted By evstevemd
Thanks guys for your criticism and suggestions. What I say is, they are really really great! They help me improve and I will work on them and make an improved code. Before I implement above...
Forum: PHP 6 Days Ago
Replies: 16
Views: 307
Posted By evstevemd
Thanks guys for your criticism and suggestions. What I say is, they are really really great! They help me improve and I will work on them and make an improved code. Before I implement above...
Forum: C++ 6 Days Ago
Replies: 8
Views: 174
Posted By evstevemd
Eh! I thing I will have to sell win32 API for wxWidget as I cannot pay for MFC
Forum: Python 6 Days Ago
Replies: 7
Views: 215
Posted By evstevemd
I missed the Link to the file.
As far as I can see, you need to look at csv module to help you to do it.
What I propose is:
1. Open file
2. Get contents of one line
3. get that line with...
Forum: Python 6 Days Ago
Replies: 7
Views: 215
Posted By evstevemd
Ok, do us a favour,
attach that file to your post. Jus Click reply and you will see button to attach and do it. We cant know the content of the file!

Do it please :)
Forum: JavaScript / DHTML / AJAX 6 Days Ago
Replies: 3
Views: 248
Posted By evstevemd
Hello all,
I have basics for JavaScript (syntax, controls, loops, object etc) and also basics of XML. What else should I know to learn AJAX? What does Ajax 'animal' look like?

Thanks guys
Forum: C++ 6 Days Ago
Replies: 8
Views: 174
Posted By evstevemd
Hi all,
this is just curious question on C++ and winapi.
I have heard that win32api is written in C and at the same time I have heard people saying that "light weight" applications can be written...
Forum: Python 6 Days Ago
Replies: 1
Views: 136
Posted By evstevemd
Don't know on TkIntering,
but if you're serious with your app, grab wxPython and MySQL-python. Make a client that will access remotely the mysql server, authenticate it and populate data/delete...
Forum: Python 6 Days Ago
Replies: 7
Views: 215
Posted By evstevemd
try using link at the top toolbar of your editor. Very helpful to post links.
As buddy said, Matplotlib+wxPython will give you total control. If you do simple plotting, then wxPython have tool for...
Forum: C++ 6 Days Ago
Replies: 3
Views: 197
Posted By evstevemd
For 2D look at SDL engine. I don't have done Game programming, but M$ have their gaming engine. I think it is something to do with VS IDE
Forum: PHP 6 Days Ago
Replies: 16
Views: 307
Posted By evstevemd
I see,
Can you help me point out method names that you see will prevent reuse? I see that I should change all login prompts may be to use XML (is that what you said?). But I'm afraid I might forget...
Forum: C++ 7 Days Ago
Replies: 6
Views: 206
Posted By evstevemd
I have it,
should I install it and then copy MINGW and uninstall it? Will that work?
Forum: Visual Basic 4 / 5 / 6 7 Days Ago
Replies: 9
Views: 9,316
Posted By evstevemd
OOh! very Old thread!
I changed language to Python and PHP and C++
I no longer know any VBic stuffs.
Anyway, it can be downloaded and integrated with VS express ed
Forum: PHP 7 Days Ago
Replies: 16
Views: 307
Posted By evstevemd
Any help feature or criticism is allowed. Also modification et al
feel free to comment anything :)
Forum: PHP 7 Days Ago
Replies: 16
Views: 307
Posted By evstevemd
Hi all, after thinking for sometimes, I thought it will be grat opportunity to learn if I will start from scratch and build my own register/login system. Here is the thread that I will be posting the...
Forum: PHP 8 Days Ago
Replies: 5
Views: 181
Posted By evstevemd
Aptana+PDT
www.aptana.com
Forum: PHP 8 Days Ago
Replies: 12
Solved: PHP Forum
Views: 274
Posted By evstevemd
Check this you tube
It have good teaching on integrating PHPBB and your site. I hope it will give you an idea to start with :)
http://www.youtube.com/user/phpacademy
Showing results 1 to 40 of 1000

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC