Search Results

Showing results 1 to 40 of 271
Search took 0.02 seconds.
Search: Posts Made By: fatihpiristine
Forum: C 5 Days Ago
Replies: 4
Views: 222
Posted By fatihpiristine
solving factorial using recursion is not a good way as long as you can solve it with linear loop. keep it mind. you may get stack overflow.

find the book "The C Programming Language" from Dennis...
Forum: C 17 Days Ago
Replies: 3
Views: 235
Posted By fatihpiristine
thanks for the remark. that was the thing i was trying to remember.
Forum: C 17 Days Ago
Replies: 3
Views: 235
Posted By fatihpiristine
anyways i fixed it myself :) here is the solution



typedef struct
{
int age;
char *name[50];
} Person;
Forum: C 17 Days Ago
Replies: 3
Views: 235
Posted By fatihpiristine
what's wrong here?


typedef struct person
{
int age;
char name[50];
};

int main()
Forum: HTML and CSS Oct 12th, 2009
Replies: 10
Views: 758
Posted By fatihpiristine
yea right... anyways thanks for the suggestions.

another tricky solution i found: setting the overflow to visible for wrapper div. now it is working fine.
Forum: HTML and CSS Oct 12th, 2009
Replies: 10
Views: 758
Posted By fatihpiristine
that works if you see my first post above. i have did the same.

but there you will get issue with font-size which will 70% for body from 70% given to HTML
Forum: HTML and CSS Oct 12th, 2009
Replies: 10
Views: 758
Posted By fatihpiristine
it is not need to be something specific to IE coz i don't see any reason to do that. It is kind of rendering issue no ? coz it doesn't happen in IE6. only IE7. haven't tried with IE8.
Forum: HTML and CSS Oct 11th, 2009
Replies: 10
Views: 758
Posted By fatihpiristine
XHTML 1.0 strict

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us"...
Forum: HTML and CSS Oct 11th, 2009
Replies: 2
how
Views: 242
Posted By fatihpiristine
yea beautiful.. what's the question?
Forum: HTML and CSS Oct 11th, 2009
Replies: 2
Views: 282
Posted By fatihpiristine
asking for user/pass

didnt show up any errors
Forum: HTML and CSS Oct 11th, 2009
Replies: 10
Views: 758
Posted By fatihpiristine
yes they are there.. if you realized the html has no white space at all which is generated by c# code. same code used on www.biranket.com but i don't have this problem there.
Forum: HTML and CSS Oct 10th, 2009
Replies: 7
Views: 440
Posted By fatihpiristine
there is an event handler for img tags complete/oncomplete run a javascript
Forum: C Oct 10th, 2009
Replies: 2
Views: 330
Posted By fatihpiristine
set file extension to .c not .cpp
Forum: HTML and CSS Oct 10th, 2009
Replies: 10
Views: 758
Posted By fatihpiristine
hey guys..

i have a problem on IE7. following css causing this. the problem is that wrapper div when its height is less than viewable area of the browser, browser doesn't apply background color....
Forum: C Sep 23rd, 2009
Replies: 6
Views: 205
Posted By fatihpiristine
write a string parser to drop the empty lines, extra line brakes, extra spaces... etc
Forum: PHP Mar 24th, 2009
Replies: 2
Views: 447
Posted By fatihpiristine
it doesnt matter where you connecting or how you are connecting. as long as you are processing your requests on server side you can get the data and the content of any page passing correct...
Forum: JavaScript / DHTML / AJAX Jan 13th, 2009
Replies: 4
Views: 2,163
Posted By fatihpiristine
those pages msn, yahoo or google have two type of layout,
one is wide other one is narrow. you need to be very good in css to do this and js as well
Forum: JavaScript / DHTML / AJAX Jan 13th, 2009
Replies: 4
Views: 1,630
Posted By fatihpiristine
try to send a http request to server periodically and check the version number. if the version on client side less then the server side, refresh the page... dont forget to increase the version each...
Forum: JavaScript / DHTML / AJAX Jan 13th, 2009
Replies: 3
Views: 1,102
Posted By fatihpiristine
dont know how much you know about javascript but this will do the thing that you want.

this one adds butons into body onclick event and changes its label to delete and
delete buton delete any...
Forum: PHP Oct 30th, 2008
Replies: 4
Views: 553
Posted By fatihpiristine
if ($row[NonSmoking] = 1)

this will always return true.. you are doing assignment here use double equal signs

if ($row[NonSmoking] == 1)

