Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
5
Posts with Upvotes
5
Upvoting Members
5
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #914
~36.7K People Reached
Interests
Web Development, Reading, Stock Market
Member Avatar for anuj_sharma

Hey Guys, I am interested in web development but i am confused in which platform to choose, Java or .NET. I have done core java but i got to know from somewhere that Java is basically for software development and DotNet is specifically for web development but Java can be …

Member Avatar for rumisa
0
338
Member Avatar for vaibhav1983

Hi All, I have configured a spring JPA project but when I deploy and start the tomcat I get the exception nin stacktrace as shown below. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in ServletContext resource [/WEB-INF/database-config.xml]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are: …

Member Avatar for vaibhav1983
0
366
Member Avatar for jrwin_19

Hello guys, does anybody know how to create a timer in PHP that runs even when the user goes offline. I am working on a project, actually a text based game, that needs a timer that runs continuously even after the user goes offline. The game is something like mafia …

Member Avatar for crammo
0
1K
Member Avatar for WASDted

[ATTACH=RIGHT]17940[/ATTACH]Steve Wozniak (or Woz to his friends and admirers) not only founded one of the most important (technology-wise) and influential (culturally) companies to date but he also practically invented the personal computer. His design, that of interfacing with a computer using a keyboard and screen, is still the standard today. …

Member Avatar for richardtj
4
1K
Member Avatar for trinsleynewton
Member Avatar for steve.s
0
201
Member Avatar for vaibhav1983

Hi Friends, We have been discussing Social Media Marketing and have seen a lot of articles on google regarding Social Media Marketing. We say, Have a Facbook Fan page. Twitter Profile, etc. etc. Add all the Social Media widgets like tweet, fbshare button to your website. Fine! every website gets …

Member Avatar for rv1990
0
230
Member Avatar for asif49

I want to write how long it takes to parse one of the pages for my website. I've got the setting up of the time variable at the top of my script then have a lot of stuff which is done in-between. I then display time elapsed at the bottom …

Member Avatar for asif49
0
107
Member Avatar for el-black

Hello everybody? I created a website and I totally like it The content is always updated and the goal of the website is good (according to me and some others), but It don't seem to get traffic. I submitted it to many directories, it's active on social networks, I submitted …

Member Avatar for prcys
0
155
Member Avatar for urbanthistleuk

Good Morning, I am recently new to php development and have come across an issue that I can't quite get my head around and need some assistance if possible. I have been tasked to build a Task Logger in php which I have successfully done and is working fine, the …

Member Avatar for vaibhav1983
0
198
Member Avatar for asif49

On a search engine for my website I use a html form to send a value to the next page then that page processes it and creates several pages on which the results will be spread out between. This is the part of the php script which GETs the variable …

Member Avatar for vaibhav1983
0
109
Member Avatar for vaibhav1983

Hi All, Has anybody worked with extracting an image from RSS/Atom Feeds using Perl There is a modulke XML::RSS which extracts images from RSS feeds. But in Atom feeds the images are embedded in the description using the img tag. Need some help on extracting the image from the description …

0
51
Member Avatar for vaibhav1983

