Jump to content
xisto Community

kalyan1405241522

Members
  • Content Count

    14
  • Joined

  • Last visited

Posts posted by kalyan1405241522


  1. Hey nobody is talking about SVG here.. again adobe is comming in picture here...but as well opensource is also there...any body used Sodipodi or inkscape....I used sodipodi ..(unable to install inkscape :-( got depency problemm)I think latter someone will develope a Flash kind player based on SVG....let me give some thing here for SVG though i had little experience with SVG..SVG (Scalable Vector Graphics)The moto is pictures need not be saved as pixels they can be saves as formulas.It is basically uses XML to save ... it is very simple...a few sample i give here <line x1="0" y1="0" x2="100" y2="100" style="stroke-width:1; stroke-color='green'" opacity="1"/><rectangel left top height width ><path><g> { for grouping }<circle>it follows complete XHTML format so every tag should be closed and every attribute should be enclosed by double quotes.... lets see.........


  2. '(1) open Excel files currentDate = Format(Date, "YYYY") & " " & Format(Date, "MM") & " " & Format(Date, "DD") & " " & "0000" & " " & "(WIDE)"
    filePath = "C:\nbutane\rsview\DLGLOG\RSVIEW\" & currentDate & ".dbf"

    My problem is when the file name changed to 2001 11 23 0001 (Wide) , the VB can't access it because it's reading from '0000'. Sometimes the file will change to '0002'

    I dont understand onething... u have hard coded the 0000 like

    " & "0000" & "

    so when u want to open 0001 obviously u have to change.......

    and .dbf for excel files... when microsoft chaged the exetnsion xls to dbf...and what is the extension for MSaccess files......

    anyway how u r opening u r excel files in vb what are the extension or COM objects u have added i hope u cant handle ur excel files with out the extension or DOM object..like ordinary files..

    be clear while asking

  3. I dont agree a person is a programmer if he does not know C/C++and i dont feel java is competetor for C++.. C++ it is good on it is own way java is good on it onw way.in JAVA u r restricted what it is offereing but in C++ still u can write ur own(rather mix) assembly codeIf u need Object orienetd architecute and doing system programiing go for C++JAVA also do some system programming but not up to the mark.. for example it offer few function for socket programmig so u can do chat application.. but if i do that is very new or having customized architecuture u cant depend on java but ion c++ u can write ur machine code and join with that....Dont say java also provides JNI (JAVA Native Interface) that is hell .. u have to make seperate dll files and that have it is own data type jint ,jchar....many compatible things.. i am not sure how to do in linux platforms.. dll for windows...how do they make so files in linux.......so C++/java are separate... JAVA/.NET/Mono are in the same level... are competetors........


  4. well i suggest to do some programming on Prolog...It is real Artificical programming .. and it is easy too .. u dont need any programming knowledge...If u have experience with c,c++ u wil get little confuse, becaz prolog does not follow any normal programming procedure.. i had experience of some around 5 months with that... and i have solve many pronblems..and more over after that i left... i cant recollece now..get GNU copy of that.. it is free it is portable on windows also... just serach on net....try to solve like Tic-to-toe, Su_Duko... some game human-canibal...and all that gives u a good begining..latter u will start enjoying that... seriously....... :D


  5. I did not put quotes around the parameters I wanted to pass (no one told me it needed to have quotes!).

     

    Well before doing that just read the docs atleast once.. i hate reading docs but atleast i go through once what are the parameters possible and what it is types....

     

    For that send statement, my code is http_request.send('md5=hello');. Then, when the response comes back, I create a new page and document.write the response to the page. This page's status bar never finishes loading,

     

    Try to use like this

    xmlHttpobj.open("POST","yourpage.php?md5=hello");

    xml.Httpobj.send("");

     

    check out your server is working properly..

     

    and the page doesn't seem to have taken any parameters. I've made a mistake. Did anyone spot anything wrong with my code?

     

    due to the browser behavious also u get some error (so problem is not from ur side)

    Sometimes if u make request to some scripts repeatedly the broswer checks its cache if it available it gives from cache .. it does not go to original server.. So u will get confuse becaz u will the ouput that makes u feel that AJAX is working but u get the same result everytime becaz is it static from cache... u wont get proper response ... well how to solve this...

    There is a solution for every problem.....

    var myRand = parseInt(Math.Random() * 999999);

    xmlhttpobj.open("POST",yourpage.php?md5=Hello&myRand="+myRand);

    xmlhttpobj.onreadtstatechange = func.......

    xmlhttpobj.send("");

    so ur url is not the same at any time becaz a new random is attached so that it does not get one from cache... it feels it is something new and ask the server........

     

    hope u can solve it if u get still problem post the AJAX related problem...

     

    may i know what extension u r writting.......

     

    :D


  6. Hey do not go for VB .. ofcourse i agree VB6.0 is good ( i too love it) long back i leanred... even now also i am able to do good programming without referring any manual...

    But u can go for "realbasic"
    1. It is cross plotform
    2. Comptible with VB6.0 (u can convert u r vb application to real basic
    3. more over it is FREE
    what else u need IDE is provided....

    http://forums.xisto.com/no_longer_exists/
    This could help u ....

    i have not practiced with realbasic... but surly i will... after that i will give my XP here.........


  7. well, here i would say something clear enough....Unix was made by some company (dont remember) and it was not open...U wont get source..Latter Unix bought by SCO company.. even now they have..Andrew Tenenbaum he was a professor and teaching Operating system and concepts but he was not able to give any examples.. So he develped his own OS called Minix.. It is open but not freeRichard Stallmen (father of open source) want to give a free Operating system.. So started GNU/Hurd project..even he itself says writting a kernel code is hard and difficult to debug so he started spporting tools like emacs, gcc and many more..That time Linux Torvalds was doing his college project.. he is good enough in assemply and little C that time ( i mean before having idea of Linux).. So slowly he wrote a file system and other things...Both Minix and Linux taken the idea from Unix not the source... like everything will be handled like a file...after realeasing the linux offcial version(1.o or latter dont remember) BSD OS came..many ppl like it then linux they want to go to that... but they dont update ur patches like what linux does..If u find really something needed for linux write your own patch submit to liunx. Linus will upgrade it and release in next version..But this is not the case of BSD they dont accept patch so it was failed.... so latter Linus inself was not so much interested to get GPL License for his kernel but he put another condition no one should use Linux in any money related issues... so even the disk seller faced problems..so finally linux incorporated GPL for Linux and it is called GNU/Linux...The Richard Stallemn want to rename it like LIGNUX but no one likes it ... that is different story....well i thing this is enough........some interesting things are there i will tell u latter........ or in separe thread.....


  8. i think the smallest..linux can go is under a megabyte. I have seen linux on floppies..but ofcourse its means they ahve very little functionality.

    yes mostly those will have only the kernel.... If u want to small linux u can go for linux 1.0 (the first official version) written by Linux torvalds...
    But if u want GNU/HURD ( a project by richerd stallemen and ).... u need to have more sapce...
    what ever we are using is not just Linux it is GNU/Linux....
    So u can have linux on floppy on the GNU/Linux ..

    am i right............ i think........ :D

  9. Hello dude, it seems u have done some mistakes during installation.. I never had a problem...do not install in graphical mode... Try using character mode only.. may be u r practiced with character based installation...i beleive by this time u have installed properly..(or shifted to some other Linux variation)..if then come back to SuSE only....Becaause noe u get XGL .. this is nothing but provids 3d effect for your system..When u close ur applciation it is just not simply close it diffuse.. and while switching between desktops it gives u the feel of rotating a dice.. u can set up option like seeing from outside of dice and as well as inside of dice also and obviously u can set another wallpaper on the top(virtual)..also..while pressing alt+tab... earlier u see only few icons now compressed and transparent small image of the original application wil be displayed..and more over window chooser are given... u have some 15 application how long u will press alt+tab combinations.. so just press Some F11 or f12 (u can configure) all the thumnails of original application will be displayed and u can just click the application whatever u want...and many more is given... only SuSE can compete to MS windows in Desktop environment....hope u too enjoy that............ :D

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | 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.