try now
Forum: PHP May 7th, 2008
Replies: 7
Views: 5,153
Posted By fatihpiristine
<?php
include('../include/conn.php');
$Path = "../images/reference/";
$NoPic = "../images/nopic.jpg";
$Delimeter = "_";
$ImageName = $_REQUEST['ReferenceID'];
$Title = $_REQUEST['Title'];...
Forum: PHP May 7th, 2008
Replies: 7
Views: 5,153
Posted By fatihpiristine
i have done this using framset and php code no needed ajax code. i ll send you the code soon but still need some modifications. uploading and db part works fine.
Forum: ASP.NET Jan 26th, 2008
Replies: 0
Views: 910
Posted By fatihpiristine
hey guys,

I want to create IBM AFP files with an index. I checked many thing but got nothing. I have XFRendering server 2007 helps me to create PDF files which has also support for AFP files with...
Forum: PHP Jan 24th, 2008
Replies: 2
Views: 750
Posted By fatihpiristine
Forum: C# Jan 22nd, 2008
Replies: 2
Views: 558
Posted By fatihpiristine
i wanna use xml files to store data on it. i hope it is clear now...
Forum: ASP Jan 22nd, 2008
Replies: 4
Views: 733
Posted By fatihpiristine
whats that site about? kinda products?
Forum: PHP Jan 21st, 2008
Replies: 5
Views: 5,000
Posted By fatihpiristine
sample .htaccess file.


RewriteEngine On

RewriteRule ^\.htaccess$ - [F]
RewriteRule ^\.jpg$ - [F]
RewriteRule ^\.html$ - [F]
RewriteRule ^\.css$ - [F]
Forum: PHP Jan 21st, 2008
Replies: 6
Views: 1,446
Posted By fatihpiristine
i have posted that script ages ago..

here u can view them like 6*4 or how you like
http://www.daniweb.com/forums/thread93324.html

here is the file upload code. u have to do some modifications...
Forum: PHP Jan 21st, 2008
Replies: 11
Views: 3,222
Posted By fatihpiristine
try this..


$Server = "127.0.0.1";
$Port = ":"."3306";
$DataBase = "database";
$UserName = "user";
$PassWord = "pass";
$Flags = "MYSQL_CLIENT_SSL";
$Connection = mysql_connect($Server ....
Forum: PHP Jan 21st, 2008
Replies: 6
Views: 1,649
Posted By fatihpiristine
gotta be kidding about this one
180 seconds, now on up to you.

<META HTTP-EQUIV="Refresh" CONTENT="180">

works everywhere. u no need java everytime
Forum: C# Jan 21st, 2008
Replies: 2
Views: 558
Posted By fatihpiristine
hi guys,

i did something, few years ago in C# like attaching xml file as database in windows application, so now i m trying to do exactly the same thing but totaly lost in it. got any idea?
...
Forum: PHP Jan 18th, 2008
Replies: 5
Views: 4,738
Posted By fatihpiristine
Forum: PHP Jan 18th, 2008
Replies: 1
Views: 592
Posted By fatihpiristine
Forum: PHP Jan 18th, 2008
Replies: 12
Views: 2,739
Posted By fatihpiristine
u know it is not gonna work if your server is not configured to send email without authorization.

better u login and fast!
Forum: PHP Jan 18th, 2008
Replies: 3
Views: 3,866
Posted By fatihpiristine
i posted image upload code here already. try to make search. with some little modifications to save ur images on your database.
Forum: PHP Jan 18th, 2008
Replies: 11
Views: 3,222
Posted By fatihpiristine
wanna connect to mySQL or what? if you wanna configure mysql u gotta make connection first then inject the sql commands.
Forum: PHP Jan 18th, 2008
Replies: 10
Views: 4,044
Posted By fatihpiristine
yea ubuntu rocks!.

dw cs3 is good for php.
Forum: ASP.NET Jan 18th, 2008
Replies: 19
Views: 10,191
Posted By fatihpiristine
no need facultychecked.Checked == true
use this. and it will work.

int k;
if (facultychecked.Checked)
{
k = 1;

}
else
Forum: ASP.NET Jan 18th, 2008
Replies: 2
Views: 2,582
Posted By fatihpiristine
try this. u should give path on server. not real path.

BackImageUrl="App_Data/logo1.bmp"

! convert that bmp to jpg to save time on load
Forum: ASP.NET Jan 17th, 2008
Replies: 8
Solved: log4net issues
Views: 1,681
Posted By fatihpiristine
This is the output :) works as one class file, but a bit slow on database logging.
2008-01-17 17:32:51 INFO MSDOM\809133 ActivityLogs._Default...
Showing results 1 to 40 of 271

 


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

©2003 - 2009 DaniWeb® LLC