<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[we developers forum]]></title>
		<link>http://forum.wedevs.com/</link>
		<description><![CDATA[The most recent topics at we developers forum.]]></description>
		<lastBuildDate>Mon, 09 Nov 2009 19:02:40 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[What filters should apply before inseritng data to mysql]]></title>
			<link>http://forum.wedevs.com/topic/34/what-filters-should-apply-before-inseritng-data-to-mysql/new/posts/</link>
			<description><![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?]]></description>
			<author><![CDATA[dummy@example.com (arobd)]]></author>
			<pubDate>Mon, 09 Nov 2009 19:02:40 +0000</pubDate>
			<guid>http://forum.wedevs.com/topic/34/what-filters-should-apply-before-inseritng-data-to-mysql/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[A remote online web application security-testing service]]></title>
			<link>http://forum.wedevs.com/topic/49/a-remote-online-web-application-securitytesting-service/new/posts/</link>
			<description><![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.]]></description>
			<author><![CDATA[dummy@example.com (MikyZuma)]]></author>
			<pubDate>Sat, 24 Oct 2009 07:56:20 +0000</pubDate>
			<guid>http://forum.wedevs.com/topic/49/a-remote-online-web-application-securitytesting-service/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Convert between C# and Java with CSharpJavaMerger]]></title>
			<link>http://forum.wedevs.com/topic/48/convert-between-c-and-java-with-csharpjavamerger/new/posts/</link>
			<description><![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]]]></description>
			<author><![CDATA[dummy@example.com (Tareq)]]></author>
			<pubDate>Wed, 14 Oct 2009 08:03:17 +0000</pubDate>
			<guid>http://forum.wedevs.com/topic/48/convert-between-c-and-java-with-csharpjavamerger/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Now I am join here.]]></title>
			<link>http://forum.wedevs.com/topic/47/now-i-am-join-here/new/posts/</link>
			<description><![CDATA[Hi!

I am Saleh Ahmed, From Sylhet.]]></description>
			<author><![CDATA[dummy@example.com (Saleh Ahmed)]]></author>
			<pubDate>Mon, 24 Aug 2009 19:24:44 +0000</pubDate>
			<guid>http://forum.wedevs.com/topic/47/now-i-am-join-here/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Javascirpt help needed]]></title>
			<link>http://forum.wedevs.com/topic/46/javascirpt-help-needed/new/posts/</link>
			<description><![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 :)]]></description>
			<author><![CDATA[dummy@example.com (Tareq)]]></author>
			<pubDate>Thu, 23 Apr 2009 20:52:26 +0000</pubDate>
			<guid>http://forum.wedevs.com/topic/46/javascirpt-help-needed/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[how to hook on another process]]></title>
			<link>http://forum.wedevs.com/topic/44/how-to-hook-on-another-process/new/posts/</link>
			<description><![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]]></description>
			<author><![CDATA[dummy@example.com (nsmgr8)]]></author>
			<pubDate>Wed, 15 Apr 2009 13:45:58 +0000</pubDate>
			<guid>http://forum.wedevs.com/topic/44/how-to-hook-on-another-process/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[How To Convert One To Another Data Type]]></title>
			<link>http://forum.wedevs.com/topic/23/how-to-convert-one-to-another-data-type/new/posts/</link>
			<description><![CDATA[Just an intorduction for converting one data type to another data type]]></description>
			<author><![CDATA[dummy@example.com (codemaster)]]></author>
			<pubDate>Fri, 03 Apr 2009 09:20:54 +0000</pubDate>
			<guid>http://forum.wedevs.com/topic/23/how-to-convert-one-to-another-data-type/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[I now here! {rabbane}]]></title>
			<link>http://forum.wedevs.com/topic/41/i-now-here-rabbane/new/posts/</link>
			<description><![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(]]></description>
			<author><![CDATA[dummy@example.com (rabbane)]]></author>
			<pubDate>Tue, 31 Mar 2009 06:15:36 +0000</pubDate>
			<guid>http://forum.wedevs.com/topic/41/i-now-here-rabbane/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[without semicolon?]]></title>
			<link>http://forum.wedevs.com/topic/42/without-semicolon/new/posts/</link>
			<description><![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. :)]]></description>
			<author><![CDATA[dummy@example.com (Tareq)]]></author>
			<pubDate>Mon, 30 Mar 2009 12:33:53 +0000</pubDate>
			<guid>http://forum.wedevs.com/topic/42/without-semicolon/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[[new] while writing code]]></title>
			<link>http://forum.wedevs.com/topic/43/new-while-writing-code/new/posts/</link>
			<description><![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.]]></description>
			<author><![CDATA[dummy@example.com (Tareq)]]></author>
			<pubDate>Sun, 29 Mar 2009 14:36:45 +0000</pubDate>
			<guid>http://forum.wedevs.com/topic/43/new-while-writing-code/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Sound driver problem]]></title>
			<link>http://forum.wedevs.com/topic/22/sound-driver-problem/new/posts/</link>
			<description><![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.]]></description>
			<author><![CDATA[galib_setu@yahoo.com (galib)]]></author>
			<pubDate>Wed, 25 Mar 2009 03:24:20 +0000</pubDate>
			<guid>http://forum.wedevs.com/topic/22/sound-driver-problem/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Give us problems]]></title>
			<link>http://forum.wedevs.com/topic/40/give-us-problems/new/posts/</link>
			<description><![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]]></description>
			<author><![CDATA[dummy@example.com (Ratul)]]></author>
			<pubDate>Tue, 24 Mar 2009 20:29:59 +0000</pubDate>
			<guid>http://forum.wedevs.com/topic/40/give-us-problems/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Forum is now updated to 1.3.2 from 1.3]]></title>
			<link>http://forum.wedevs.com/topic/39/forum-is-now-updated-to-132-from-13/new/posts/</link>
			<description><![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]]></description>
			<author><![CDATA[dummy@example.com (Tareq)]]></author>
			<pubDate>Mon, 23 Mar 2009 18:16:29 +0000</pubDate>
			<guid>http://forum.wedevs.com/topic/39/forum-is-now-updated-to-132-from-13/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Hi I am Naksam]]></title>
			<link>http://forum.wedevs.com/topic/38/hi-i-am-naksam/new/posts/</link>
			<description><![CDATA[Hi All guys,
I fell happy to join u.
I am from Dahaka. I think i learn more from this forum

Naksam]]></description>
			<author><![CDATA[dummy@example.com (galib)]]></author>
			<pubDate>Fri, 20 Mar 2009 14:16:29 +0000</pubDate>
			<guid>http://forum.wedevs.com/topic/38/hi-i-am-naksam/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[CSS]]></title>
			<link>http://forum.wedevs.com/topic/37/css/new/posts/</link>
			<description><![CDATA[Any one any idea about the div positionining within a div?-----------]]></description>
			<author><![CDATA[dummy@example.com (Tareq)]]></author>
			<pubDate>Fri, 20 Mar 2009 03:04:37 +0000</pubDate>
			<guid>http://forum.wedevs.com/topic/37/css/new/posts/</guid>
		</item>
	</channel>
</rss>
