php call java class
From:  sitepoint.com
I want my php to call a java class.How can I do it? I know I may do a javafx script but there may be security issues, is not it? Read Full Story
ado dataset
From:  sitepoint.com
hi all..m new to the comm..please help.. when i wroking with ado dataset m getting an error "unrecognised sequence error"..pls\ease help me out... this is my code using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Data.SqlClient; namespace datasetdem { public partial class datasetform : Form { SqlConnection con = new Sq... Read Full Story
rounding decimal points
From:  sitepoint.com
Suppose a have a variable $num, it can be any values, like for example , 0.7849999999999999. What's the best way to round upwards it to maximum of 2 decimals i.e 0.7849999999999999 to 0.79? i.e if i were looking for 3 decimal then it would have been 0.785. Read Full Story
Run ASP.NET in Windows XP Home with Cassini Sample Web Server
From:  sitepoint.com
If you need to learn ASP.NET programming, then the first thing you need to install in your Windows XP Home PC is Cassini Sample Web Server. This article explains what you should have in place before you install the server, and explains how to download and configure it. ASP.NET is owned by Microsoft and is an entirely new technology as compared with classic ASP. This technology allows you to write ASP.net server side commands hosted in an IIS-compatible server like Cassini Sample Web Server. ... Read Full Story
Track robotic user
From:  sitepoint.com
I have been tracking user with it's IP address but I found that there are number of ip address tracked in some series. I guess it might be because of robotic user. How can I block that user? For e.g: I am getting the data in this format. Here you can see the series of the data been tracked. 1 United States 74.54.190.74 2009-11-08 02:28:43 2 United States 74.55.248.114 2009-11-08 02:38:44 3 United States 216.166.83.237 2009-11-08 02:48:44 4 United States 74.54.190.74 2009-1... Read Full Story
Organising fonts in photoshop
From:  sitepoint.com
I've got a bursting library of fonts, but I have say 30 favourites which I typically use on web designs, is it possible to load just those 30 fonts in photoshop, or have an easily accessible folder in PS with just those fonts, like a font palette to choose from? thanks Read Full Story
php session Error
From:  sitepoint.com
hi all, If any one knows the meaning of following error, and way to rectify plz tell... Warning: Unknown: Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled. You can disable this functionality and this warning by setting session.bug_compat_42 or session.bug_compat_warn to off, respectively. in Unknown on line 0 Read Full Story
Run ASP.NET
From:  sitepoint.com
If you need to learn ASP.NET programming, then the first thing you need to install in your Windows XP Home PC is Cassini Sample Web Server. This article explains what you should have in place before you install the server, and explains how to download and configure it. ASP.NET is owned by Microsoft and is an entirely new technology as compared with classic ASP. This technology allows you to write ASP.net server side commands hosted in an IIS-compatible server like Cassini Sample Web Server. ... Read Full Story
accessibility issue with web application
From:  sitepoint.com
hi, i need to know, whether all the accessibility guidelines are valid even for the web application. Because for an application 1. Data on the page is going to be dynamic 2. popup windows save the time and effors of the users. 3. clientside javascript saves the time. all three points are actually against the accessibility. So are they meant only for website and not application? Read Full Story
how to use exec() in windows
From:  sitepoint.com
I have run exec() method in windows using the following script: PHP Code: which is given in the php manual: http://www.php.net/manual/en/function.exec.php but i saw nothing in the output.Rather i saw the following line the log file: Quote: 'whoami' is not recognized as an internal or external command,operable program or batch file. Since i haven't use this exec() command. I was just exploring it. I would like to know the things to be considered while using this e... Read Full Story