Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~4K People Reached
About Me

I am a complex man

Interests
chess
PC Specs
windows
Member Avatar for menukadevinda

<!DOCTYPE html > <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>AJAX with PHP: Quickstart</title> <script type="text/javascript" > var n = 1; function testNextPrime() { var isPrime = true; n = n + 1; // console.log('testing', n); for (var i = 2; i <= Math.sqrt(n); i += 1) { if (n % i == 0) …

Member Avatar for JorgeM
0
434
Member Avatar for menukadevinda

[Click Here](http://demos.telerik.com/aspnet-mvc/razor/grid/hierarchyajax) Hi, I have a problem , can anybody explain what this code really mean... .ClientEvents(events => events.OnRowDataBound("orders_onRowDataBound")) .DetailView(ordersDetailView => ordersDetailView.ClientTemplate( Html.Telerik().Grid<OrderDetailsViewModel>() .Name("OrderDetails_<#= OrderID #>") .Columns(columns => { columns.Bound(od => od.ProductName).Width(233); columns.Bound(od => od.Quantity).Width(200); columns.Bound(od => od.UnitPrice).Width(200); columns.Bound(od => od.Discount); }) .DataBinding(dataBinding => dataBinding.Ajax() .Select("_OrderDetailsForOrderHierarchyAjax", "Grid", new { orderID …

Member Avatar for LastMitch
0
109
Member Avatar for menukadevinda

Hi all, I have a problem, Does anbody know how to put a newpage(skip intro) a joomla web site. In the skip into page there is no navigation menu. this is the skip intro page user can visite when he enters the site url. after that he can nevigate in …

Member Avatar for menukadevinda
0
207
Member Avatar for menukadevinda

Hi , lastweek, a customer asked me to do a seo for his web site. I have work with google analytic and have done SEO for serveral websites and I have done drupal SEO.(after styding several video leassons). Problem is I am bit unsure whether I can handle that project …

Member Avatar for ankitaray
0
179
Member Avatar for menukadevinda

Hi all, I am developing a android application using phonegap and html5.when I installed the app in my mobile (android) , it doesnt render sinhal well, only 2, 3 letters are rendered in a word. Then I attached sinhal font(.ttf) file to css and set the font family to the …

Member Avatar for peter_budo
0
93
Member Avatar for menukadevinda

Hi all, I want to write to html5 application and convert the web application to adnorid application with phone gap. I think I can handle this, I have found many resources for this. but the problem is now I want to enable my native language keyboad when I run my …

Member Avatar for menukadevinda
0
208
Member Avatar for menukadevinda

Hi, I am trying to develop a android application which is done using html5. I use phongap to convert html5 application to android apk file. Problem is my native lanuage is not supported by android OS yet. In my app I get datafrom database and print them. when I do …

0
75
Member Avatar for menukadevinda

Hi all ,, i wanted to dispaly unicode values I saved in database. I use mysql database collation type is utf8 I save my native lanugage characters 'Sinhala' in the database. Although I can see them database when I print them in browser it prints ????????? characters. what's going on …

Member Avatar for menukadevinda
0
78
Member Avatar for menukadevinda

Hi all, can we passe data from view to contoller. I think viewdata and viewbag can use to send data from cotroler. In my case i use telerik grid contolers with razor. .DataBinding(dataBinding => dataBinding.Ajax() .Select("_OrdersForEmployeeHierarchyAjax", "Home", new { Id = "<#= Id #>" })) I tried to pase data …

Member Avatar for menukadevinda
0
164
Member Avatar for menukadevinda

HI all, I am new to linux envitoment. I installed ubuntu 12.04 server edition. First I installed apache2 and tried to run a web site specially drupal site. I was unable to do that as some file permission errors. how ever I removed apache2 and now I install lampp for …

Member Avatar for rubberman
0
144
Member Avatar for menukadevinda

hi all, I was developing asp.net mvc4 web site. I think I have corrupted some configuration in web site by mistaken. Now I got following error. HTTP Error 401.2 - Unauthorized You are not authorized to view this page due to invalid authentication headers. Most likely causes: No authentication protocol …

Member Avatar for menukadevinda
0
1K
Member Avatar for PatrikDendis

Hi. I have URI Language Identifier on my website I did it according to directions on codeigniter WIKI. It works fine. But How Can I get name of controller because $this->uri->segment(2) = id and $this->uri->segment(1) = name of the metod. This is my routes.php $route['default_controller'] = "page"; $route['404_override'] = ''; …

Member Avatar for ko ko
0
183
Member Avatar for menukadevinda

hi all, I work on visual studio 12 express with asp.net mvc4 web + telerik contolers. we have share our code using svn but run project on own visual studeio server which starts when run the project. Everything worked fine but after updating code fewdays back after one of my …

Member Avatar for menukadevinda
0
173
Member Avatar for shehnaz1991

i want 2 convert database table into pdf file and display on the web page using php code how do i do it can u give me any suggestion????

Member Avatar for menukadevinda
0
58
Member Avatar for menukadevinda

Hi all, as in the title problem is how to access models without passing to view . I use telerik controles. in the following example for gird http://demos.telerik.com/aspnet-mvc/razor/grid/hierarchyserverside if you notice you can see they haven passe employee model to view but in ajax version http://demos.telerik.com/aspnet-mvc/razor/grid/hierarchyajax they havnt passe specific …

Member Avatar for menukadevinda
0
261
Member Avatar for ramel.coletana
Member Avatar for gurusubramaniam
Member Avatar for menukadevinda

hi, although, database is connected and admin table of my database consist of 2 rows of data, I still get 0 value for $numRow=mysql_num_rows($result); And mysql_fetch_array doesnt fetch values properly plz can any body help me thx in advance [code]<?php //include_once 'config.php'; /* 1. Got the username and password from …

Member Avatar for tomato.pgn
0
143