Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
A

Aljaz111

@Aljaz111
About
Posts
124
Topics
51
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Best way to display news from DB in jsp
    A Aljaz111

    Using div and dynamically creating it with for loop would be the way i will do it. If you have any better idea with displaying it i would be thankful. Reading and adding buttons is not problems. I was just looking for display. How to put id in session via javascript or using jsp code block? function for getting div id:

    function getParent(el, parentTagName){
    var obj = el;
    while(obj.tagName !== parentTagName){
    obj = obj.parentNode;
    }

    alert(obj.id);
    

    }

    html code looks like this:

    Thanks

    modified on Friday, April 29, 2011 11:35 AM

    Java java database help tutorial question

  • Best way to display news from DB in jsp
    A Aljaz111

    Hello, what is best way to display news in jsp webpage. With asp i was using repeater, but in jsp i don't know how to. I also want to add buttons to each news so i could edit and delete it. For any kind of help i would be thankful. Best regards

    Java java database help tutorial question

  • Getting video url to view on android phone
    A Aljaz111

    Hello, i am having lots of problems with previewing imdb trailer video on my android phone. I tryed embbed webview(flash), but as i figured out, its only supported on android 2.2+(froyo). I am working for 2.1. So i was wondering if anyone has idea where to get link from searched video by title, so i could put it in stream and play it with video player on android phone? Best regards

    Mobile android adobe question

  • Display trailer from url on Android
    A Aljaz111

    I am wondering how to get stream from this link click. I am searching for video link that would end with *.mp4 or something, but can't find it from url source. Can someone explain me how to get this stream on my Android app?

    Mobile android com algorithms tutorial question

  • Html parser
    A Aljaz111

    I used another way of parsing it.. xml serialization with imdb doesn't work.. so i am doing it with TagNodes that HtmlParsers supports and its quite easy! Maybe you know how to replace this spec char which i am getting

    """

    because with replace it doesn't work?! Thanks

    modified on Monday, March 14, 2011 11:42 PM

    Java help csharp java html com

  • Html parser
    A Aljaz111

    The code is like this:

    CleanerProperties props = new CleanerProperties();
    HtmlCleaner test=new HtmlCleaner();
    test.clean(new URL("http://www.imdb.com/find?s=all&q=burek"));

    In c# i have no problems too. But in java there i have errors, which i specified. Any other parser, that would be useful for IMDB? Thanks

    Java help csharp java html com

  • Html parser
    A Aljaz111

    I am looking for any html parser, that could output xml from inputstream(IMDB search results) or just parsed code into structures with filter tags. I tryed with HTMLCleaner but it doesn't supports imdb site. I get this error

    Exception in thread "main" java.io.IOException: Server returned HTTP response code: 403 for URL: http://www.imdb.com/
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1436)
    at java.net.URL.openStream(URL.java:1010)
    at org.htmlcleaner.Utils.getCharsetFromContent(Utils.java:121)
    at org.htmlcleaner.HtmlCleaner.clean(HtmlCleaner.java:299)
    at org.htmlcleaner.HtmlCleaner.clean(HtmlCleaner.java:317)
    at Main.main(Main.java:25)

    I also tryed HTMLParser([^]), but i can't get correct data with it. If anyone has experience with parsing IMDB html code i would be really thankful for any kind of help. Thanks

    Java help csharp java html com

  • C# info about attaching app to windows window
    A Aljaz111

    It would be help, not cheat!

    C# csharp tutorial question

  • C# info about attaching app to windows window
    A Aljaz111

    Yeah i want to get hands which i have in moment of playing and also hands on flop, turn and river. So i could calculate possibilities.. I don't know how poker sites have their clients protected, but if there is no chance to get it directly from server what options do i have?

    C# csharp tutorial question

  • C# info about attaching app to windows window
    A Aljaz111

    I am trying to attach c# application to poker client table window, so i could read visible hand? Can anyone give me idea how to read visible cards.. is it possible behind the code or should i recognize it through recording? regards

    C# csharp tutorial question

  • image with asp.net and sql
    A Aljaz111

    Ok i have looked at article..i understand how it works, but when i used it with asp.net application i didn't get full path of file to use it in stream. I tryed both asp:fileupload and input type="file" with PostedFile.FileName and nothing retrieves full path. Everytime i get error that selected picture wasn't found in C:\\windows\\system32\\filename. I tryed to saved it there, but then i get error for reading rights.. Any idea how to deal with this.?

    ASP.NET database csharp asp-net help tutorial

  • image with asp.net and sql
    A Aljaz111

    I have problem with uploading image to sql database.. In asp.net form i use this input On database i have atribute in table defined as image. What do i have to insert now to this table,this atribute(named pics) that i could load image from database and displayed it in page? Do i have to make separate table, where i need to insert image title, image size, image type? I tryed with inserting MyFile.Value into table atribute(type image) but it didn't work!! In form i have also imagebox. How to display selected image from MyFile in this imagebox? Thanks

    ASP.NET database csharp asp-net help tutorial

  • Problem with html table
    A Aljaz111

    I have html table with input text cells. I tryed with cellspacing and cellpadding, padding and nothing works. I am trying to put cell together so there wouldn't be any space between them. Here is image how it looks now. What else can i try?

    Web Development html help question

  • asp table with javascript getelementbyid
    A Aljaz111

    stil with adding ID to cell like this doesn't work. Does asp:table need to postback to get filled with values from javascript?

    ASP.NET javascript html css help tutorial

  • asp table with javascript getelementbyid
    A Aljaz111

    I have little problem. I am trying to get id of cell and put value in this cell with this js function: function fill_table(grid){ var str=grid.toString(); str=str.replace(/\n/g," "); var ar_grid=str.split(" "); var c=0; for(var i = 0; i < 81; i++) { c=i+1; ar_grid[i]=ar_grid[i].replace(/0/gi,""); document.getElementById('cell_'+c).value=ar_grid[i]; } } This works fine with html table but how to do this with asp table. I addded ID to each cell like this: TableCell c=new TableCell(); c.Attributes["ID"]= "cell_" + st;

    ASP.NET javascript html css help tutorial

  • sql help
    A Aljaz111

    That works fine, thanks.

    ASP.NET database help tutorial

  • sql help
    A Aljaz111

    I would like to know how to add data into 2 tables in one procedure. I have table1 and table2. Now i insert data to first table, but i have problems with inserting ID(auto-increment) of first table into second table. I have procedure like this but it doesn't work: ALTER procedure dbo.insert_test //// @value1, @value2, @value3 /// as declare @table_1 int insert into table1(value1,value2,value3) values(@value1,@value2,@value3) SET @table_1 = (SELECT table1.ID FROM table1) --> table1.ID is primary key insert into table2(table_1, value2) values(@table_1, @value2) --> @value2 is same as for table1 Thanks

    ASP.NET database help tutorial

  • display hyperlink
    A Aljaz111

    If i add link as control to Panel, it works, but all the links are shown at the bottom. If i add links to div, i get error at page load. I have one div. Is it possible to show few hyperlinks at random places in div? For example i am getting some info and i am adding info in single div with div.Innerhtml+=info How could i add hyperlink at the end of one part of info? Hope you understand what i am trying to do.

    ASP.NET com design help

  • display hyperlink
    A Aljaz111

    I added it to my module like this: this.Controls.Add(dynDiv); And like i wrote before when i add innerhtml i get for link this output: System.Web.UI.WebControls.HyperLink

    ASP.NET com design help

  • display hyperlink
    A Aljaz111

    I created div like this: System.Web.UI.HtmlControls.HtmlGenericControl dynDiv = new System.Web.UI.HtmlControls.HtmlGenericControl("DIV"); And hyperlink like this: System.Web.UI.WebControls.HyperLink link = new System.Web.UI.WebControls.HyperLink(); link.NavigateUrl = "http://blabla.com"; link.Text = "Click here"; link.Target = "_blank"; Now I am trying to display this link in div that i could click on it. When I add link to div like this: dynDiv.InnerHtml= link; It doesn't work. Help plz.

    ASP.NET com design help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups