Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Member Avatar for bilal.saim

I am using facebook api with php. My program takes posts' message and show on the page. If the post type is photo or normal text and there is a link inside to message, it not show like a clickable or I can not understand it is link or not. …

0
91
Member Avatar for bilal.saim

Program is doing CTRL+V in textbox. But I want program to do it background when I was outside of frame. Program focus the textbox and press CTRL+V but it paste correct place only when I am in frame. Program press CTRL+V inside but it must works only program not out …

Member Avatar for bilal.saim
0
143
Member Avatar for bilal.saim

I am using a radio player with <iframe> tag. I want to play it all page. But it musn't do postback this player. How can i do with Ajax, Javascript or JQuery ?

Member Avatar for bilal.saim
0
129
Member Avatar for bilal.saim
Member Avatar for phorce
0
172
Member Avatar for bilal.saim

Hello everyone, I need OpenGL 2D War Plane Game Source Codes. If you have , write me please

-1
87
Member Avatar for bilal.saim

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/layoutExsternal" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="horizontal" > <ScrollView android:layout_width="match_parent" android:layout_height="match_parent" android:fillViewport="true" android:layout_alignParentLeft="true" android:layout_alignParentTop="true"> <TableLayout android:id="@+id/MineField" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_gravity="start" android:layout_span="3" android:gravity="top" android:padding="1dp" android:stretchColumns="*" > </TableLayout> </ScrollView> </RelativeLayout> I want to add horizontal scrollview for tablelayout.Because it overflow on horizontal

Member Avatar for pelle12
0
189
Member Avatar for bilal.saim

<series> <asp:Series Name="Students" BorderColor="180, 26, 59, 105"> <Points> <asp:DataPoint AxisLabel="jon" XValue="5" YValues="4" /> <asp:DataPoint AxisLabel="kon" XValue="15" YValues="44" /> <asp:DataPoint AxisLabel="pol" XValue="85" YValues="90" /> </Points> </asp:Series> <asp:Series Name="Teachers" BorderColor="180, 26, 59, 105"> <Points> <asp:DataPoint AxisLabel="hjim" XValue="50" YValues="40" /> <asp:DataPoint AxisLabel="azdai" XValue="75" YValues="4" /> <asp:DataPoint AxisLabel="kriasm" XValue="35" YValues="29" /> </Points> </asp:Series> </series> …

Member Avatar for LastMitch
0
341
Member Avatar for bilal.saim

main.aspx ----------- <body> <form> id="form1" method="post" runat="server"> <asp:TextBox ID="TKullanici" runat="server" Height="27px" style="text-align: left" BorderColor="Silver" BorderStyle="Solid" Font-Size="Medium" ForeColor="#999999" BorderWidth="1px"></asp:TextBox> <asp:TextBox ID="TSifre" runat="server" TextMode="password" Height="27px" style="text-align: left" BorderColor="Silver" BorderStyle="Solid" Font-Size="Medium" ForeColor="Gray" BorderWidth="1px"> <asp:Button ID="BGiris" runat="server" cssclass="SBGiris" Text="Giriş" onclick="BGiris_Click" xmlns:asp="#unknown" /> </form> </body> main.aspx.cs ------------ protected void BGiris_Click(object sender, EventArgs e) { string …

Member Avatar for JorgeM
0
402
Member Avatar for bilal.saim

<?php $tipi = array("asd","222","dda","xcs"); $gun = array("qwe","vvv","zzz","bffg"); $ay = array("asd","bbb","23a","wqe"); $yil=array("zzz","sad","cxc","zxca"); $say=0 ?> <script> var tipi = new Array(); var gun = new Array(); var ay = new Array(); var yil = new Array(); for(var j=0;j<4;j++) { tipi[j] = " <?php echo "$tipi[$say]" ?> "; gun[j] = " <?php echo …

Member Avatar for bilal.saim
0
222
Member Avatar for bilal.saim

<?php $say=0 ?> <script> for(var j=0;j<limit;j++) { tipi[j] = " <?php echo "$tipi[$say]" ?> "; gun[j] = " <?php echo "$gun[$say]" ?> "; ay[j] = " <?php echo "$ay[$say]" ?> "; yil[j] = " <?php echo "$yil[$say]" ?> "; <?php $say++; ?> } <script/> //I want to increase $say in …

Member Avatar for diafol
0
161