Re: What would you like to see in a business directory? Programming Web Development by antwanlee … course. Maybe it will even work, you never know. Marketing wise most companies go to social media now. Business directories are… Wise move or no? Programming Web Development by Reliable … opinions as to whether or not you think it's wise to tackle learning more than one programming language simultaneously (eg… Re: Wise move or no? Programming Web Development by Tom Barnett … opinions as to whether or not you think it's wise to tackle learning more than one programming language simultaneously [/QUOTE… Re: Wise move or no? Programming Web Development by Andrieux I wouldn't, simply because it'd take more time in the long run. Stick with one, get a grasp on it, then move to the other. It's quicker to tackle one thing at a time than two things at a time. Re: Wise move or no? Programming Web Development by ShawnCplus It's really up to you, everyone learns differently. For you it may help you learn faster. Personally, I don't know ActionScript so I can't attest to their similarity. With PHP having so many built-in functions and a pretty short learning curve, after you learn the basic syntax you can always refer to php.net for a function. Re: Wise move or no? Programming Web Development by chrishea I find that initial learning period frustrating when you aren't quite sure how things work and you are regualrly going to the manual to look up the syntax. I suppose if you were almost doing it like a research study and taking two fairly similar languages (PHP and ASP?) and then taking the time to document the comparison and differences it might be… Re: Wise use of Globals for my Paradigm? Programming Software Development by jwenting there is no wise use of globals. The only good global is an eliminated global. How to generate vehicle wise profitability Programming Web Development by choudhuryshouvi … where i need to generate a report based on vehicle wise profitability. i am using crystal report for reporting services. …on need to create a report which can show vehicle wise profit/loss the dealer is making by selling each vehicle…based on the above scenario to compute profit/loss vehicle wise.....if there is any kind of formula for creating the… Find a probability of a name spelling wise Programming Software Development by Huxaifa … i want to find a probabilty of a name spelling wise e.g Malik, Malique, Malick, Malik, Malicq, Malique, Malik, Malike… example the probability of "Malik" is high spelling wise that is 6 so is there any algorithm or logic… how can i find a probabilty of a name spelling wise display records page wise PHP code I got it Programming Web Development by kashif farooq [code=php]// display records page wise code starts: $adjacents = 3; $tbl_name="feedback"; // $display = "…;; $pagination.= "</div>\n"; } // display records page wise code ends: //to display record with in table from db… PHP MySQL moth wise data Programming Web Development by anawan … and know some basics. I have a database where date wise entries to be made by users. I would like to… get results in month wise total. e.g. I have these columns in the database… RDLC report : Page Wise total (repeat) on last page Programming Software Development by jazzyb … used Sum function of rdlc with dataset scope. For Page Wise total on each page I have used Reprot footer text…"][B]My problem is : How to get each page wise total on last page again(repeat).[/B][/COLOR] Thanks Re: Mysql query for sum two table data by product wise Programming Databases by nishita_1 … use below code the sum of sale and purchase product wise perfect but No 5 product missing for no purchase only… me i want result for all item sum of product wise data what ever sale or purchase made Monthly wise Datareport? Programming Software Development by palsonjj Helllo , how to create a Monthly wise Data report in VB? data base MSAccess... can any1 help me plzzzzzzzzzz.... ListView Items manipulation- row wise looping Programming Software Development by Jkt Hai All, i am having a list view with some row values(say 10) that i populated from the DB . what i want to know is how i can get one row and and its subitems at a time one after the other and its details(items) so that based on each row wise values(item) i need to make some other manipulations on the data. Please help me on this JThom Reading from file character wise into buffer Programming Software Development by vicky_menonsky hi alll,, i want to read a text file character wise and write to buffer till the occurance of first space... can any1 giv me a sample code snippet plzz display records in asp panel page wise Programming Web Development by vytla … large. I want to display records to the user page wise, i.e. 100 records on first page and next 100… Re: display records in asp panel page wise Programming Web Development by rafaelbelliard … large. I want to display records to the user page wise, i.e. 100 records on first page and next 100… serching name- wise Programming Web Development by mshravs … = "" End Sub[/CODE] this is the searching name-wise. the problem is, if i change the dr() value (the… Re: serching name- wise Programming Web Development by reach_yousuf … = "" End Sub[/CODE] this is the searching name-wise. the problem is, if i change the dr() value (the… ODBC Connection wise Crystal Report Programming Software Development by ABShaman … connect ODBC data base with password in SQL / Crystal Report wise VB6 Code sample CR.WindowState = crptMaximized CR.ReportFileName = App.Path… Is it wise to build the drawing tool from scratch? Programming Software Development by neosonic … with visual basic.\ we want to sell it. is it wise to use visio and built macros links to it? is… Locale wise 301 redirect in jsp Programming Web Development by aroranid I want to have locale wise 301 redirect on my page, as if if the user … Re: Locale wise 301 redirect in jsp Programming Web Development by aroranid [QUOTE=aroranid;1147176]I want to have locale wise 301 redirect on my page, as if if the user … bit wise operator problem Programming Software Development by vkspune hi its vijay here. i have a problem asked in interview on bit wise operator. question: take a input int var=0xaabbccdd; write a program to reverse it so the out put will be var=0xddccbbaa; please reply me as soon as possible. regards viajy sheoran String Difference comparing it element wise (in Java) Programming Software Development by rajhans Hi, I am facing problem regarding the element wise comparison of two strings and finding the difference of two … Shift-Add vs Multiplication // Bit-Wise vs. Logical Operators Programming Software Development by ceatkin2 … my class mates the run time difference in using bit-wise and logical operators. I chose to do this by writing… read column wise data from csv Programming Software Development by rjbrjb777 … reads csv file.. now i want to read data column wise.. i want the whole program..which will take file name… Get tokens row wise from a text file in C++ Programming Software Development by Shruti4444 I have a text file for example abc, cde,fgh, jkl, rty qwe,erty, tyujk,werty , lkjh I want to read these tokens from the text file, into different variables row wise (ie one row at at time) Number of tokens in a row is fixed. (ie 5 in this case) Please help me out doing this... How to display the output by page wise using php ? Programming Web Development by jacksantho … some sample coding to list out the ouput by page wise in PHP. [CODE]Example: PAGE 1 2 3 4 NEXT…