71 Archived Topics
Remove Filter Hello Everyone, I hope everyone of you are aware of the Business Promoting Tools available in the market like: IBP (internet business promoter) Web CEO 5.6x Add Web If you dont know them then just google it Well my question is that, are these tools really worth purchasing. Are they … | |
How do they make tables with only CSS without using HTML Tables? is it possible to make a table as shown on the screenshot below with only CSS and NO HTML? if yes how? [url=http://photobag.2plans.com/][img]http://photobag.2plans.com/images/75427379.jpg[/img][/url] Thanx in advance | |
Incase you are looking for tutorial for configuring apache with PHP and Mysql, I found [url=http://www.expertsrt.com/tutorials/Matt/install-apache.html]one[/url] Hope, it will be useful to you too. ;) | |
See, I am using the following PHP code to generate a PNG image file [CODE]<?php // create a 100*30 image $im = imagecreate(100, 30); // white background and blue text $bg = imagecolorallocate($im, 255, 255, 255); $textcolor = imagecolorallocate($im, 0, 0, 255); // write the string at the top left … | |
Does any of you know how to mask a URL in php?? Like the one you see in free URL [URL="http://www.shorturl.com"]redirectional services[/URL] I mean I have a url like [url]http://www.my-server.com/[/url] which will redirect me to [url]http://www.some-other-server.com/abc.php[/url] by the following PHP command [CODE]header("location: http://www.some-other-server.com/abc.php");[/CODE] But I want the URL in the … | |
Hello, Is there any way I can prevent simultaneously multiple downloads from my site with PHP? I mean I want a user can download only 1 file at a time, the second file can be downloaded only after the first one is finished. Thanx in advance for the help. | |
The following code is used to set a cookie that will expire after one hour [CODE]<?php setcookie('cookieName', 'cookieValue', time()+3600, '/'); ?>[/CODE] if I want to set a cookie that should never expire, what I have to do? thanx | |
Is there any other function in PHP that can be used for redirecting a page I use the following [CODE]header ("location: index.php");[/CODE] But it generates the following error: [CODE]Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at c:\program files\easyphp1-8\www\admin-right-nav.php:5) in c:\program files\easyphp1-8\www\admin-right-nav.php on line 6[/CODE] … | |
Hello, I was wondering is there any Windows XP 2004 version? if yes then can u plz give me the download link for the trial version of "Windows XP 2004"? I searched for Microsoft.com and google.com both but did not get any results :( Also, I downloaded the trial version … | |
ok here it goes: I ahve 2 textbox within a form on my HTML page I want to display the text "SHOUVIK" (without quotes) on the second textbox as soon as I click on the first textbox Is this possible? Kindy help | |
Can someone please suggest me which is the best archiving tool I can use, which will support almost all type of compressed file? I used winrar from rarlab.com but Its quite buggy. It generates a CRC error after a couple of months when I try to unzip the same compressed … | |
Spyware takes aim at Mozilla browsers [url]http://news.com.com/Spyware+takes+aim+at+Mozilla+browsers/2100-7349_3-5569635.html[/url] | |
[img]http://www.inethouse.net/oneadmin/_files/blogger/ccboxshot.jpg[/img][img]http://www.inethouse.net/oneadmin/_files/blogger/Sonar4_Producer_Box_3D.gif[/img][img]http://www.inethouse.net/oneadmin/_files/blogger/IMGSABBox100x120.gif[/img] How do you guys create such boxes? Do we have some facility in Photoshop or is there a seperate software for the same? | |
I installed IIS server, all the components (framework and wotnot), and finally Visual studio .NET 7.0 (2003) When I run an ASP.NET Page, I get the following error...I tried everything but in vain :( can u help me out plz? [url=http://imagebag.cfsmedia.co.uk/][img]http://imagebag.cfsmedia.co.uk/images/6303176.jpg[/img][/url] | |
Wot is the difference between declaring a Global Variable and a Public variable? I mean both variables can be accessed through out the project so wots the main difference apart from that Global variables cannot be declared in forms but modules only? | |
Does anyone know where can I download free activex components for visual basic 6.0? Thanx in advance :) | |
Please help me in converting bytes to MB, attached is a project, please fix it and post it here...thanx | |
Which you think is the best one? [URL=http://www.lavasoftusa.com/]LavaSoft Ad-aware[/URL] [URL=http://www.sunbelt-software.com/CounterSpy.cfm]CounterSpy[/URL] [URL=http://www.earthlink.net/software/nmfree/spyaudit/]Earthlink Spy Audit[/URL] [URL=http://www.microsoft.com/athome/security/spyware/software/default.mspx]Microsoft AntiSpyware[/URL] [URL=http://www.pestpatrol.com/]PestPatrol[/URL] [URL=http://www.safer-networking.org/]Spybot Search & Destroy[/URL] [URL=http://www.webroot.com/products/spysweeper/index.php?rc=432]Spysweeper[/URL] [URL=http://toolbar.yahoo.com/ie]Yahoo Toolbar[/URL] [URL=http://www.javacoolsoftware.com/spywareblaster.html]SpywareBlaster[/URL] [URL=http://www.pctools.com/spyware-doctor/?ref=afl_adreport]PCTools Spyware Doctor [/URL] [URL=http://noadware.net/]NoAdware[/URL] [URL=http://www.palsol.com/]PALSol[/URL] [URL=http://www.spykiller.com/]SpyKiller[/URL] [URL=http://www.stopzilla.com/]StopZilla![/URL] [URL=http://us.mcafee.com/root/package.asp?pkgid=182&cid=9904]McAfee[/URL] [URL=http://www.enigmasoftwaregroup.com/spy-hunter/spy-hunter.shtml]Spy-Hunter[/URL] | |
I have a commondialog on my form, 1 textbox, 1 command button. I want to show the path of a link(link file) on the textbox using the commondialog? how should I? When I write the following code, I get the path of the actual file and not the path of … | |
I want the timer to set the interval in hours or minutes and not in milliseconds. I get the following error when I set the interval as in minute as Timer1.Interval = 60000 * 5 "Run-time error 380, Invalid Property Value" | |
From [url]http://www.tutorial.2ya.com[/url] Hope that site will be helpful. |
The End.