User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 334,840 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,959 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our advertiser:
Showing results 1 to 40 of 132
Search took 0.01 seconds.
Posts Made By: Dsiembab
Forum: Website Reviews 5 Days Ago
Replies: 6
Views: 145
Posted By Dsiembab
Re: need some feedback on a new site

if I may ask what speed is your internet connection?
Forum: Website Reviews 5 Days Ago
Replies: 6
Views: 145
Posted By Dsiembab
Re: need some feedback on a new site

I actually have a backend to catch the query so the same query take a shorter time because it is not making the soap call
Forum: Website Reviews 5 Days Ago
Replies: 6
Views: 145
Posted By Dsiembab
Re: need some feedback on a new site

hey thanks for the input, The only problem I have is that it relies on an unreliable soap service. In a world of now now now 3 seconds could hurt me. Any who this is just a base to get started on....
Forum: Website Reviews 7 Days Ago
Replies: 3
Views: 192
Posted By Dsiembab
Re: Parenting Informed website review

I tried ooking at your site but am getting server not found
Forum: Website Reviews 7 Days Ago
Replies: 1
Views: 130
Posted By Dsiembab
Re: DubaiDesk

I noticed when I scroll down I lose the content and the scroll doesn't stop. I am using firefox for a browser
Forum: Website Reviews 7 Days Ago
Replies: 6
Views: 145
Posted By Dsiembab
need some feedback on a new site

http://bidderscourt.com/
Hi I just implemented this site and I would like some feedback on performance. It's basically a search engine for products kind of like google base. It uses a soap call for...
Forum: Advertising Sales Strategies 14 Days Ago
Replies: 6
Views: 2,328
Posted By Dsiembab
Re: GDI information please

high five to you
Forum: PHP 20 Days Ago
Replies: 0
Views: 123
Posted By Dsiembab
Is their a simpler way to paginate dynamic links?

I wrote this script and I was wondering if their was an easier way. It's basically for dynamic links <?php
$currents = $_GET['page'];
function paginator($current , $link, $getpre, $firstimg ,...
Forum: MySQL Apr 4th, 2008
Replies: 1
Views: 254
Posted By Dsiembab
database structure theory question?

good afternoon,I am currently in the process of building a database that can expand over time (i think that is an oxymoron, but anyways) From what I have been reading ( I have a 1999 antique book...
Forum: PHP Mar 28th, 2008
Replies: 3
Views: 211
Posted By Dsiembab
Re: another question about securing and passing variables

thanks for the reply. I should have asked is their a way to still keep your variables secure without a ssl? or openssl? more of a way to encrypt passing variables with a homemade formula kind of like...
Forum: PHP Mar 27th, 2008
Replies: 3
Views: 211
Posted By Dsiembab
another question about securing and passing variables

Good afternoon,
Quick question, this may not make any sense but it is a thought, I was thinking, like I usually like to do, when you pass variables over a browser would it be crazy to md5 hash and...
Forum: Web Developers' Lounge Mar 25th, 2008
Replies: 11
Views: 610
Posted By Dsiembab
Re: Which web browsers should you support?

ie7 is a high priority update in microsoft update. This is probably why the numbers are going down. I am not sure but I think aol still uses ie6 as their primary browser. old joke:How many Microsoft...
Forum: PHP Mar 21st, 2008
Replies: 2
Views: 191
Posted By Dsiembab
Re: md5 supersalting

so if I used an array instead like this
<?php
$password = $_POST['password'];
$length=strlen($password);
$divide=round($length/2);
$pass=str_split($password, $divide);
$salt...
Forum: PHP Mar 20th, 2008
Replies: 3
Views: 126
Posted By Dsiembab
Re: FATAL ERROR: register_globals is disabled in php.ini,

on my host they give you a php.ini file you can copy to each folder and modify it to your needs. Have you tried ini_set(register_globals, 1) in your php...
Forum: PHP Mar 20th, 2008
Replies: 2
Views: 191
Posted By Dsiembab
md5 superhashing

I like to read about hashing passwords and have read articles about how md5 and sha-1 could be deciphered albiet it would take 25 million dollar computer and time but still if you could take a...
Forum: Search Engine Optimization Mar 20th, 2008
Replies: 5
Views: 347
Posted By Dsiembab
Re: extension your keyword

I now know they do not play a role in ranking but what about searches, there has been many a time I would search for php and something else and I would get search results with the php file extension...
Forum: Search Engine Optimization Mar 18th, 2008
Replies: 5
Views: 347
Posted By Dsiembab
Re: extension your keyword

well that is a very zen way of looking at it , but seriously don't try it you might like it
Forum: Search Engine Optimization Mar 10th, 2008
Replies: 5
Views: 347
Posted By Dsiembab
Question extension your keyword

I was wondering if you would get penalized for makeing your file extension a major keyword and then added the extensionsn to be run through as php? like http://"whatever"/index."keyword" or even have...
Forum: Graphics and Multimedia Mar 5th, 2008
Replies: 0
Views: 348
Posted By Dsiembab
making a captcha with flash

I was wondering if there are any captchas that use flash. I would think if you used flash and had the text scramble around or even bloat and fade. I know captcha is annoying enough. probably could...
Forum: Geeks' Lounge Feb 29th, 2008
Replies: 39
Views: 4,259
Posted By Dsiembab
Re: I love this spam!

ok in that case you just won the uk multi-national eskimo midget albino award.
Forum: Geeks' Lounge Feb 28th, 2008
Replies: 39
Views: 4,259
Posted By Dsiembab
Re: I love this spam!

well you got his e-mail address why not forward it to the other scams as your new e-mail address.
Forum: HTML and CSS Feb 22nd, 2008
Replies: 7
Views: 1,194
Posted By Dsiembab
Forum: HTML and CSS Feb 22nd, 2008
Replies: 7
Views: 1,194
Posted By Dsiembab
Re: a:hover not working in Firefox.

in your <a href=""></a> put a # intbetween the quotations
Forum: HTML and CSS Feb 22nd, 2008
Replies: 7
Views: 1,194
Posted By Dsiembab
Re: a:hover not working in Firefox.

#links ul li a{
attributes : values;
}
#links ul li a:hover{
attributes : values;
}
#links ul li a:active{
attributes : values;
}
#links ul li a:visited{
Forum: HTML and CSS Feb 22nd, 2008
Replies: 7
Views: 1,194
Posted By Dsiembab
Re: a:hover not working in Firefox.

