<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[we developers forum]]></title>
	<link rel="self" href="http://forum.wedevs.com/feed/atom/"/>
	<updated>2009-11-09T19:02:40Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.wedevs.com/</id>
		<entry>
			<title type="html"><![CDATA[What filters should apply before inseritng data to mysql]]></title>
			<link rel="alternate" href="http://forum.wedevs.com/topic/34/what-filters-should-apply-before-inseritng-data-to-mysql/new/posts/"/>
			<summary type="html"><![CDATA[What is the possible filters before storing data to mysql?

i know only
[code]htmlspecialchars()
addslashesh()[/code]
is their any other filters/functions to apply?]]></summary>
			<author>
				<name><![CDATA[arobd]]></name>
				<uri>http://forum.wedevs.com/user/2/</uri>
			</author>
			<updated>2009-11-09T19:02:40Z</updated>
			<id>http://forum.wedevs.com/topic/34/what-filters-should-apply-before-inseritng-data-to-mysql/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[A remote online web application security-testing service]]></title>
			<link rel="alternate" href="http://forum.wedevs.com/topic/49/a-remote-online-web-application-securitytesting-service/new/posts/"/>
			<summary type="html"><![CDATA[Web applications are increasingly vulnerable and protecting them requires a system that can: Ensure compliance today, meet the evolving needs of an organization for tomorrow and Respond quickly. To meet this challenge, by the optimal solution should locate these vulnerabilities as they are seen from the hacker’s point of view. Therefore a remote online Web application security testing service will best address those needs. 

A [b][i][url=http://www.intellixmedia.com/index.aspx] Custom Web Design [/url] [/i][/b]or a web application security scan should reveal vulnerability for these attacks: SQL Injection, Blind SQL injection, Installation Path Disclosure, .Net exception, Command Execution, PHP Code Injection, Xpath Injection, CRLF injection, Directory Traversal, Script language Error, URL Redirection, Remote File Inclusion, LDAP Injection, Cookie manipulation, Source Code Disclosure, Cross-Site Scripting and Cross-Frame Scripting.
 
The security scan must test vulnerabilities for a wide variety of website components: Web Servers, Web Server Technologies, HTTP Methods, Backup Files, Directory Enumeration, Directory Indexing, Directory Access, Directory Permissions, Sensitive/Common Files and Third Party Application.

The online web application security service must: Remotely crawl the entire website, Analyse each file, List the vulnerabilities found along with the severity levels of each vulnerability. Launch a series of web attacks to discover security. Include option to make a tailor made attack Be able to adapt to any web site configuration. Produce dynamic tests, which will create relevant reports of online scan findings. Provide a constantly updated vulnerability assessment Include an automatic False Positive Prevention Engine. Provide Enhanced Report Generation for Scanning Comparison.Must include the ability to create comparison and trend analysis of your web applications vulnerabilities based on scan results generated over a selected time periods. Recommend solutions in order to fix, or provide a viable workaround to the identified vulnerabilities. A website application security service which includes all these components will help you prevent hackers from attacking you site and disrupting your business.]]></summary>
			<author>
				<name><![CDATA[MikyZuma]]></name>
				<uri>http://forum.wedevs.com/user/77/</uri>
			</author>
			<updated>2009-10-24T07:56:20Z</updated>
			<id>http://forum.wedevs.com/topic/49/a-remote-online-web-application-securitytesting-service/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Convert between C# and Java with CSharpJavaMerger]]></title>
			<link rel="alternate" href="http://forum.wedevs.com/topic/48/convert-between-c-and-java-with-csharpjavamerger/new/posts/"/>
			<summary type="html"><![CDATA[CSharpJavaMerger is an open source tool. It provides common interfaces of C# and Java and enables you to write one set of code which can be used both by C# and Java.

Below is a method that can be used in both of C# and Java. In the sample, CString is a class defined in the CSharpJavaMerger Framework. 

[code]public void AddTwoValues()
{
    try
    {
        CString strValue1 = m_mainForm.GetFirstTextBoxValue();
        CString strValue2 = m_mainForm.GetSecondTextBoxValue();

        int iValue1 = strValue1.ToInteger();
        int iValue2 = strValue2.ToInteger();
        int iResult = iValue1 + iValue2;
        CString strShowResult = CString.ValueOf(iResult);
        m_mainForm.ShowResult(strShowResult);
        CString strSaveResult = new CString(strValue1.GetValue() + " + " + strValue2.GetValue() + " = " + strShowResult.GetValue() + "\n");
        m_mainForm.SaveResult(strSaveResult);
    }
    catch (Exception ee)
    {
        m_mainForm.SaveResult(new CString(ee.Message + "\n"));
        m_mainForm.ShowResult(new CString("Error"));
    }
} 
[/code]
More info on CSharpJavaMerger: [url]http://www.kevingao.net/csharp-java-conversion[/url]]]></summary>
			<author>
				<name><![CDATA[Tareq]]></name>
				<uri>http://forum.wedevs.com/user/75/</uri>
			</author>
			<updated>2009-10-14T08:03:17Z</updated>
			<id>http://forum.wedevs.com/topic/48/convert-between-c-and-java-with-csharpjavamerger/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Now I am join here.]]></title>
			<link rel="alternate" href="http://forum.wedevs.com/topic/47/now-i-am-join-here/new/posts/"/>
			<summary type="html"><![CDATA[Hi!

I am Saleh Ahmed, From Sylhet.]]></summary>
			<author>
				<name><![CDATA[Saleh Ahmed]]></name>
				<uri>http://forum.wedevs.com/user/71/</uri>
			</author>
			<updated>2009-08-24T19:24:44Z</updated>
			<id>http://forum.wedevs.com/topic/47/now-i-am-join-here/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Javascirpt help needed]]></title>
			<link rel="alternate" href="http://forum.wedevs.com/topic/46/javascirpt-help-needed/new/posts/"/>
			<summary type="html"><![CDATA[Hi, i need a help

suppose i have a page with a textarea and a link. When i click on the link, a new popup window will appear with about 50-60 images. After clicking each image, the image url will be pasted to it's textarea (first page). How to do that?

Also, i want to use a iframe to the popup. Because, there are many images there and the popup area can't hold this all.

Thanks in advance :)]]></summary>
			<author>
				<name><![CDATA[Tareq]]></name>
				<uri>http://forum.wedevs.com/user/2/</uri>
			</author>
			<updated>2009-04-23T20:52:26Z</updated>
			<id>http://forum.wedevs.com/topic/46/javascirpt-help-needed/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[how to hook on another process]]></title>
			<link rel="alternate" href="http://forum.wedevs.com/topic/44/how-to-hook-on-another-process/new/posts/"/>
			<summary type="html"><![CDATA[any one know about how to hook another process using C#.NET

for example 

i wana create an win app that hook or track another process or exe file that when the exe file opend or closed. My app will store that info.

tnkz]]></summary>
			<author>
				<name><![CDATA[nsmgr8]]></name>
				<uri>http://forum.wedevs.com/user/13/</uri>
			</author>
			<updated>2009-04-15T13:45:58Z</updated>
			<id>http://forum.wedevs.com/topic/44/how-to-hook-on-another-process/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[How To Convert One To Another Data Type]]></title>
			<link rel="alternate" href="http://forum.wedevs.com/topic/23/how-to-convert-one-to-another-data-type/new/posts/"/>
			<summary type="html"><![CDATA[Just an intorduction for converting one data type to another data type]]></summary>
			<author>
				<name><![CDATA[codemaster]]></name>
				<uri>http://forum.wedevs.com/user/13/</uri>
			</author>
			<updated>2009-04-03T09:20:54Z</updated>
			<id>http://forum.wedevs.com/topic/23/how-to-convert-one-to-another-data-type/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[I now here! {rabbane}]]></title>
			<link rel="alternate" href="http://forum.wedevs.com/topic/41/i-now-here-rabbane/new/posts/"/>
			<summary type="html"><![CDATA[Hello we dev forum. I now join here . 

A short details about  my:
Name : Golam Rabbane
From : Sylhet
Study : BBA ( 1st), Metropolitan University .



Tts all because i am filling seek now  ~X(]]></summary>
			<author>
				<name><![CDATA[rabbane]]></name>
				<uri>http://forum.wedevs.com/user/44/</uri>
			</author>
			<updated>2009-03-31T06:15:36Z</updated>
			<id>http://forum.wedevs.com/topic/41/i-now-here-rabbane/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[without semicolon?]]></title>
			<link rel="alternate" href="http://forum.wedevs.com/topic/42/without-semicolon/new/posts/"/>
			<summary type="html"><![CDATA[Its a common problem. It was discussed in projanmo forum too. But I am going 1 step forward with the conditions.

[u]Problem[/u]: write a C program that prints "Hello world" without any semicolon in it. 
[u]Condition[/u]: You can not use any control statement (eg, if, while ) or any conditional operator ( &&, || ) 

It may be very easy if you have already tried it.  PM me the solution.  when finished I'll publish all of submitted solution along with the result. :)]]></summary>
			<author>
				<name><![CDATA[Tareq]]></name>
				<uri>http://forum.wedevs.com/user/41/</uri>
			</author>
			<updated>2009-03-30T12:33:53Z</updated>
			<id>http://forum.wedevs.com/topic/42/without-semicolon/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[[new] while writing code]]></title>
			<link rel="alternate" href="http://forum.wedevs.com/topic/43/new-while-writing-code/new/posts/"/>
			<summary type="html"><![CDATA[Dear members, please follow the style while writing code

please add the language name after the [ code] tag. Such as in php code write [code = php ], [code =  c] without space
This will generate auto color for coding.]]></summary>
			<author>
				<name><![CDATA[Tareq]]></name>
				<uri>http://forum.wedevs.com/user/2/</uri>
			</author>
			<updated>2009-03-29T14:36:45Z</updated>
			<id>http://forum.wedevs.com/topic/43/new-while-writing-code/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Sound driver problem]]></title>
			<link rel="alternate" href="http://forum.wedevs.com/topic/22/sound-driver-problem/new/posts/"/>
			<summary type="html"><![CDATA[Hellow,I m faceing some probs wth my realtek high defination audio driver.I hv installed the driver & updated.bt it gives the error: "The device cant start(error code 10)"
If nybody can fix it pls let me know..thanks.]]></summary>
			<author>
				<name><![CDATA[galib]]></name>
				<email><![CDATA[galib_setu@yahoo.com]]></email>
				<uri>http://forum.wedevs.com/user/7/</uri>
			</author>
			<updated>2009-03-25T03:24:20Z</updated>
			<id>http://forum.wedevs.com/topic/22/sound-driver-problem/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Give us problems]]></title>
			<link rel="alternate" href="http://forum.wedevs.com/topic/40/give-us-problems/new/posts/"/>
			<summary type="html"><![CDATA[Now we have limited number of users in the forum. In this case, we are not getting any topic to discuss. So, i have an idea to discuss about something :D 

I am requesting our two honorable active member Nasim vai and Shiplu vai including others to give us some programming problems or anything (may be web development) , so that we can keep ourselves busy to solve these problems. It will help us to improve our techniques, learn many new things and become sharp. So lets do it :D]]></summary>
			<author>
				<name><![CDATA[Ratul]]></name>
				<uri>http://forum.wedevs.com/user/2/</uri>
			</author>
			<updated>2009-03-24T20:29:59Z</updated>
			<id>http://forum.wedevs.com/topic/40/give-us-problems/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Forum is now updated to 1.3.2 from 1.3]]></title>
			<link rel="alternate" href="http://forum.wedevs.com/topic/39/forum-is-now-updated-to-132-from-13/new/posts/"/>
			<summary type="html"><![CDATA[Our forum is running by punbb and the version is 1.3. But due to some bug fixes punBB released new version 1.3.2. Now our forum is now updated to 1.3.2 from 1.3 :D]]></summary>
			<author>
				<name><![CDATA[Tareq]]></name>
				<uri>http://forum.wedevs.com/user/2/</uri>
			</author>
			<updated>2009-03-23T18:16:29Z</updated>
			<id>http://forum.wedevs.com/topic/39/forum-is-now-updated-to-132-from-13/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Hi I am Naksam]]></title>
			<link rel="alternate" href="http://forum.wedevs.com/topic/38/hi-i-am-naksam/new/posts/"/>
			<summary type="html"><![CDATA[Hi All guys,
I fell happy to join u.
I am from Dahaka. I think i learn more from this forum

Naksam]]></summary>
			<author>
				<name><![CDATA[galib]]></name>
				<uri>http://forum.wedevs.com/user/45/</uri>
			</author>
			<updated>2009-03-20T14:16:29Z</updated>
			<id>http://forum.wedevs.com/topic/38/hi-i-am-naksam/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[CSS]]></title>
			<link rel="alternate" href="http://forum.wedevs.com/topic/37/css/new/posts/"/>
			<summary type="html"><![CDATA[Any one any idea about the div positionining within a div?-----------]]></summary>
			<author>
				<name><![CDATA[Tareq]]></name>
				<uri>http://forum.wedevs.com/user/45/</uri>
			</author>
			<updated>2009-03-20T03:04:37Z</updated>
			<id>http://forum.wedevs.com/topic/37/css/new/posts/</id>
		</entry>
</feed>
