Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
~21.0K People Reached
About Me

College student

Interests
Snowboarding, Wakeboarding, Rip Stik'n, and Computers
PC Specs
Windows, Linux, and Mac OSX
Favorite Tags

21 Posted Topics

Member Avatar for Richtofen345

create a short test this will tell you errors atleast, unless it is infact your php not installed. [CODE]//connect to server $link = mysqli_connect('localhost', 'user', 'pass'); if (!$link) { $error = 'Unable to connect to the database server.'; include 'error.html.php'; exit(); } //set database encoding if (!mysqli_set_charset($link, 'utf8')) { $output …

Member Avatar for Deepika_6
0
2K
Member Avatar for ret801

Sn0wbreez supports: unteathered iOS 4.3.3 (iPhone 4, 3GS, iPad, iPod touch) and iOS 4.2.8 iPhone 4 GreenPoisen or [url]http://www.jailbreakme.com[/url] If you want to get a little bit more tricky like making themes you will have to learn some basic coding. There is a new app that is not included with …

Member Avatar for kasi123
0
225
Member Avatar for sillyboy
Member Avatar for Aneesha

I have a mac book pro and haven't had a problem with virus's. I will say I download some rather sketchy stuff. I used to have ianti-virus, but for the sake of performance disabled it. I only enable it whenever I want to run a scan. Any computer can get …

Member Avatar for jsepeta
0
907
Member Avatar for sfrederick1

I tried your suggested scrip, but improved a bit. I don't know why I'm getting some errors in the beginning, but the tweets load. [CODE]<?php $count = 5; @$tweet=json_decode(file_get_contents("http://api.twitter.com/1/statuses/user_timeline/atrueresistance.json?count=".$count."" )); for ($i; $i <= $count; $i++){ echo $tweet[($i-1)]->text; echo "<br />"; } ?>[/CODE] Here is an image of the errors …

Member Avatar for atrueresistance
1
234
Member Avatar for mwenyenia07

I recently was in your footsteps about two weeks ago. Check to make sure your application pool is running, the webpage in iis is not running on the same port as another application. If your application pool refuses to start, I had this problem when adjusting it to run on …

Member Avatar for Netcode
0
203
Member Avatar for katieJane

I'm assuming you are going to do this database wise. Enter a "--Select One--" in the database and assign the default value to show up as that. [CODE]<asp:DropDownList ID="StakedBy" Style="width: 205px;" runat="server" AutoPostBack="True" DataSourceID="SqlDataSourceStaker" DataTextField="SName" DataValueField="ID"> </asp:DropDownList> <asp:SqlDataSource ID="SqlDataSourceStaker" runat="server" ConnectionString="<%$ ConnectionStrings:ConnectionString %>" SelectCommand="SELECT [ID], [FName] + ' ' + …

Member Avatar for katieJane
0
184
Member Avatar for atrueresistance

Hello all, I am trying to transfer some variables to another page for editing. I am having troubles with the checkboxes. [CODE]GridView1.Rows(e.NewEditIndex).Cells(12).Text & "~\/~" & _[/CODE] is a checkbox and when passed and split it comes up as a empty string. I know there has to be a way to …

0
107
Member Avatar for atrueresistance

Hello All I'm converting an access database to MS SQL for a webapp and have a question if anyone knows how to do this. 4 fields [TimeReported] [TimeOff] [TimeOn] [TimeAssigned] Access only stored time, so date is incorrect. 1 Field stored date separately [Date] I would like to take each …

Member Avatar for atrueresistance
0
131
Member Avatar for atrueresistance

So, I'm using ASP with a VB code behind. I have text boxes that are supposed to appear one by one only if the there is a location number in the preceding text box. I had that function working perfectly, but I needed to add a MaskedEditExtender in the place, …

0
220
Member Avatar for atrueresistance

Alright, I'm having a problem with a scheduled task not running. At first it wouldn't run the vbs, so I created a bat to run it and then it would work, but only when the user is logged in. I went into the local security policy and made sure my …

Member Avatar for atrueresistance
0
272
Member Avatar for CMSHelper

I would go with the Mac Mini. The mini should come with snowleopard and ilife. As far as installing the new software on an older purchase I don't know. Just have to try, If not you can always buy the upgrade

Member Avatar for royng
0
399
Member Avatar for atrueresistance

I was wondering if anybody would be able to help me insert a confirm delete popup window that closes after submit. here is what i have so far [B]index.php[/B] [CODE]} //delete tool button actions if (isset($_GET['deletetool'])) { $id = mysqli_real_escape_string($link, $_POST['id']); $sql = "DELETE FROM tools WHERE id='$id'"; if (!mysqli_query($link, …

Member Avatar for Samuz
0
8K
Member Avatar for Glass_Joe
Member Avatar for atrueresistance

I'm trying to connect and can. The code fails at the select database. I have created the Tools database already. The table is an exact clone of the mysql counterpart that is currently working. Any Suggestions? [CODE]<?php $dbuser="yukon"; $dbpass="yukon"; $dbname="Tools"; //the name of the database $chandle = odbc_connect("sqlserver", $dbuser, $dbpass) …

Member Avatar for atrueresistance
0
142
Member Avatar for wsalcedo

I use Squirrel 2, They have an iphone/itouch app that will sync wirelessly with the application when its running. Right now the license is cheap to because it is still in development. version .82 I believe. Its only $25 with a free 15day trial, you should try it out to …

Member Avatar for atrueresistance
0
334
Member Avatar for atrueresistance

I was wondering if anybody knew anything about outlook 2007. I am trying to allow others to edit my calendar. I've set up iss on a windows server 2003 machine, and can successfully publish to it, and have others see the calendar. I've tried delegate access, but for some reason …

0
65
Member Avatar for Fasola

I also have the same issue of creating a calendar. I do know a little bit of php, mysql, msql, but non of javascript. Does anybody have an example of some code snipplets I could study? Also, wouldn't there be a way to use events off of an exchange server …

Member Avatar for atrueresistance
0
149
Member Avatar for iphone11

Online is about your only option then. There are some places where it isn't an Apple store, but Apple dealers. The nearest Apple store is 6 hours for me, but only 45 minutes to the nearest dealer.

Member Avatar for atrueresistance
0
133
Member Avatar for PCBrown
Member Avatar for Radovich
0
198
Member Avatar for atrueresistance

Now, knowing I'm fairly new on this whole PHP, MySQL, and HTML project. I'm working as an intern and my boss has run out of things for me to do so I'm creating a data driven website for him. I'm having a hard time with getting to work right. Here …

0
78

The End.