if you are using the opacity attribute at 1.0 why even have it? Is this for a widget? trim your #links a:hover a:active and a:visited for they will inherit the values from #links a just leave the...
Forum: PHP Feb 22nd, 2008
Replies: 3
Views: 485
Posted By Dsiembab
Re: Which one is the Best PHP editor

try html-kit with the php plugin
Forum: PHP Jan 6th, 2008
Replies: 5
Views: 392
Posted By Dsiembab
Re: Questions about file uploads

So I should chmod 666 the directory and 644 the files I put in them?
Forum: PHP Jan 3rd, 2008
Replies: 9
Views: 631
Posted By Dsiembab
Re: Linking mysql output results

Would this be true with Post too?
Forum: PHP Jan 2nd, 2008
Replies: 9
Views: 631
Posted By Dsiembab
Question Re: Linking mysql output results

I thought a mysql injection would only be possible when inserting or updating data.
Forum: PHP Jan 2nd, 2008
Replies: 5
Views: 392
Posted By Dsiembab
Re: Questions about file uploads

it's in the url I put in my last post but here it is again. Secure file upload in PHP web applications...
Forum: PHP Jan 1st, 2008
Replies: 5
Views: 392
Posted By Dsiembab
Re: Questions about file uploads

yes basically the php file checks if the extension is the one I will allow for upload
i.e.

if(is_uploaded_file($file[0]))
{
$lower=strtolower($file[1]);
$ext = explode(".",$lower);
$ext1 =...
Forum: PHP Jan 1st, 2008
Replies: 5
Views: 392
Posted By Dsiembab
Question Questions about file uploads

Good Morning,
I am thinking of letting users upload files to my website. I already have a php script to allow this which will be the back-end of a flash GUI. I have made the .swf which would allow...
Forum: HTML and CSS Jan 1st, 2008
Replies: 7
Views: 845
Posted By Dsiembab
Re: file upload

who is this webservice?
Forum: HTML and CSS Jan 1st, 2008
Replies: 3
Views: 624
Posted By Dsiembab
Re: Can this be done with CSS?

what's the widget for?
Forum: HTML and CSS Jan 1st, 2008
Replies: 5
Views: 605
Posted By Dsiembab
Re: Dreamweaver rearranging my HTML

I know you have already spent money on dreamweaver but you can try html-kit by chami it's free
Forum: PHP Dec 30th, 2007
Replies: 9
Views: 631
Posted By Dsiembab
Re: Linking mysql output results

This may not be the right answer, but I would think that you could make form in a for each statement and have the button text populated by the unique id also create the query . I'm thinking...
Forum: HTML and CSS Dec 30th, 2007
Replies: 2
Views: 335
Posted By Dsiembab
Re: tutorials for step by step advanced website development

Well your off to a good start. The best thing to do is buy books and read. Ask questions when you can't figure it out and check out
www.w3schools.com/
www.killersites.com/
Forum: HTML and CSS Dec 30th, 2007
Replies: 2
Views: 288
Posted By Dsiembab
Re: industry standard software for each component of website

well you could actually get a free content mangement system which will probably have modules that are easy to configure depending on what you want the website to do. If you want commercial go ahead...
Forum: PHP Dec 9th, 2007
Replies: 6
Views: 1,966
Posted By Dsiembab
Re: Issues w/ file uploads in PHP

I meant change the php.ini MAX_FILE_SIZE for uploads in the copy. You can do this in any folder, depending on your hosting.
Forum: PHP Dec 9th, 2007
Replies: 6
Views: 1,966
Posted By Dsiembab
Re: Issues w/ file uploads in PHP

depending on your host you might have to copy and paste the php.ini file into the folder where you upload script is being executed of course with the before mentioned
Showing results 1 to 40 of 132

 
All times are GMT -4. The time now is 3:40 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC