Jump to content

snoopytamp

Members
  • Posts

    12
  • Joined

  • Last visited

snoopytamp's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. It's possible that it's in the header file. Look for the header file and edit it there.
  2. perhaps this might also help http://stackoverflow.com/questions/13492198/video-disappears-when-poster-attribute-and-preload-is-defined/17216002#17216002
  3. Thanks guys! I'll look into quirksmode and moderniz too. Like OrionSuperman, I'm also a newbie in HTML/CSS. This will help me a lot.
  4. I just heard about Dart and I'm interested on learning it. Anybody here who knows Dart?
  5. I have never used 9lessons, but my friend said it's a good site to learn public APIs for PHP. you might want to try it. you're welcome in advance.
  6. Hi, I have an ecommerce site and i want to have a bookmarklet. I heard it should be done in javascript. Does anyone here who can help me? I'm a newbie but i'm a fast learner. thank you.
  7. I agree with Neil Johnson that the code database of wordpress is a mess. I suggest you create your own and do the calculation on your own and not rely on a wordpress plugin. i tried using a certain plugin before for a client's website. it's such a pain in the a** when the plugin has a bug or something.
  8. i think the best way that you can do is to contact the developer of that plugin. you have not mentioned what plugin is it, so I can't really say if it's finished or not yet.
  9. Hi. I'm not really sure where to post this question, but i wanted to ask if i can control the width of the title button because i wanted to add words to the sides of it. how do i do that? thanks for your help!
  10. hi guys. i have problems. when i rotate my screen for a landscape view, the controls get lost. how to fix it? this is my code <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" android:paddingBottom="@dimen/activity_vertical_margin" android:paddingLeft="@dimen/activity_horizontal_margin" android:paddingRight="@dimen/activity_horizontal_margin" android:paddingTop="@dimen/activity_vertical_margin" tools:context=".TeamActivity" > <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" android:layout_marginTop="10dp"> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Home Club" /> <EditText android:id="@+id/editText1" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_weight="1" android:ems="10" > <requestFocus /> </EditText> </LinearLayout> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="10dp" android:orientation="vertical" > <TextView android:id="@+id/textView1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Home Team" /> <EditText android:id="@+id/editText2" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_weight="1" android:ems="10" /> </LinearLayout> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="10dp" android:orientation="vertical" > <TextView android:id="@+id/textView2" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Away Club" /> <EditText android:id="@+id/editText3" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_weight="1" android:ems="10" /> </LinearLayout> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="10dp" android:orientation="vertical" > <TextView android:id="@+id/textView3" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Away Team" /> <EditText android:id="@+id/editText4" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_weight="1" android:ems="10" /> </LinearLayout> <RelativeLayout android:layout_width="match_parent" android:layout_height="match_parent" android:layout_marginTop="10dp" > <Button android:id="@+id/button2" android:layout_width="wrap_content" android:layout_height="wrap_content" android:gravity="bottom" android:layout_alignParentRight="true" android:onClick="WeatherConditionsActivity" android:text="Next" /> <Button android:id="@+id/button1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:gravity="bottom" android:layout_alignParentLeft="true" android:onClick="OpenVenueActivity" android:text="Back" /> </RelativeLayout> </LinearLayout>
  11. hi Dennis! welcome to PHP Freaks! I'm also a newbie.
  12. I've also encountered the same problem and like what kicken did, I checked the firewall. Found out that it was just the firewall blocking the traffic.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.