4,851 reputation
921
bio website trevorlandau.net
location Connecticut
age 26
visits member for 2 years, 5 months
seen yesterday
stats profile views 271

NYTimes software engineer


Jan
18
comment Use SimpleXML to parse multiple RSS feeds
Grab each feed, and use merge_array()
Jan
13
awarded  Critic
Jan
9
awarded  Supporter
Jan
8
comment Arranging Text Via Ascending Order PHP
What exactly is $_POST['score']? What values are within the posts.txt file? You'll need to separate each "post" in the posts.txt file with a new line or some sort of delimiter, like a semicolon.
Jan
7
comment CSS inheritance (same style for div and div a)
Is the a tag nested within the div with class test? Have you tried changing the font-size value to ensure that it works?
Jan
6
answered Convert multiquery to a query using group by and so on
Jan
1
answered File structure for PHP-based website
Jan
1
answered Can a dropdown box using PHP / MySQL automatically select what was last saved in the database with it?
Dec
27
answered CSS Advanced Div Positioning. Center & Middle
Dec
24
answered Text input box/drop down menu in HTML
Dec
23
answered Launching site in beta, how to proceed
Dec
23
awarded  Commentator
Dec
23
comment MySQL RAND() not working
No problemo. :)
Dec
23
comment How to Publish articles after some time interval like wordpress in php mysql
Your question doesn't make much sense. Could you clarify what you want to do?
Dec
23
answered MySQL RAND() not working
Dec
23
comment What folders and files gets backed up through iTunes?
Are you synchronizing a folder that contains the wallpaper or was there a folder synched?
Dec
23
comment I cant figure out my PHP problem. Can anyone with PHP codes?
If you are unable to change php errors due to your provider. Add this code to your script error_reporting(E_ALL); ini_set('display_errors', '1');
Dec
21
awarded  Teacher
Dec
21
comment step-by-step instructions for installing IMAGEMAGICK on WAMP?
I recommend installing it in C:/imagemagick. Leave out any dashes and periods. There could be issues with the name of the folder.
Dec
20
comment Use of an ID in databases
@Michael: Fair enough. However, the usage of a unique ID is useful for relating to usernames/emails or other tables. :)