Are you a member of PHPFreaks and have a blackberry? Well RIM just recently released Blackberry Messenger 5.0! What does this mean for you, the user? It means that you have all sorts of cool new features in your Blackberry Messenger, including groups! That's right, groups!
To get started I've got a couple links that will help you download the new messenger and that will walk you through the basics of the new features:
http://crackberry.com/blackberry-messenger-5-0-now-available (Install BBM 5.0)
http://crackberry.com/blackberry-messenger-5-0 (The BBM 5.0 User Guide)
Okay, so now you should have your Blackberry Messenger 5.0 set up. Right? Click your options button (referred to as the Berries button). Go down to scan a group barcode. Your camera will activate. Hold it towards your monitor and center the image (see attached image and the link below) so that the camera displays all the image. Hold it there (may take a few seconds and up to a minute). The berry will make a beep noise and you'll be added to the PHPFreaks Blackberry User Group!
http://tweetphoto.com/b1d280 (Link to the Blackberry Group Barcode)
Enjoy!
*note that tweetphoto might max out for that particular photo per month, in which case you can use the barcode that I attached. All the same*
Most basic form question ever?
Hello,I want to use this snippet to make sure the fields in a form are ok before processing it.Code: <FORM method="post">To:<input type="text"
Warning: session_start() headers already sent error - Driving me Nuts!
I am trying my sister in laws site and I keep getting an error with my coding. I am more of a designer than coder and I can't figure this out. It is on the following
Login logout link help
Hi all,Im new to php and Im having trouble creating a login/logout link for my page that displays as: Log Out | My Account.when a member is signed in, And: Log In | Sign UpWhen no one is signed in.The
Multiple upload and Resize
I would like some help on my script I have the for my index.php////<html><head><!-- Include the javascript --><script
Attempt to assign property of non-object in...
I'm having issues with the following function in PHP 5... function getTreeWithChildren() { $category_id = $this->fields['id']; $parent_id =
Save data in input fields when they press "BACK BUTTON"
Hi, this is html form: And let's say they get a error "Please enter ur title must be more then 3 character" then they click the BACK BUTTON AND ALL THERE DATA IS GONE!!How i fix?Code:
Multipe Dynamic Controls & AutoPostback Issue
I currently have a need to create many dynamic controls (Example Textboxes) that need to do a PostBack upon the data in the control changing (Autopostback = true). The following sample code
Multiple arrays inside data
Hi,Simple question. I have a column called "array" in my database, and inserted into each field is the following imploded array:Code: mctriangle,570.65,355.1,1,1,0It is an instance of an
Image upload - determine folder
I have an upload script that may be accessed from different directories. Problem is, the script is made with "../images/uploads" as the folder place for uploaded images. Which means that if
Modal Popup Help
Hi guys, I have a modal popup with an iframe. How can i send data from a label or textbox to the iframe without code behind?