Hi ALL, I am writing a script to retreive entries from a DB. And then I loop through all the entries. Once I am done looping through all the result sets, I have to re-loop over them again. This is done in an infinite loop (Please don't ask why to …

Member Avatar for d5e5
0
238
Member Avatar for videoscape

i can't get my head around how i am suposed todo this really i am stuck i have looked on tons of forums mostly this forum and what i would like to do is if a person goes on this link play?p=rLoYvtMNlO then it will load the data from that …

Member Avatar for videoscape
0
200
Member Avatar for facarroll

Hi members. I am working on a couple of pages that present me with the same problem. I have set up a log in that puts member data into a session variable. Then the logged in member proceeds to alter some of their own data using a form, and the …

Member Avatar for vaibhav1983
0
14K
Member Avatar for vaibhav1983

Hi All, In windows on easyphp we open the mysql console from the browser by typing [url]http://127.0.0.1/home/[/url] In ubuntu when I do the same thing, it does not happen. I installed LAMP server using the following command sudo apt-get install tasksel sudo tasksel and then it is interactive When I …

Member Avatar for blocblue
0
76
Member Avatar for vaibhav1983

Hi All, Small issue while I am tring to cat the contents of the file . The script is posted here [CODE] myvar=`cat orders.0613` echo $myvar [/CODE] The contents of the file orders.0613 contains approximately 200 lines. but when I do echo $myvar the contents are printed in one line. …

Member Avatar for thekashyap
0
92
Member Avatar for vaibhav1983

Hi All, I am developing a perl script using the LWP library to extract all the links from a website. I only am planning to extract the internal links of a website. Now there is a URI class which has a hostname instance variable, which will always extract the domain …

Member Avatar for terabyte
0
110
Member Avatar for vaibhav1983

Hi All, I have a forum with the name <snipped>. I have been getting adecent amount of traffic but that traffic does not get involved in community. Can a few of you provide insights on how to get people involved more? Thanks in Advance

Member Avatar for matthewchung
0
295
Member Avatar for vaibhav1983

Hi ALl, How many levels of subdomains are allowed? Can I have a link like [url]http://subdomain2.subdomain1.domain.com/[/url] Regards Vaibhav

Member Avatar for jwenting
0
55
Member Avatar for vaibhav1983
Member Avatar for condo123

Hi, I am looking to purchase stumbleupon accounts. If you have it longer than 12 months, min. 500 favs and min 50 fans. Please email me: <snip>

Member Avatar for anwats0n
0
113
Member Avatar for yamot47

does it's possible to retrieve data from a javascript ?? coz js is a client side script and php is a server side how can i get value of my js??[CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <script type="text/javascript"> …

Member Avatar for divyakrishnan
0
1K
Member Avatar for toocoded

Hi All, I have a problem and I dont understand what's happening, because my method usually works. I am querying a bunch of records from a database given a foreign key id. See code as follows [CODE] $castQuery = "SELECT * FROM cast WHERE production_id = '$newID' "; $cresult = …

Member Avatar for toocoded
0
156
Member Avatar for sandm3n

Hi everyone, i'm newbie here just want to catch some knowledge here, i just wondering to know how to make link like mediafire download link, such as [QUOTE][url]http://www.mediafire.com/?eml6e0uxl3e[/url][/QUOTE] is that using .htaccess editing? thanks

Member Avatar for -==Zero==-
0
318
Member Avatar for emma123

Hi, i am new to this and was wondering the following question 'Is PHP a good way to implement a database driven Web site? Thanks

Member Avatar for diafol
0
154
Member Avatar for raghujosh

I am developing a form(PHP) that will accept some data. The data will be displayed on a web page. However, before it is displayed, a moderator of the site has to grant permission to display the data. The way it works 1) A user logins to the site and enters …

Member Avatar for vaibhav1983
0
96
Member Avatar for captain.don

I have table named 'user' that has 3 fields 'name' ,'id' and 'profile'. table is filled and 'id' field is filled with 1 to 18 (that is 18 rows).when i run this script it shows the result :: 18 17 16 15 14 Pages4) [1] 2 3 4 >> Last …

Member Avatar for vaibhav1983
0
185
Member Avatar for vaibhav1983

Hi All, Does anybody know of some Modal Window API? I made a custom modal window for my website, but it gave problems in IE7. I need to put various forms like login, newsletter, etc into them. Thanks in Advance

Member Avatar for vaibhav1983
0
129
Member Avatar for vaibhav1983

Hi All, What is the importance of adding a favicon. I recently added a favicon to my site, just because I had it as an action item to do. Does it really affect your Search Engine Rankings, etc. or is it only a part of creating brand value?

Member Avatar for diafol
0
79
Member Avatar for vaibhav1983

Hi All, Does there exist a free script which can create a sitemap for my website for free. My website includes more than 2000 pages. If there are paid sitemap generators, which one is the cheapest? Regards Vaibhav

Member Avatar for rwsseo
0
223