Search Results

Showing results 1 to 40 of 270
Search took 0.02 seconds.
Search: Posts Made By: fatihpiristine
Forum: C 3 Days Ago
Replies: 3
Views: 145
Posted By fatihpiristine
thanks for the remark. that was the thing i was trying to remember.
Forum: C 3 Days Ago
Replies: 3
Views: 145
Posted By fatihpiristine
anyways i fixed it myself :) here is the solution



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


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

int main()
Forum: HTML and CSS 26 Days Ago
Replies: 10
Views: 656
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 27 Days Ago
Replies: 10
Views: 656
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 27 Days Ago
Replies: 10
Views: 656
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 27 Days Ago
Replies: 10
Views: 656
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 27 Days Ago
Replies: 2
how
Views: 224
Posted By fatihpiristine
yea beautiful.. what's the question?
Forum: HTML and CSS 27 Days Ago
Replies: 2
Views: 223
Posted By fatihpiristine
asking for user/pass

didnt show up any errors
Forum: HTML and CSS 28 Days Ago
Replies: 10
Views: 656
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 28 Days Ago
Replies: 7
Views: 413
Posted By fatihpiristine
there is an event handler for img tags complete/oncomplete run a javascript
Forum: C 29 Days Ago
Replies: 2
Views: 302
Posted By fatihpiristine
set file extension to .c not .cpp
Forum: HTML and CSS 29 Days Ago
Replies: 10
Views: 656
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: 196
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: 429
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,114
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,566
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,079
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: 546
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,052
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,052
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: 888
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: 730
Posted By fatihpiristine
Forum: C# Jan 22nd, 2008
Replies: 2
Views: 554
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: 731
Posted By fatihpiristine
whats that site about? kinda products?
Forum: PHP Jan 21st, 2008
Replies: 5
Views: 4,814
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,418
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,149
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,628
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: 554
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,617
Posted By fatihpiristine
Forum: PHP Jan 18th, 2008
Replies: 1
Views: 587
Posted By fatihpiristine
Forum: PHP Jan 18th, 2008
Replies: 12
Views: 2,703
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,814
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,149
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: 3,959
Posted By fatihpiristine
yea ubuntu rocks!.

dw cs3 is good for php.
Forum: ASP.NET Jan 18th, 2008
Replies: 19
Views: 9,898
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,511
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,650
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...
Forum: ASP.NET Jan 17th, 2008
Replies: 8
Solved: log4net issues
Views: 1,650
Posted By fatihpiristine
new version
Showing results 1 to 40 of 270

 


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

©2003 - 2009 DaniWeb® LLC