Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #2K
Member Avatar for yangyang

Did some tests and seems all the HTML5 tags / features work pretty well across all modern browsers except in IE6 for whom you have to use a little JS to make it style specific HTML5 elements. It's easy but still takes quite some time to shape your skills / …

Member Avatar for baabroz1
0
238
Member Avatar for Dani

A Google official has announced this morning that the search giant is back in action in China. Google, the second most popular search engine in China, behind Baidu, announced in January of this year that it would no longer censor its search results on the Chinese version of its website, …

Member Avatar for stevenpeter
0
385
Member Avatar for OmniX

I have tried to research this and im always running into old articles. What I have come across are (possibly more): md5, sha1, hash, crypt and mcrypt Now I have used md5/sha1 before and have 32/40 character long strings the others I dont know too much about but in short, …

Member Avatar for Stefano Mtangoo
2
2K
Member Avatar for keval_hack

Hi, I want to make a php validation for textbox which limit user to enter only character. i using following code [CODE]function validate_alpha($val) { return eregi("[^0-9]",$val); } [/CODE] if i type 123 it will give error. that is ok. but when i type keval123 it doesn't produce error. how to …

Member Avatar for swi2
0
117
Member Avatar for Mukt@R

Hello,i want to hide my actual download link from my website. when anyone click the contents they got direct download link. here is my code [CODE] $get_path=explode("/downloads/",$path[0]); $filename=$get_path[1]; $download=$get_path[0]."/downloads/".$filename; echo "<a href=\"".$download."\">Get File</a>"; [/CODE] they got direct link like this [QUOTE][url]http://localhost/downloads/cpanel.gif[/url][/QUOTE] i want to make it like [url]http://localhost/downloads/6885a6c38d6e9bcc201326902269658a[/url] (its md5) …

Member Avatar for Mukt@R
0
163
Member Avatar for panhwer

I want to make a dictionary..If user enter first character in text box it give suggestion words like when we write in google search box it give us suggestions. so can any one help me to do this.. I did little bit in AJAX but still i am not successed …

Member Avatar for Devoted Hosting
0
82
Member Avatar for mayanktalwar

[CODE]<a href=\".\/(viewtopic.php\?f=15&amp;t=[0-9]+)\" class=\"topictitle\">([#\w\s_\-!$%&()?.,'\":;{}\/\\|’=\[\]+\–\™ ]+)<\/a>[/CODE] i have this regex ina ction when i use it in software like regex buddy its ok but when i use it in php it just dont work it .throw no error at all..but it produce zero result. it is made to match this [CODE]<a href="./viewtopic.php?f=15&amp;t=119871" …

Member Avatar for d5e5
0
255
Member Avatar for doctorphp

Hi All. I am currently designing a photo sharing website. I need to make a script that deletes the image from the folder it is stored in and also from the database. I have done the database bit but i cannot work out the deleting from the folder bit. Any …

Member Avatar for kumiyare
0
121
Member Avatar for theCommander

I need to create java interface that prompts users to imput their username and password to access a component database using access or text file. then i need tohave search fields and buy field and then a contact us.....aahhh im trying but im reqal frustrated aaaaaa

Member Avatar for theCommander
0
166
Member Avatar for Chillawowa

An interesting question came across my mind: If it is possible to convert a percentage to a Grade(A,B,C,D, or an F). Firstly, there is an easy method to convert a percentage to a Grade; by using an If and Else loop. However, are there also other methods with which this …

Member Avatar for BestJewSinceJC
0
123
Member Avatar for whiteberry

The difference between domain registrar and commerical web hosting. Please discuss the diffrence between registrar and commercial web hosting. I need to understand the diffenece between these two... thanks.

Member Avatar for Devoted Hosting
0
211
Member Avatar for ayesha789

Hi dear all I want to take snapshot of webpage and then save it into a folder. please tell me the basics , i am new to it.

Member Avatar for Devoted Hosting
0
75
Member Avatar for AjithAnnadurai

Hi friends , i m maintaing one site in weebly for Actor Ajith ....The site name is [url]www.ajithkollywood.weebly.com[/url] . The problem is All The news about the Ajith are in the same page .. i dont know how to put in seprate page ........for all news ........Please tell me the …

Member Avatar for Devoted Hosting
0
81
Member Avatar for thuku

I wana perform a search on my mysql database.i want to search 4 categories at the same time e.g a person who wants to search for a nike shoe, size no 7, in africa, in kenya. How will i go about dat.

Member Avatar for thuku
0
111
Member Avatar for gerard4143

Mandriva 2010 has just been released [url]http://www2.mandriva.com/downloads/[/url]

Member Avatar for Stefano Mtangoo
0
146
Member Avatar for sleign

ok laugh at me if you will, call my code sloppy or retarded or not very secure (I'm self-taught and think I do pretty good for where I'm at) but I'm pretty proud of myself for having figured this out. I've been trying to validate a form for the past …

Member Avatar for Devoted Hosting
0
206
Member Avatar for Devoted Hosting

Hello there, I am curious as to whether there's any 'easy' way of creating 3D models (e.g. animals, Humans etc) via a Java applet? I know in a full-blown application one could use Java 3D (with the Java 3D libraries being installed with the application), but is there an 'easy' …

Member Avatar for Devoted Hosting
0
107
Member Avatar for MODKER
Member Avatar for cguan_77
0
109
Member Avatar for kulrik

Having trouble with this one: The formula y = nekt can be used for estimating growth where n is the initial amount k is a constant t is the time y is the final amount This formula will be used for estimating the bacteria growth in a lab experiment. The …

Member Avatar for kulrik
0
2K
Member Avatar for dmartindale

Hi - my dell user manual (for inspiron 9400) says that it supports DDR-II RAM up to 667 MHz, but the recommended upgrade on the Dell website is for 800 MHz RAM. Is installing the "too-fast" RAM going to be a problem? Thanks for any help, Dave

Member Avatar for Crash~Override
0
181
Member Avatar for Espanhol

So i have to do a school project for next year and i was thinking about doing something like a Pokemon game. i don't know were to start, what software should i use and if you can give me any tips that would be great.

Member Avatar for Jiwe
0
81
Member Avatar for kiranpvsr

1.Uses a socket object to open a socket connection to “[url]www.google.com”[/url] on port 80. 2. Constructs a PrintWriter and a BufferedReader from the socket 3. Sends a HTTP request for the page “[url]www.google.com”[/url]. If your PrintWriter is called “out” then you could, for instance use the code: out.write("GET /~rdb/page/index.html \n"); …

Member Avatar for Devoted Hosting
0
140
Member Avatar for eleal

I've got the following question about threads in Java: Isn't there a problem if: -There's a main program which creates a series of threads. Each thread needs to have access (and to modify) to the same object of a user defined class, and this object has references to a hashtable …

Member Avatar for Devoted Hosting
0
158
Member Avatar for dv1r

hello im trying to install the ubuntu server edition but it wont boot.. iv downloaded 4 different ubuntus and only the desktop editions boot for me how do i install the server edition??? P.S. i searched the forum and couldnt find an answers if this question allredy came up pleas …

Member Avatar for jbennet
0
114